Configure the ignore list of metadata properties
When a file is edited, any changes to the metadata fields available under File properties or applied at the backend trigger the asterisk (*) on the document version. To prevent system-generated metadata updates from affecting this indicator, administrators can configure an ignore list for metadata properties.
Use the instructions given in Configuration overrides to create the configuration file. In the configuration file, provide the following (property) details to configure the Ignore metadata property for dirty version option:
com.adobe.fmdita.xmleditor.config.XmlEditorConfigxmleditor.dirtychecker.ignoremetadata<comma-separated list / array of metadata properties>Default metadata properties in the ignore list
AEM Guides includes a default set of metadata properties in the ignore list. You can modify this list to add or remove metadata properties as required.
- “jcr:mixinTypes”,
- “jcr:primaryType”,
- “jcr:frozenMixinTypes”,
- “jcr:frozenPrimaryType”,
- “jcr:frozenUuid”,
- “jcr:uuid”,
- “dam:extracted”,
- “jcr:lastModified”,
- “jcr:lastModifiedBy”,
- “dc:modified”,
- “dam:sha1”,
- “dam:size”,
- “guides:wordCount”,
- “dam:scene7UploadTimeStamp”,
- “dam:scene7LastModified”
Only the metadata properties that are not included in the ignore list are considered for marking a document’s version dirty.
Parent topic:Customize Web Editor