Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

visible

optional , default is true

true makes the template available to editors.

When visible is set to false, the template is not available. However, the opposite is not always true. There are more ways to control page template availability.

Availability by site

The availability node in a site definition allows you to make templates available per site. This means, an editor working on site X can only choose templates that are available on site X. As a use case, a small campaign site may only have one available template whereas your main site has many templates.

...

permissions

optional

Required parent item that contains the action restrictions.

<write|move|delete|personalize>

optional

Action to which the restriction applies. ((warning) personalize is available only in Magnolia 5.4.9+ EE Pro)

roles

required

Note that roles must be added as list in the YAML file. (See YAML-Lists).

<roleName>

required

identifies the role. The name of the attribute is arbitrary but the value must match an existing role

...