.framework in oxygen24 and oxygen26 for a custom insert operation
Posted: Wed Dec 04, 2024 2:26 pm
Hello Team ,
We have a custom insert image operation for the below our .framework file distributed via add-ons and the custom operation works fine in oxygen 24 version.
here is the entry
The mapping of the operation shows in oxygen as below in oxygen 24 - showing correctly our mapped operation
where as when we installed same framework file to oxygen 26 - showing 2 entries - our custom is in 2 entry
entry 1 is oxygen default and entry 2 - which is pointing to our custom insert - because of these 2 entries in oxygen 26 the insert image showing oxygen default instead our custom. would you please help us to make sure the .framework file works for both oxygen 24 and oxygen 26 version.
We have a custom insert image operation for the below our .framework file distributed via add-ons and the custom operation works fine in oxygen 24 version.
here is the entry
Code: Select all
<poPatch>
<field name="fieldPath">
<String>authorExtensionDescriptor/actionDescriptors/[11]/actionModes</String>
</field>
<field name="index">
<Integer>0</Integer>
</field>
<field name="value">
<actionMode>
<field name="xpathCondition">
<String>oxy:allows-child-element("*", "class", " topic/image ")</String>
</field>
<field name="argValues">
<serializableOrderedMap/>
</field>
<field name="operationID">
<String>com.custom.operations.InsertImageOperation</String>
</field>
</actionMode>
</field>
<field name="patchHandling">
<String>addIndex</String>
</field>
<field name="anchor">
<null/>
</field>
</poPatch>entry 1 is oxygen default and entry 2 - which is pointing to our custom insert - because of these 2 entries in oxygen 26 the insert image showing oxygen default instead our custom. would you please help us to make sure the .framework file works for both oxygen 24 and oxygen 26 version.