% var aListOfObjectsIsBeingDocumented = false; %>
Selected path: | <% var selectedPath = (devTools.path? devTools.path + '/' : '') + m.displayedPath; %>{{zenario.htmlspecialchars(selectedPath).replace(/\//g, '/ |
---|
ⓘ CMS internal property
{{devTools.internalCMSProperties[m.tag].description}}
<% if (m.tag) { %>
⚠ The {{m.tag|e}}
property
<% } else { %>
⚠ The selected property
<% } %>
<% if (m.object.lastTag) { %>
for objects under {{m.object.lastTag|escape}}/
<% aListOfObjectsIsBeingDocumented = true; %>
<% } else if (m.object.tag) { %>
for the {{m.object.tag|escape}}
object
<% } %>
is not documented.
{{m.object.lastTag|escape}}/
can have the following properties:
<% aListOfObjectsIsBeingDocumented = true; %>
<% } else { %>
The {{m.object.tag|escape}}
object can have the following properties:
<% } %>
<% } %>
Property | Type | |||
---|---|---|---|---|
<% } else { %>
<% } %>
<% } else { %>
<% if (mTooltip.isRequired) { %>
|
<% } else { %>
|
<% } %>
<% } %>
{{zenario.htmlspecialchars(prop).replace(/_/g, '_ |
|
<% if (m.object.schema.properties[prop].additionalProperties && m.object.schema.properties[prop].additionalProperties.properties) { %>
Array of elements
<% } else if (m.object.schema.properties[prop].additionalProperties && m.object.schema.properties[prop].additionalProperties.type) { %>
Array of {{m.object.schema.properties[prop].additionalProperties.type|escape}}
<% } else if (m.object.schema.properties[prop].enum) { %>
<% if (typeof m.object.schema.properties[prop].enum == 'string') { %>
enum ({{m.object.schema.properties[prop].enum|escape}})
<% } else { %>
enum ({{m.object.schema.properties[prop].enum.join(', ')|escape}})
<% } %>
<% } else { %>
{{m.object.schema.properties[prop].type|escape}}
<% } %>
|
{{m.object.lastTag|escape}}/
<% } else { %>
Documentation for the {{m.object.tag|escape}}
object
<% } %>
zenario/reference/admin_box_schema.yaml
or
<% break; %>
<% case 'zenarioAT': %>
For more details see zenario/reference/admin_toolbar_schema.yaml
or
<% break; %>
<% case 'zenarioO': %>
For more details see zenario/reference/organizer_schema.yaml
or
<% break; %>
<% default: %>
For more details see zenario/reference/admin_toolbar_schema.yaml
and zenario/reference/fea_schema.yaml
, or
<% break; %>
<% } %>
online documentation.
⚠ The selected object or property is not documented.