Titled

QName: f:titled

Indicates that a node should have the title and description JSON properties.

Configuration

This feature does not require configuration.

Titled Example

{
    "title": "My Article",
    "description": "Hello World",
    "_features": {
        "f:titled": {
        }
    }
}