- Description:
This key defines the link text for the documentation link at the top of a Collection browser.
- Appears in:
└── documentation └── text- Type:
string- Examples:
In this example, the text for the documentation link is
CloudCannon Documentation.Copied to clipboardcollections_config: data: documentation: url: https://cloudcannon.com/documentation/ text: CloudCannon Documentation{ "collections_config": { "data": { "documentation": { "url": "https://cloudcannon.com/documentation/", "text": "CloudCannon Documentation" } } } }