Define custom properties for resources
You can create custom properties for resource objects so that users can enter additional information about resources that are not directly managed by the IXIASOFT CCMS, such as videos, legacy documentation, etc. The custom properties ensure that this content is indexed and can be searched easily.
For example, you could create a custom property called ISBN to store the document number for legacy documentation. You could also create a property to indicate whether a resource should be included in builds when documentation is built every night.
When a user configures custom properties for a resource, the information
is written into the Indexed Content file of the resource as metadata, as shown in the
example below.
<metadata class="- topic/metadata ">
<othermeta class="- topic/othermeta " content="false" name="user:build"/>
<othermeta class="- topic/othermeta " content=" 1-23456-789-0" name="user:ISBN"/>
</metadata>
Note: You should make these configuration changes in
the Test environment and test them before copying them to the Production environment. In
a dedicated SaaS deployment, after testing the changes, ask IXIASOFT Customer Support to
copy the changes to the Production environment.