Customizer's Guide > Customizing DITA Support > Customizing the DITA Resource Manager > Customizing the Tags Displayed in the Insert Option
  
Customizing the Tags Displayed in the Insert Option
You can customize the tags displayed in the Resource ManagerInsert option using the following persistent user preference:
com.arbortext.dita.rm.(doctype).[(tab).]hiddenTags
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 the tags that are legal at the current location and displays only those tags in the Insert option.
For example, you could use the following ACL code to just display topicset or topicsetref tags in Insert option for DITA BookMaps:
set_user_property(\
"com.arbortext.dita.rm.bookmap.hiddenTags", \
"topicset,topicsetref")
Related topics
DITA authoring overview
Resource Manager overview
Preferences file
set_user_property function
dita_doc_show_rm_tab function
dita_show_rm_tab function
dita_reset_rm_state function