12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- title: Aura
- '@extends':
- type: default
- context: blueprints://pages
- form:
- fields:
- tabs:
- type: tabs
- active: 1
- fields:
- options:
- type: tab
- title: PLUGIN_ADMIN.OPTIONS
- fields:
- publishing:
- type: section
- title: PLUGIN_ADMIN.PUBLISHING
- underline: true
- fields:
- header.metadata:
- unset@: true
- aura:
- type: tab
- title: Aura
- fields:
- header.aura.pagetype:
- type: select
- label: Page Type
- size: medium
- options:
- website: Website (default)
- article: Article
- validate:
- required: true
- header.aura.description:
- type: text
- size: long
- label: 'Page Description'
- description: 'Recommended length 140-160 characters.'
- header.aura.image:
- type: filepicker
- label: Preview Image
- preview_images: true
- description: 'Recommended size 1920x1080px in .jpg, .png or .gif format only. If not specified, will default to the first image found in the page''s folder.'
- header.aura.metadata:
- toggleable: true
- type: array
- label: Additional Metadata
- placeholder_key: PLUGIN_ADMIN.METADATA_KEY
- placeholder_value: PLUGIN_ADMIN.METADATA_VALUE
|