Customizer's Guide > Customizing DITA Support > Customizing the DITA Resource Manager > Customizing the Tags Selected in the Insert Option
  
Customizing the Tags Selected in the Insert Option
You can customize the tags selected in the Resource ManagerInsert option using the following persistent user preference:
com.arbortext.dita.rm.(doctype).[(tab).]preferredTags
For the optional doctype token, you can specify a specific document type base name (for example, ditabase or bookmap). If omitted, the preference applies for all document types that do not have an explicit preference value set.
For the optional tab token, you can specify the same values as those used to set the default tabs. If omitted, the preference applies for all tabs.
The value of the preference is a list of tag names, separated by commas. As the cursor moves around the document, the Resource Manager scans this list until it finds a tag that is legal at the current location and make that the default selection in the Insert option.
For example, you could use the following ACL code to automatically select the chapter or topicref tags in the Topic tab Insert option for DITA BookMaps:
set_user_property(\
"com.arbortext.dita.rm.bookmap.topic_tab.preferredTags", \
"chapter,topicref")
The part tag still appears in the option, but is never selected automatically.