Importing DITA new topic preferences
Posted: Fri Jul 19, 2019 9:54 pm
Hi,
I'm having trouble importing global options "DITA / New topics" preferences. I want to make sure everyone on the team is using the following settings:

When I import a global settings file with the following entry, nothing happens (the other entries in the file work fine):
I'd appreciate any help on this.
I'm having trouble importing global options "DITA / New topics" preferences. I want to make sure everyone on the team is using the following settings:
When I import a global settings file with the following entry, nothing happens (the other entries in the file work fine):
Code: Select all
<entry>
<String>Filename_generation_from_topic_title_options</String>
<titleBasedFileNameGenerationOptions>
<field name="charToReplaceSpacesWith">
<String>_</String>
</field>
<field name="allLowerCase">
<Boolean>true</Boolean>
</field>
<field name="upperCaseFirstLetter">
<Boolean>false</Boolean>
</field>
<field name="howToGenerateFilenameFromTitle">
<Integer>1</Integer>
</field>
</titleBasedFileNameGenerationOptions>
</entry>