Configuring Options not working
Posted: Wed Jan 06, 2021 5:06 am
I'm using Oxygen Component Integration v23, placed following content in options.xml as zip in src/main/weapp/WEB-INF
The file is properly extracted at work\Catalina\localhost\web-author-component-integration\options but one of the options take effect,
1. Profiling attributes are still rendered
2. Toggling tracking changes still adds the PI to the XML document
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<serialized version="23.0" xml:space="preserve">
<serializableOrderedMap>
<entry>
<String>author.show.comments</String>
<Boolean>true</Boolean>
</entry>
<entry>
<String>show.profiling.attributes</String>
<Boolean>false</Boolean>
</entry>
<entry>
<String>track.changes.initial.state</String>
<Integer>0</Integer>
</entry>
</serializableOrderedMap>
</serialized>
1. Profiling attributes are still rendered
2. Toggling tracking changes still adds the PI to the XML document