Adding Metadata and Full-text Indexing to Rich Documents and Assets in CrafterCMS
There are many use cases and types of experiences where we want to treat specific types of assets like rich documents, videos and high resolution images as first class content objects in the CMS with their own custom metadata and indexing of in-file metadata. CrafterCMS enables you to "jacket" assets with content type to support these scenarios.
In this video blog we cover:
- What is a document/asset jacket
- How document full-text and custom metadata indexing works
- How to configure your Crafter Studio project and deployer to support custom metadata for rich documents
Important Documentation Links:
- Deployer Documentation: https://docs.craftercms.org/en/4.1/reference/modules/deployer/index.html
- Default Deployer Target Configuration : https://github.com/craftercms/deployer/blob/develop/src/main/resources/base-target.yaml
- Permission Configuration: https://docs.craftercms.org/en/4.1/reference/modules/studio/administration.html#roles-and-permissions
- Studio Configuration: https://docs.craftercms.org/en/4.1/reference/modules/studio/configuration/project-configuration.html#project-configuration
- UI Configuration:
https://docs.craftercms.org/en/4.1/by-role/project-admin/index.html#ui
Sample Configuration:
Below you will find the configuration examples covered in the video.