=> [
0 => 'id',
1 => 'class'
],
'name' => 'particles.contentarray.extra'
],
'particles.copyright' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'particles.copyright.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable the particle.',
'default' => true,
'name' => 'particles.copyright.enabled'
],
'particles.copyright.date' => [
'type' => '_parent',
'name' => 'particles.copyright.date',
'form_field' => false
],
'particles.copyright.date.start' => [
'type' => 'input.text',
'label' => 'Start Year',
'description' => 'Select the copyright start year.',
'default' => 'now',
'name' => 'particles.copyright.date.start'
],
'particles.copyright.date.end' => [
'type' => 'input.text',
'label' => 'End Year',
'description' => 'Select the copyright end year.',
'default' => 'now',
'name' => 'particles.copyright.date.end'
],
'particles.copyright.owner' => [
'type' => 'input.text',
'label' => 'Copyright owner',
'description' => 'Add copyright owner name.',
'name' => 'particles.copyright.owner'
],
'particles.custom' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'particles.custom.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable the particle.',
'default' => true,
'name' => 'particles.custom.enabled'
],
'particles.custom.html' => [
'type' => 'textarea.textarea',
'label' => 'Custom HTML',
'description' => 'Enter custom HTML into here.',
'overridable' => false,
'name' => 'particles.custom.html'
],
'particles.custom.twig' => [
'type' => 'input.checkbox',
'label' => 'Process Twig',
'description' => 'Enable Twig template processing in the content. Twig will be processed before shortcodes.',
'default' => '0',
'name' => 'particles.custom.twig'
],
'particles.custom.filter' => [
'type' => 'input.checkbox',
'label' => 'Process shortcodes',
'description' => 'Enable shortcode processing / filtering in the content.',
'default' => '0',
'name' => 'particles.custom.filter'
],
'particles.date' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'particles.date.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable date particles.',
'default' => true,
'name' => 'particles.date.enabled'
],
'particles.date.css' => [
'type' => '_parent',
'name' => 'particles.date.css',
'form_field' => false
],
'particles.date.css.class' => [
'type' => 'input.selectize',
'label' => 'CSS Classes',
'description' => 'CSS class name for the particle.',
'default' => 'date',
'name' => 'particles.date.css.class'
],
'particles.date.date' => [
'type' => '_parent',
'name' => 'particles.date.date',
'form_field' => false
],
'particles.date.date.formats' => [
'type' => 'select.date',
'label' => 'Format',
'description' => 'Select preferred date format.',
'default' => 'l, F d, Y',
'selectize' => [
'allowEmptyOption' => true
],
'options' => [
'l, F d, Y' => 'Date1',
'l, d F' => 'Date2',
'D, d F' => 'Date3',
'F d' => 'Date4',
'd F' => 'Date5',
'd M' => 'Date6',
'D, M d, Y' => 'Date7',
'D, M d, y' => 'Date8',
'l' => 'Date9',
'l j F Y' => 'Date10',
'j F Y' => 'Date11',
'F d, Y' => 'Date12'
],
'name' => 'particles.date.date.formats'
],
'particles.frameworks' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'particles.frameworks.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable Frameworks atom.',
'default' => true,
'name' => 'particles.frameworks.enabled'
],
'particles.frameworks.jquery' => [
'type' => '_parent',
'name' => 'particles.frameworks.jquery',
'form_field' => false
],
'particles.frameworks.jquery.enabled' => [
'type' => 'enable.enable',
'label' => 'Framework',
'default' => 0,
'name' => 'particles.frameworks.jquery.enabled'
],
'particles.frameworks.jquery.ui_core' => [
'type' => 'enable.enable',
'label' => 'UI Core',
'default' => 0,
'name' => 'particles.frameworks.jquery.ui_core'
],
'particles.frameworks.jquery.ui_sortable' => [
'type' => 'enable.enable',
'label' => 'UI Sortable',
'default' => 0,
'name' => 'particles.frameworks.jquery.ui_sortable'
],
'particles.frameworks.bootstrap' => [
'type' => '_parent',
'name' => 'particles.frameworks.bootstrap',
'form_field' => false
],
'particles.frameworks.bootstrap.enabled' => [
'type' => 'enable.enable',
'label' => 'Framework',
'default' => 0,
'name' => 'particles.frameworks.bootstrap.enabled'
],
'particles.frameworks.mootools' => [
'type' => '_parent',
'name' => 'particles.frameworks.mootools',
'form_field' => false
],
'particles.frameworks.mootools.enabled' => [
'type' => 'enable.enable',
'label' => 'Framework',
'default' => 0,
'name' => 'particles.frameworks.mootools.enabled'
],
'particles.frameworks.mootools.more' => [
'type' => 'enable.enable',
'label' => 'Mootools More',
'default' => 0,
'name' => 'particles.frameworks.mootools.more'
],
'particles.lightcase' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'particles.lightcase.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable Lightcase atom.',
'default' => true,
'name' => 'particles.lightcase.enabled'
],
'particles.logo' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'particles.logo.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable logo particles.',
'default' => true,
'name' => 'particles.logo.enabled'
],
'particles.logo.url' => [
'type' => 'input.text',
'label' => 'Url',
'description' => 'Url for the image. Leave empty to go to home page.',
'name' => 'particles.logo.url'
],
'particles.logo.target' => [
'type' => 'select.select',
'label' => 'Target',
'description' => 'Target browser window when logo is clicked.',
'default' => '_self',
'options' => [
'_self' => 'Same Frame (default)',
'_parent' => 'Parent Frame',
'_blank' => 'New Window or Tab'
],
'name' => 'particles.logo.target'
],
'particles.logo.image' => [
'type' => 'input.imagepicker',
'label' => 'Image',
'description' => 'Select desired logo image.',
'name' => 'particles.logo.image'
],
'particles.logo.height' => [
'type' => 'input.text',
'label' => 'Maximum Height',
'description' => 'Set image max. height in rem, em, px, or percentage unit values. Leave empty to use the default height.',
'pattern' => '\\d+(\\.\\d+){0,1}(rem|em|ex|ch|vw|vh|vmin|vmax|%|px|cm|mm|in|pt|pc)',
'name' => 'particles.logo.height'
],
'particles.logo.link' => [
'type' => 'input.checkbox',
'label' => 'Link',
'description' => 'Renders Logo/Image with a link.',
'default' => true,
'name' => 'particles.logo.link'
],
'particles.logo.svg' => [
'type' => 'textarea.textarea',
'label' => 'SVG Code',
'description' => 'Your SVG code that will be added inline to the site.',
'name' => 'particles.logo.svg'
],
'particles.logo.text' => [
'type' => 'input.text',
'label' => 'Text',
'description' => 'Input logo description text.',
'name' => 'particles.logo.text'
],
'particles.logo.class' => [
'type' => 'input.selectize',
'label' => 'CSS Classes',
'description' => 'Set a specific CSS class for custom styling.',
'name' => 'particles.logo.class'
],
'particles.menu' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'particles.menu.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable the menu particle.',
'default' => true,
'name' => 'particles.menu.enabled'
],
'particles.menu.menu' => [
'type' => 'menu.list',
'label' => 'Menu',
'description' => 'Select menu to be used with the particle.',
'default' => '',
'selectize' => [
'allowEmptyOption' => true
],
'options' => [
'' => 'Use Default Menu',
'-active-' => 'Use Active Menu'
],
'name' => 'particles.menu.menu'
],
'particles.menu.base' => [
'type' => 'menu.item',
'label' => 'Base Item',
'description' => 'Select a menu item to always be used as the base for the menu display.',
'default' => '/',
'options' => [
'/' => 'Active'
],
'name' => 'particles.menu.base'
],
'particles.menu.startLevel' => [
'type' => 'input.text',
'label' => 'Start Level',
'description' => 'Set the start level of the menu.',
'default' => 1,
'name' => 'particles.menu.startLevel'
],
'particles.menu.maxLevels' => [
'type' => 'input.text',
'label' => 'Max Levels',
'description' => 'Set the maximum number of menu levels to display.',
'default' => 0,
'name' => 'particles.menu.maxLevels'
],
'particles.menu.renderTitles' => [
'type' => 'input.checkbox',
'label' => 'Render Titles',
'description' => 'Renders the titles/tooltips of the Menu Items for accessibility.',
'default' => 0,
'name' => 'particles.menu.renderTitles'
],
'particles.menu.hoverExpand' => [
'type' => 'input.checkbox',
'label' => 'Expand on Hover',
'description' => 'Allows to enable / disable the ability to expand menu items by hover or click only',
'default' => 1,
'name' => 'particles.menu.hoverExpand'
],
'particles.menu.mobileTarget' => [
'type' => 'input.checkbox',
'label' => 'Mobile Target',
'description' => 'Check this field if you want this menu to become the target for Mobile Menu and to appear in Offcanvas',
'default' => 0,
'name' => 'particles.menu.mobileTarget'
],
'particles.menu.forceTarget' => [
'type' => 'input.checkbox',
'label' => 'Force Target Attribute',
'description' => 'Adds \'target="_self"\' attribute to all menu links instead of omitting the default value. Fixes an issue with pinned tabs in Firefox where external links always open in a new tab.',
'default' => 0,
'name' => 'particles.menu.forceTarget'
],
'particles.messages' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'particles.messages.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable system messages.',
'default' => true,
'name' => 'particles.messages.enabled'
],
'particles.mobile-menu' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'particles.mobile-menu.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable spacer.',
'default' => true,
'name' => 'particles.mobile-menu.enabled'
],
'particles.module' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'particles.module.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable module positions.',
'default' => true,
'name' => 'particles.module.enabled'
],
'particles.module.module_id' => [
'type' => 'gantry.module',
'label' => 'Module Id',
'class' => 'g-urltemplate input-small',
'picker_label' => 'Pick a Module',
'description' => 'Enter module Id.',
'pattern' => '\\d+',
'overridable' => false,
'name' => 'particles.module.module_id'
],
'particles.module.chrome' => [
'type' => 'input.text',
'label' => 'Chrome',
'description' => 'Module chrome.',
'name' => 'particles.module.chrome'
],
'particles.position' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'particles.position.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable module positions.',
'default' => true,
'name' => 'particles.position.enabled'
],
'particles.position.key' => [
'type' => 'input.text',
'label' => 'Key',
'description' => 'Position name.',
'pattern' => '[A-Za-z0-9-]+',
'overridable' => false,
'name' => 'particles.position.key'
],
'particles.position.chrome' => [
'type' => 'input.text',
'label' => 'Chrome',
'description' => 'Module chrome in this position.',
'name' => 'particles.position.chrome'
],
'particles.social' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'particles.social.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable social particles.',
'default' => true,
'name' => 'particles.social.enabled'
],
'particles.social.css' => [
'type' => '_parent',
'name' => 'particles.social.css',
'form_field' => false
],
'particles.social.css.class' => [
'type' => 'input.selectize',
'label' => 'CSS Classes',
'description' => 'CSS class name for the particle.',
'default' => 'social',
'name' => 'particles.social.css.class'
],
'particles.social.title' => [
'type' => 'input.text',
'label' => 'Title',
'description' => 'Customize the title text.',
'name' => 'particles.social.title'
],
'particles.social.target' => [
'type' => 'select.select',
'label' => 'Target',
'description' => 'Target browser window when item is clicked.',
'default' => '',
'options' => [
'' => 'None',
'_self' => 'Self',
'_parent' => 'Parent',
'_top' => 'Top',
'_blank' => 'New Window'
],
'name' => 'particles.social.target'
],
'particles.social.display' => [
'type' => 'input.radios',
'label' => 'Display',
'description' => 'How to display the Social Icons',
'default' => 'both',
'options' => [
'icons_only' => 'Icons Only',
'text_only' => 'Text Only',
'both' => 'Both'
],
'name' => 'particles.social.display'
],
'particles.social.items' => [
'array' => true,
'type' => 'collection.list',
'label' => 'Social Items',
'description' => 'Create each social item to display.',
'value' => 'name',
'ajax' => true,
'name' => 'particles.social.items'
],
'particles.social.items.*' => [
'type' => '_parent',
'name' => 'particles.social.items.*',
'form_field' => false
],
'particles.social.items.*.name' => [
'type' => 'input.text',
'label' => 'Name',
'skip' => true,
'name' => 'particles.social.items.*.name'
],
'particles.social.items.*.icon' => [
'type' => 'input.icon',
'label' => 'Icon',
'name' => 'particles.social.items.*.icon'
],
'particles.social.items.*.text' => [
'type' => 'input.text',
'label' => 'Text',
'name' => 'particles.social.items.*.text'
],
'particles.social.items.*.title' => [
'type' => 'input.text',
'label' => 'Title',
'name' => 'particles.social.items.*.title'
],
'particles.social.items.*.link' => [
'type' => 'input.text',
'label' => 'Link',
'name' => 'particles.social.items.*.link'
],
'particles.spacer' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'particles.spacer.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable spacer.',
'default' => true,
'name' => 'particles.spacer.enabled'
],
'particles.totop' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'particles.totop.enabled' => [
'type' => 'checkbox',
'label' => 'Enabled',
'description' => 'Globally enable to top particles.',
'default' => true,
'name' => 'particles.totop.enabled'
],
'particles.totop.css' => [
'type' => '_parent',
'name' => 'particles.totop.css',
'form_field' => false
],
'particles.totop.css.class' => [
'type' => 'input.selectize',
'label' => 'CSS Classes',
'description' => 'CSS class name for the particle.',
'default' => 'totop',
'name' => 'particles.totop.css.class'
],
'particles.totop.icon' => [
'type' => 'input.icon',
'label' => 'Icon',
'description' => 'A Font Awesome icon to be displayed for the link.',
'name' => 'particles.totop.icon'
],
'particles.totop.content' => [
'type' => 'input.text',
'label' => 'Text',
'description' => 'The text to be displayed for the link. HTML is allowed.',
'name' => 'particles.totop.content'
],
'particles.totop.title' => [
'type' => 'input.text',
'label' => 'Title',
'description' => 'The title to be applied on the link. If no title is set here but a text is defined above, the text is used automatically for the title
.',
'name' => 'particles.totop.title'
],
'styles.above' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'styles' => [
'type' => '_parent',
'name' => 'styles',
'form_field' => false
],
'styles.above.background' => [
'type' => 'input.colorpicker',
'label' => 'Background',
'default' => '#ffffff',
'name' => 'styles.above.background'
],
'styles.above.text-color' => [
'type' => 'input.colorpicker',
'label' => 'Text',
'default' => '#7f7f7f',
'name' => 'styles.above.text-color'
],
'styles.accent' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'styles.accent.color-1' => [
'type' => 'input.colorpicker',
'label' => 'Accent Color 1',
'default' => '#4e58cb',
'name' => 'styles.accent.color-1'
],
'styles.accent.color-2' => [
'type' => 'input.colorpicker',
'label' => 'Accent Color 2',
'default' => '#f2435b',
'name' => 'styles.accent.color-2'
],
'styles.accent.color-3' => [
'type' => 'input.colorpicker',
'label' => 'Accent Color 3',
'default' => '#a5a6bd',
'name' => 'styles.accent.color-3'
],
'styles.base' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'styles.base.background' => [
'type' => 'input.colorpicker',
'label' => 'Base Background',
'default' => '#ffffff',
'name' => 'styles.base.background'
],
'styles.base.text-color' => [
'type' => 'input.colorpicker',
'label' => 'Base Text Color',
'default' => '#7f7f7f',
'name' => 'styles.base.text-color'
],
'styles.base.text-active-color' => [
'type' => 'input.colorpicker',
'label' => 'Base Text Active Color',
'default' => '#232529',
'name' => 'styles.base.text-active-color'
],
'styles.bottom' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'styles.bottom.background' => [
'type' => 'input.colorpicker',
'label' => 'Background',
'default' => '#ffffff',
'name' => 'styles.bottom.background'
],
'styles.bottom.text-color' => [
'type' => 'input.colorpicker',
'label' => 'Text',
'default' => '#7f7f7f',
'name' => 'styles.bottom.text-color'
],
'styles.breakpoints' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'styles.breakpoints.large-desktop-container' => [
'type' => 'input.text',
'label' => 'Large Desktop',
'description' => 'Set breakpoint size in rem, em, or px unit values',
'default' => '75rem',
'pattern' => '\\d+(\\.\\d+){0,1}(rem|em|ex|ch|vw|vh|vmin|vmax|%|px|cm|mm|in|pt|pc)',
'name' => 'styles.breakpoints.large-desktop-container'
],
'styles.breakpoints.desktop-container' => [
'type' => 'input.text',
'label' => 'Desktop',
'description' => 'Set breakpoint size in rem, em, or px unit values',
'default' => '60rem',
'pattern' => '\\d+(\\.\\d+){0,1}(rem|em|ex|ch|vw|vh|vmin|vmax|%|px|cm|mm|in|pt|pc)',
'name' => 'styles.breakpoints.desktop-container'
],
'styles.breakpoints.tablet-container' => [
'type' => 'input.text',
'label' => 'Tablet',
'description' => 'Set breakpoint size in rem, em, or px unit values',
'default' => '48rem',
'pattern' => '\\d+(\\.\\d+){0,1}(rem|em|ex|ch|vw|vh|vmin|vmax|%|px|cm|mm|in|pt|pc)',
'name' => 'styles.breakpoints.tablet-container'
],
'styles.breakpoints.large-mobile-container' => [
'type' => 'input.text',
'label' => 'Mobile',
'description' => 'Set breakpoint size in rem, em, or px unit values',
'default' => '30rem',
'pattern' => '\\d+(\\.\\d+){0,1}(rem|em|ex|ch|vw|vh|vmin|vmax|%|px|cm|mm|in|pt|pc)',
'name' => 'styles.breakpoints.large-mobile-container'
],
'styles.breakpoints.mobile-menu-breakpoint' => [
'type' => 'input.text',
'label' => 'Mobile Menu',
'description' => 'Set breakpoint size in rem, em, or px unit values',
'default' => '48rem',
'pattern' => '\\d+(\\.\\d+){0,1}(rem|em|ex|ch|vw|vh|vmin|vmax|%|px|cm|mm|in|pt|pc)',
'name' => 'styles.breakpoints.mobile-menu-breakpoint'
],
'styles.copyright' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'styles.copyright.background' => [
'type' => 'input.colorpicker',
'label' => 'Background',
'default' => '#ffffff',
'name' => 'styles.copyright.background'
],
'styles.copyright.text-color' => [
'type' => 'input.colorpicker',
'label' => 'Text',
'default' => '#aaaaaa',
'name' => 'styles.copyright.text-color'
],
'styles.expanded' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'styles.expanded.background' => [
'type' => 'input.colorpicker',
'label' => 'Background',
'default' => '#ffffff',
'name' => 'styles.expanded.background'
],
'styles.expanded.text-color' => [
'type' => 'input.colorpicker',
'label' => 'Text',
'default' => '#7f7f7f',
'name' => 'styles.expanded.text-color'
],
'styles.extension' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'styles.extension.background' => [
'type' => 'input.colorpicker',
'label' => 'Background',
'default' => '#f8f8f8',
'name' => 'styles.extension.background'
],
'styles.extension.text-color' => [
'type' => 'input.colorpicker',
'label' => 'Text',
'default' => '#7f7f7f',
'name' => 'styles.extension.text-color'
],
'styles.feature' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'styles.feature.background' => [
'type' => 'input.colorpicker',
'label' => 'Background',
'default' => '#ffffff',
'name' => 'styles.feature.background'
],
'styles.feature.text-color' => [
'type' => 'input.colorpicker',
'label' => 'Text',
'default' => '#7f7f7f',
'name' => 'styles.feature.text-color'
],
'styles.font' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'styles.font.family-default' => [
'type' => 'input.fonts',
'label' => 'Body Font',
'default' => 'sourcesanspro, Helvetica, Tahoma, Geneva, Arial, sans-serif',
'name' => 'styles.font.family-default'
],
'styles.font.family-title' => [
'type' => 'input.fonts',
'label' => 'Title Font',
'default' => 'sourcesanspro, Helvetica, Tahoma, Geneva, Arial, sans-serif',
'name' => 'styles.font.family-title'
],
'styles.font.family-promo' => [
'type' => 'input.fonts',
'label' => 'Promo Font',
'default' => 'sourcesanspro, Helvetica, Tahoma, Geneva, Arial, sans-serif',
'name' => 'styles.font.family-promo'
],
'styles.font.family-subpromo' => [
'type' => 'input.fonts',
'label' => 'SubPromo Font',
'default' => 'sourcesanspro, Helvetica, Tahoma, Geneva, Arial, sans-serif',
'name' => 'styles.font.family-subpromo'
],
'styles.footer' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'styles.footer.background' => [
'type' => 'input.colorpicker',
'label' => 'Background',
'default' => '#f8f8f8',
'name' => 'styles.footer.background'
],
'styles.footer.text-color' => [
'type' => 'input.colorpicker',
'label' => 'Text',
'default' => '#aaaaaa',
'name' => 'styles.footer.text-color'
],
'styles.header' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'styles.header.background' => [
'type' => 'input.colorpicker',
'label' => 'Background',
'default' => '#f8f8f8',
'name' => 'styles.header.background'
],
'styles.header.text-color' => [
'type' => 'input.colorpicker',
'label' => 'Text',
'default' => '#7f7f7f',
'name' => 'styles.header.text-color'
],
'styles.main' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'styles.main.background' => [
'type' => 'input.colorpicker',
'label' => 'Background',
'default' => '#ffffff',
'name' => 'styles.main.background'
],
'styles.main.text-color' => [
'type' => 'input.colorpicker',
'label' => 'Text',
'default' => '#7f7f7f',
'name' => 'styles.main.text-color'
],
'styles.menu' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'styles.menu.animation' => [
'type' => 'select.selectize',
'label' => 'Dropdown Animation',
'description' => 'Select the dropdown animation.',
'default' => 'g-fade',
'options' => [
'g-no-animation' => 'No Animation',
'g-fade' => 'Fade',
'g-zoom' => 'Zoom',
'g-fade-in-up' => 'Fade In Up',
'g-dropdown-bounce-in-down' => 'Bounce In Down',
'g-dropdown-bounce-in-left' => 'Bounce In Left',
'g-dropdown-bounce-in-right' => 'Bounce In Right'
],
'name' => 'styles.menu.animation'
],
'styles.menustyle' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'styles.menustyle.text-color' => [
'type' => 'input.colorpicker',
'label' => 'Text',
'default' => '#7f7f7f',
'name' => 'styles.menustyle.text-color'
],
'styles.menustyle.text-color-active' => [
'type' => 'input.colorpicker',
'label' => 'Hover & Active Text',
'default' => '#232529',
'name' => 'styles.menustyle.text-color-active'
],
'styles.menustyle._tab_toplevel' => [
'label' => 'Top Level',
'name' => 'styles.menustyle._tab_toplevel',
'type' => ''
],
'styles.menustyle.sublevel-text-color' => [
'type' => 'input.colorpicker',
'label' => 'Text',
'default' => 'rgba(255, 255, 255, 0.8)',
'name' => 'styles.menustyle.sublevel-text-color'
],
'styles.menustyle.sublevel-text-color-active' => [
'type' => 'input.colorpicker',
'label' => 'Hover & Active Text',
'default' => '#ffffff',
'name' => 'styles.menustyle.sublevel-text-color-active'
],
'styles.menustyle.sublevel-background' => [
'type' => 'input.colorpicker',
'label' => 'Background',
'default' => '#232529',
'name' => 'styles.menustyle.sublevel-background'
],
'styles.menustyle._tab_sublevel' => [
'label' => 'Sub Level',
'name' => 'styles.menustyle._tab_sublevel',
'type' => ''
],
'styles.navigation' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'styles.navigation.background' => [
'type' => 'input.colorpicker',
'label' => 'Background',
'default' => 'rgba(255, 255, 255, 0.0)',
'name' => 'styles.navigation.background'
],
'styles.navigation.background-image' => [
'type' => 'input.imagepicker',
'label' => 'Background Image',
'default' => 'gantry-media://backgrounds/navigation/img-01.jpg',
'name' => 'styles.navigation.background-image'
],
'styles.navigation.text-color' => [
'type' => 'input.colorpicker',
'label' => 'Text',
'default' => '#7f7f7f',
'name' => 'styles.navigation.text-color'
],
'styles.offcanvas' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'styles.offcanvas.background' => [
'type' => 'input.colorpicker',
'label' => 'Background',
'default' => '#000000',
'name' => 'styles.offcanvas.background'
],
'styles.offcanvas.text-color' => [
'type' => 'input.colorpicker',
'label' => 'Text',
'default' => '#87888e',
'name' => 'styles.offcanvas.text-color'
],
'styles.offcanvas.toggle-color' => [
'type' => 'input.colorpicker',
'label' => 'Toggle Color',
'default' => '#000000',
'name' => 'styles.offcanvas.toggle-color'
],
'styles.offcanvas.width' => [
'type' => 'input.text',
'label' => 'Panel Width',
'description' => 'Set offcanvas size in rem, em, px, or percentage unit values',
'default' => '10rem',
'pattern' => '\\d+(\\.\\d+){0,1}(rem|em|ex|ch|vw|vh|vmin|vmax|%|px|cm|mm|in|pt|pc)',
'name' => 'styles.offcanvas.width'
],
'styles.offcanvas.toggle-visibility' => [
'type' => 'select.selectize',
'label' => 'Toggle Visibility',
'description' => 'Choose the OffCanvas Toggle Visibility.',
'default' => 1,
'options' => [
1 => 'Mobile Menu',
2 => 'Always'
],
'name' => 'styles.offcanvas.toggle-visibility'
],
'styles.overlay' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'styles.overlay.background' => [
'type' => 'input.colorpicker',
'label' => 'Background',
'default' => 'rgba(2, 3, 30, 0.9)',
'name' => 'styles.overlay.background'
],
'styles.overlay.background-image' => [
'type' => 'input.imagepicker',
'label' => 'Background Image',
'name' => 'styles.overlay.background-image'
],
'styles.overlay.text-color' => [
'type' => 'input.colorpicker',
'label' => 'Text',
'default' => '#ffffff',
'name' => 'styles.overlay.text-color'
],
'styles.overlay.opacity' => [
'type' => 'input.text',
'label' => 'Overlay Opacity',
'default' => '0.9',
'name' => 'styles.overlay.opacity'
],
'styles.showcase' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'styles.showcase.background' => [
'type' => 'input.colorpicker',
'label' => 'Background',
'default' => '#ffffff',
'name' => 'styles.showcase.background'
],
'styles.showcase.text-color' => [
'type' => 'input.colorpicker',
'label' => 'Text',
'default' => '#7f7f7f',
'name' => 'styles.showcase.text-color'
],
'styles.slideshow' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'styles.slideshow.background' => [
'type' => 'input.colorpicker',
'label' => 'Background',
'default' => '#ffffff',
'name' => 'styles.slideshow.background'
],
'styles.slideshow.text-color' => [
'type' => 'input.colorpicker',
'label' => 'Text',
'default' => '#7f7f7f',
'name' => 'styles.slideshow.text-color'
],
'styles.top' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'styles.top.background' => [
'type' => 'input.colorpicker',
'label' => 'Background',
'default' => '#ffffff',
'name' => 'styles.top.background'
],
'styles.top.text-color' => [
'type' => 'input.colorpicker',
'label' => 'Text',
'default' => '#7f7f7f',
'name' => 'styles.top.text-color'
],
'styles.utility' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'styles.utility.background' => [
'type' => 'input.colorpicker',
'label' => 'Background',
'default' => '#f8f8f8',
'name' => 'styles.utility.background'
],
'styles.utility.text-color' => [
'type' => 'input.colorpicker',
'label' => 'Text',
'default' => '#7f7f7f',
'name' => 'styles.utility.text-color'
],
'page.assets' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'page' => [
'type' => '_parent',
'name' => 'page',
'form_field' => false
],
'page.assets.favicon' => [
'type' => 'input.imagepicker',
'label' => 'Favicon',
'filter' => '.(jpe?g|gif|png|svg|ico)$',
'name' => 'page.assets.favicon'
],
'page.assets.touchicon' => [
'type' => 'input.imagepicker',
'label' => 'Touch Icon',
'description' => 'A PNG only image that will be used as icon for Touch Devices. Recommended 180x180 or 192x192.',
'filter' => '.png$',
'name' => 'page.assets.touchicon'
],
'page.assets.css' => [
'array' => true,
'type' => 'collection.list',
'label' => 'CSS',
'description' => 'Add remove or modify custom CSS assets.',
'value' => 'name',
'ajax' => true,
'name' => 'page.assets.css'
],
'page.assets.css.*' => [
'type' => '_parent',
'name' => 'page.assets.css.*',
'form_field' => false
],
'page.assets.css.*.name' => [
'type' => 'input.text',
'label' => 'Name',
'skip' => true,
'name' => 'page.assets.css.*.name'
],
'page.assets.css.*.location' => [
'type' => 'input.filepicker',
'label' => 'File Location',
'icon' => 'far fa-file-code',
'filter' => '\\.(css|less|scss|sass)$',
'root' => 'gantry-assets://',
'name' => 'page.assets.css.*.location'
],
'page.assets.css.*.inline' => [
'type' => 'textarea.textarea',
'label' => 'Inline CSS',
'description' => 'Adds inline CSS for quick snippets.',
'name' => 'page.assets.css.*.inline'
],
'page.assets.css.*.extra' => [
'type' => 'collection.keyvalue',
'label' => 'Tag attributes',
'key_placeholder' => 'Key (data-*, style, ...)',
'value_placeholder' => 'Value',
'exclude' => [
0 => 'rel',
1 => 'href',
2 => 'type'
],
'name' => 'page.assets.css.*.extra'
],
'page.assets.css.*.priority' => [
'type' => 'input.number',
'label' => 'Load Priority',
'description' => 'Sets the load priority of the asset in the page. Value can be between 10 (first) and -10 (last). Default value is 0.',
'default' => 0,
'min' => -10,
'max' => 10,
'name' => 'page.assets.css.*.priority'
],
'page.assets.javascript' => [
'array' => true,
'type' => 'collection.list',
'label' => 'Javascript',
'description' => 'Add remove or modify custom Javascript assets.',
'value' => 'name',
'ajax' => true,
'name' => 'page.assets.javascript'
],
'page.assets.javascript.*' => [
'type' => '_parent',
'name' => 'page.assets.javascript.*',
'form_field' => false
],
'page.assets.javascript.*.name' => [
'type' => 'input.text',
'label' => 'Name',
'skip' => true,
'name' => 'page.assets.javascript.*.name'
],
'page.assets.javascript.*.location' => [
'type' => 'input.filepicker',
'label' => 'File Location',
'icon' => 'far fa-file-code',
'filter' => '\\.(jsx?|coffee)$',
'root' => 'gantry-assets://',
'name' => 'page.assets.javascript.*.location'
],
'page.assets.javascript.*.inline' => [
'type' => 'textarea.textarea',
'label' => 'Inline JavaScript',
'description' => 'Adds inline JavaScript for quick snippets.',
'name' => 'page.assets.javascript.*.inline'
],
'page.assets.javascript.*.in_footer' => [
'type' => 'input.checkbox',
'label' => 'Before
',
'description' => 'Anything in this field will be appended right after the opening body tag',
'name' => 'page.body.body_top'
],
'page.body.body_bottom' => [
'type' => 'textarea.textarea',
'label' => 'Before
Contact
mail@gemini-theme.com
+ 001 0231 123 32
Info
All demo content is for sample purposes only, intended to represent a live site. Please use the RocketLauncher to install an equivalent of the demo, all images will be replaced with sample images.
Latest news
NAIDOC Week 2025
At GSSC, we marked NAIDOC Week during the final week of Term 2 with a range of fun and meaningful activities. Each day brought new opportunities for...
The Way to Freedom
GSSC Takes Out Top Prize at Multicultural Film Fest!
We are proud to share that The Way to Freedom (Part 1: The Journey) , a documentary made by...
Refugee Week – A Celebration of Culture and Connection
Last week, we proudly celebrated Refugee Week, a significant annual event that recognises and honours the rich cultures and inspiring journeys of...
GSSC has a fortnightly newsletter for our parents, carers and students. You can read the latest edition, or review past editions.
If you would like to take a tour of our College, please book here
',
'description' => 'Whether you want the script to load at the end of the body tag or inside head',
'default' => false,
'name' => 'page.assets.javascript.*.in_footer'
],
'page.assets.javascript.*.extra' => [
'type' => 'collection.keyvalue',
'label' => 'Tag attributes',
'exclude' => [
0 => 'src',
1 => 'type'
],
'name' => 'page.assets.javascript.*.extra'
],
'page.assets.javascript.*.priority' => [
'type' => 'input.number',
'label' => 'Load Priority',
'description' => 'Sets the load priority of the asset in the page. Value can be between 10 (first) and -10 (last). Default value is 0.',
'default' => 0,
'min' => -10,
'max' => 10,
'name' => 'page.assets.javascript.*.priority'
],
'page.body' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'page.body.attribs' => [
'type' => '_parent',
'name' => 'page.body.attribs',
'form_field' => false
],
'page.body.attribs.id' => [
'type' => 'input.text',
'label' => 'Body Id',
'default' => NULL,
'name' => 'page.body.attribs.id'
],
'page.body.attribs.class' => [
'type' => 'input.selectize',
'label' => 'Body Classes',
'default' => 'gantry',
'name' => 'page.body.attribs.class'
],
'page.body.attribs.extra' => [
'type' => 'collection.keyvalue',
'label' => 'Tag Attributes',
'description' => 'Extra Tag attributes.',
'key_placeholder' => 'Key (data-*, style, ...)',
'value_placeholder' => 'Value',
'exclude' => [
0 => 'id',
1 => 'class'
],
'name' => 'page.body.attribs.extra'
],
'page.body.layout' => [
'type' => '_parent',
'name' => 'page.body.layout',
'form_field' => false
],
'page.body.layout.sections' => [
'type' => 'select.selectize',
'label' => 'Sections Layout',
'description' => 'Default layout container behavior for Sections',
'default' => 0,
'options' => [
0 => 'Fullwidth (Boxed Content)',
2 => 'Fullwidth (Flushed Content)',
1 => 'Boxed',
3 => 'Remove Container'
],
'name' => 'page.body.layout.sections'
],
'page.body.body_top' => [
'type' => 'textarea.textarea',
'label' => 'After
',
'description' => 'Anything in this field will be appended right before the closing body tag',
'name' => 'page.body.body_bottom'
],
'page.fontawesome' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'page.fontawesome.enable' => [
'type' => 'enable.enable',
'label' => 'Enable',
'description' => 'Enable or disable the loading of the Font Awesome icon library on the frontend. This is useful if you want to manually add a different version of the library (e.g. paid version).',
'default' => 1,
'name' => 'page.fontawesome.enable'
],
'page.fontawesome.version' => [
'type' => 'select.select',
'label' => 'Version',
'description' => 'Specify which version of the Font Awesome icon library should be loaded on the frontend. You can also completely disable Font Awesome or specify the import tags yourself in the textfield below.',
'default' => 'fa4',
'options' => [
'fa4' => 'Font Awesome 4 (legacy)',
'fa5css' => 'Font Awesome 6 Free (Webfont / CSS)',
'fa5js' => 'Font Awesome 6 Free (SVG / JS)'
],
'name' => 'page.fontawesome.version'
],
'page.fontawesome.fa4_compatibility' => [
'type' => 'enable.enable',
'label' => 'V4 Compatibility',
'description' => 'Enable or disable the backwards compatibility for version 4.x of the Font Awesome library when using version 5.x.',
'default' => 1,
'name' => 'page.fontawesome.fa4_compatibility'
],
'page.fontawesome.content_compatibility' => [
'type' => 'enable.enable',
'label' => 'Content Compatibility',
'description' => 'Enable or disable the content (pseudo-element) compatibility when using the SVG / JS version of Font Awesome 5.x. This also applies when loading the library manually.',
'default' => 1,
'name' => 'page.fontawesome.content_compatibility'
],
'page.fontawesome.html_css_import' => [
'type' => 'textarea.textarea',
'label' => 'CSS Link HTML (Manual Override)',
'description' => 'Enter your HTML to manually load the CSS files of the Font Awesome library. This option replaces the Gantry version of the library.',
'name' => 'page.fontawesome.html_css_import'
],
'page.fontawesome.html_js_import' => [
'type' => 'textarea.textarea',
'label' => 'JS Script HTML (Manual Override)',
'description' => 'Enter your HTML to manually load the JS files of the Font Awesome library. This option replaces the Gantry version of the library.',
'name' => 'page.fontawesome.html_js_import'
],
'page.head' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'page.head.meta' => [
'type' => 'collection.keyvalue',
'label' => 'Meta Tags',
'description' => 'Meta Tags for extras such as Facebook and Twitter.',
'key_placeholder' => 'og:title, og:site_name, twitter:site',
'value_placeholder' => 'Value',
'default' => NULL,
'name' => 'page.head.meta'
],
'page.head.head_bottom' => [
'type' => 'textarea.textarea',
'label' => 'Custom Content',
'description' => 'Anything in this field will be appended to the head tag',
'name' => 'page.head.head_bottom'
],
'page.head.atoms' => [
'type' => 'input.hidden',
'override_target' => '#atoms .atoms-list + input[type="checkbox"]',
'array' => true,
'name' => 'page.head.atoms'
]
],
'rules' => [
],
'nested' => [
'particles' => [
'accordion' => [
'enabled' => 'particles.accordion.enabled',
'_tab_settings' => 'particles.accordion._tab_settings',
'class' => 'particles.accordion.class',
'source' => 'particles.accordion.source',
'title' => 'particles.accordion.title',
'_tab_collection' => 'particles.accordion._tab_collection',
'items' => [
'*' => [
'title' => 'particles.accordion.items.*.title',
'desc' => 'particles.accordion.items.*.desc',
'buttontext' => 'particles.accordion.items.*.buttontext',
'buttonlink' => 'particles.accordion.items.*.buttonlink',
'buttontarget' => 'particles.accordion.items.*.buttontarget',
'buttonclass' => 'particles.accordion.items.*.buttonclass'
]
],
'_tab_joomla' => 'particles.accordion._tab_joomla',
'joomla' => [
'categories' => 'particles.accordion.joomla.categories',
'articles' => 'particles.accordion.joomla.articles',
'introtext' => 'particles.accordion.joomla.introtext',
'link' => 'particles.accordion.joomla.link',
'linktext' => 'particles.accordion.joomla.linktext',
'linktarget' => 'particles.accordion.joomla.linktarget'
]
],
'accordionmenu' => [
'enabled' => 'particles.accordionmenu.enabled',
'title' => 'particles.accordionmenu.title',
'class' => 'particles.accordionmenu.class',
'group' => [
'*' => [
'title' => 'particles.accordionmenu.group.*.title',
'items' => [
'*' => [
'title' => 'particles.accordionmenu.group.*.items.*.title',
'link' => 'particles.accordionmenu.group.*.items.*.link',
'target' => 'particles.accordionmenu.group.*.items.*.target'
]
]
]
]
],
'accordionslider' => [
'enabled' => 'particles.accordionslider.enabled',
'_tab_settings' => 'particles.accordionslider._tab_settings',
'class' => 'particles.accordionslider.class',
'source' => 'particles.accordionslider.source',
'title' => 'particles.accordionslider.title',
'description' => 'particles.accordionslider.description',
'displayitems' => 'particles.accordionslider.displayitems',
'nav' => 'particles.accordionslider.nav',
'prevText' => 'particles.accordionslider.prevText',
'nextText' => 'particles.accordionslider.nextText',
'loop' => 'particles.accordionslider.loop',
'autoplay' => 'particles.accordionslider.autoplay',
'autoplaySpeed' => 'particles.accordionslider.autoplaySpeed',
'pauseOnHover' => 'particles.accordionslider.pauseOnHover',
'accordionTitle' => 'particles.accordionslider.accordionTitle',
'accordionSubtitle' => 'particles.accordionslider.accordionSubtitle',
'_tab_collection' => 'particles.accordionslider._tab_collection',
'items' => [
'*' => [
'image' => 'particles.accordionslider.items.*.image',
'title' => 'particles.accordionslider.items.*.title',
'desc' => 'particles.accordionslider.items.*.desc',
'link' => 'particles.accordionslider.items.*.link',
'linktext' => 'particles.accordionslider.items.*.linktext',
'buttontarget' => 'particles.accordionslider.items.*.buttontarget'
]
],
'_tab_joomla' => 'particles.accordionslider._tab_joomla',
'joomla' => [
'categories' => 'particles.accordionslider.joomla.categories',
'articles' => 'particles.accordionslider.joomla.articles',
'introimage' => 'particles.accordionslider.joomla.introimage',
'introtext' => 'particles.accordionslider.joomla.introtext',
'link' => 'particles.accordionslider.joomla.link',
'linktext' => 'particles.accordionslider.joomla.linktext',
'linktarget' => 'particles.accordionslider.joomla.linktarget'
]
],
'aos' => [
'enabled' => 'particles.aos.enabled',
'duration' => 'particles.aos.duration',
'once' => 'particles.aos.once',
'delay' => 'particles.aos.delay',
'easing' => 'particles.aos.easing',
'offset' => 'particles.aos.offset'
],
'audioplayer' => [
'enabled' => 'particles.audioplayer.enabled',
'class' => 'particles.audioplayer.class',
'title' => 'particles.audioplayer.title',
'nowplaying' => 'particles.audioplayer.nowplaying',
'scrollbar' => 'particles.audioplayer.scrollbar',
'overflow' => 'particles.audioplayer.overflow',
'soundcloudclientid' => 'particles.audioplayer.soundcloudclientid',
'items' => [
'*' => [
'title' => 'particles.audioplayer.items.*.title',
'artist' => 'particles.audioplayer.items.*.artist',
'tracktitle' => 'particles.audioplayer.items.*.tracktitle',
'cover' => 'particles.audioplayer.items.*.cover',
'source' => 'particles.audioplayer.items.*.source',
'externalurl' => 'particles.audioplayer.items.*.externalurl',
'localurl' => 'particles.audioplayer.items.*.localurl',
'soundcloudurl' => 'particles.audioplayer.items.*.soundcloudurl',
'soundcloudartist' => 'particles.audioplayer.items.*.soundcloudartist',
'link' => 'particles.audioplayer.items.*.link',
'linktext' => 'particles.audioplayer.items.*.linktext'
]
]
],
'blockcontent' => [
'enabled' => 'particles.blockcontent.enabled',
'class' => 'particles.blockcontent.class',
'title' => 'particles.blockcontent.title',
'icon' => 'particles.blockcontent.icon',
'image' => 'particles.blockcontent.image',
'headline' => 'particles.blockcontent.headline',
'description' => 'particles.blockcontent.description',
'linktext' => 'particles.blockcontent.linktext',
'link' => 'particles.blockcontent.link',
'linkclass' => 'particles.blockcontent.linkclass',
'linktarget' => 'particles.blockcontent.linktarget',
'subcontents' => [
'*' => [
'name' => 'particles.blockcontent.subcontents.*.name',
'accent' => 'particles.blockcontent.subcontents.*.accent',
'icon' => 'particles.blockcontent.subcontents.*.icon',
'img' => 'particles.blockcontent.subcontents.*.img',
'rokboximage' => 'particles.blockcontent.subcontents.*.rokboximage',
'rokboxcaption' => 'particles.blockcontent.subcontents.*.rokboxcaption',
'subtitle' => 'particles.blockcontent.subcontents.*.subtitle',
'description' => 'particles.blockcontent.subcontents.*.description',
'class' => 'particles.blockcontent.subcontents.*.class',
'button' => 'particles.blockcontent.subcontents.*.button',
'buttonlink' => 'particles.blockcontent.subcontents.*.buttonlink',
'buttonclass' => 'particles.blockcontent.subcontents.*.buttonclass',
'buttontarget' => 'particles.blockcontent.subcontents.*.buttontarget'
]
]
],
'calendar' => [
'enabled' => 'particles.calendar.enabled',
'class' => 'particles.calendar.class',
'title' => 'particles.calendar.title',
'eventsheader' => 'particles.calendar.eventsheader',
'events' => [
'*' => [
'title' => 'particles.calendar.events.*.title',
'begin' => 'particles.calendar.events.*.begin',
'end' => 'particles.calendar.events.*.end',
'description' => 'particles.calendar.events.*.description',
'link' => 'particles.calendar.events.*.link',
'target' => 'particles.calendar.events.*.target'
]
]
],
'contenttabs' => [
'enabled' => 'particles.contenttabs.enabled',
'class' => 'particles.contenttabs.class',
'title' => 'particles.contenttabs.title',
'animation' => 'particles.contenttabs.animation',
'duration' => 'particles.contenttabs.duration',
'numbers' => 'particles.contenttabs.numbers',
'items' => [
'*' => [
'title' => 'particles.contenttabs.items.*.title',
'description' => 'particles.contenttabs.items.*.description',
'image' => 'particles.contenttabs.items.*.image',
'content' => 'particles.contenttabs.items.*.content'
]
]
],
'gridcontent' => [
'enabled' => 'particles.gridcontent.enabled',
'class' => 'particles.gridcontent.class',
'title' => 'particles.gridcontent.title',
'desc' => 'particles.gridcontent.desc',
'readmore' => 'particles.gridcontent.readmore',
'readmorelink' => 'particles.gridcontent.readmorelink',
'readmoreclass' => 'particles.gridcontent.readmoreclass',
'cols' => 'particles.gridcontent.cols',
'gridcontentitems' => [
'*' => [
'icon' => 'particles.gridcontent.gridcontentitems.*.icon',
'iconcolor' => 'particles.gridcontent.gridcontentitems.*.iconcolor',
'desc' => 'particles.gridcontent.gridcontentitems.*.desc',
'link' => 'particles.gridcontent.gridcontentitems.*.link'
]
]
],
'gridstatistic' => [
'enabled' => 'particles.gridstatistic.enabled',
'class' => 'particles.gridstatistic.class',
'title' => 'particles.gridstatistic.title',
'desc' => 'particles.gridstatistic.desc',
'readmore' => 'particles.gridstatistic.readmore',
'readmorelink' => 'particles.gridstatistic.readmorelink',
'readmoreclass' => 'particles.gridstatistic.readmoreclass',
'footerdesc' => 'particles.gridstatistic.footerdesc',
'cols' => 'particles.gridstatistic.cols',
'gridstatisticitems' => [
'*' => [
'text1' => 'particles.gridstatistic.gridstatisticitems.*.text1',
'icon' => 'particles.gridstatistic.gridstatisticitems.*.icon',
'text2' => 'particles.gridstatistic.gridstatisticitems.*.text2'
]
]
],
'headertabs' => [
'enabled' => 'particles.headertabs.enabled',
'class' => 'particles.headertabs.class',
'title' => 'particles.headertabs.title',
'animation' => 'particles.headertabs.animation',
'duration' => 'particles.headertabs.duration',
'items' => [
'*' => [
'tab_name' => 'particles.headertabs.items.*.tab_name',
'tab_image' => 'particles.headertabs.items.*.tab_image',
'tab_desc' => 'particles.headertabs.items.*.tab_desc'
]
]
],
'imagegrid' => [
'enabled' => 'particles.imagegrid.enabled',
'class' => 'particles.imagegrid.class',
'title' => 'particles.imagegrid.title',
'desc' => 'particles.imagegrid.desc',
'cols' => 'particles.imagegrid.cols',
'layout' => 'particles.imagegrid.layout',
'album' => 'particles.imagegrid.album',
'imagegriditems' => [
'*' => [
'title' => 'particles.imagegrid.imagegriditems.*.title',
'image' => 'particles.imagegrid.imagegriditems.*.image',
'caption' => 'particles.imagegrid.imagegriditems.*.caption',
'linkto' => 'particles.imagegrid.imagegriditems.*.linkto',
'link' => 'particles.imagegrid.imagegriditems.*.link'
]
]
],
'infolist' => [
'enabled' => 'particles.infolist.enabled',
'class' => 'particles.infolist.class',
'title' => 'particles.infolist.title',
'intro' => 'particles.infolist.intro',
'cols' => 'particles.infolist.cols',
'infolists' => [
'*' => [
'title' => 'particles.infolist.infolists.*.title',
'icon' => 'particles.infolist.infolists.*.icon',
'iconloc' => 'particles.infolist.infolists.*.iconloc',
'image' => 'particles.infolist.infolists.*.image',
'imageloc' => 'particles.infolist.infolists.*.imageloc',
'textstyle' => 'particles.infolist.infolists.*.textstyle',
'imagestyle' => 'particles.infolist.infolists.*.imagestyle',
'desc' => 'particles.infolist.infolists.*.desc',
'tag' => 'particles.infolist.infolists.*.tag',
'subtag' => 'particles.infolist.infolists.*.subtag',
'label' => 'particles.infolist.infolists.*.label',
'link' => 'particles.infolist.infolists.*.link',
'buttonicon' => 'particles.infolist.infolists.*.buttonicon',
'readmoreclass' => 'particles.infolist.infolists.*.readmoreclass',
'readmoretarget' => 'particles.infolist.infolists.*.readmoretarget'
]
]
],
'mailchimp' => [
'enabled' => 'particles.mailchimp.enabled',
'action' => 'particles.mailchimp.action',
'class' => 'particles.mailchimp.class',
'layout' => 'particles.mailchimp.layout',
'style' => 'particles.mailchimp.style',
'title' => 'particles.mailchimp.title',
'headtext' => 'particles.mailchimp.headtext',
'inputboxtext' => 'particles.mailchimp.inputboxtext',
'buttontext' => 'particles.mailchimp.buttontext',
'buttonclass' => 'particles.mailchimp.buttonclass'
],
'newsletter' => [
'enabled' => 'particles.newsletter.enabled',
'class' => 'particles.newsletter.class',
'width' => 'particles.newsletter.width',
'layout' => 'particles.newsletter.layout',
'style' => 'particles.newsletter.style',
'title' => 'particles.newsletter.title',
'headtext' => 'particles.newsletter.headtext',
'sidetext' => 'particles.newsletter.sidetext',
'inputboxtext' => 'particles.newsletter.inputboxtext',
'buttonicon' => 'particles.newsletter.buttonicon',
'buttontext' => 'particles.newsletter.buttontext',
'uri' => 'particles.newsletter.uri',
'buttonclass' => 'particles.newsletter.buttonclass'
],
'overlaytoggle' => [
'enabled' => 'particles.overlaytoggle.enabled',
'class' => 'particles.overlaytoggle.class',
'title' => 'particles.overlaytoggle.title',
'menutext' => 'particles.overlaytoggle.menutext'
],
'popupmodule' => [
'enabled' => 'particles.popupmodule.enabled',
'class' => 'particles.popupmodule.class',
'title' => 'particles.popupmodule.title',
'module_id' => 'particles.popupmodule.module_id',
'guestbuttonicon' => 'particles.popupmodule.guestbuttonicon',
'guestbuttontext' => 'particles.popupmodule.guestbuttontext',
'userbuttonicon' => 'particles.popupmodule.userbuttonicon',
'userbuttontext' => 'particles.popupmodule.userbuttontext',
'buttonclass' => 'particles.popupmodule.buttonclass'
],
'pricingtable' => [
'enabled' => 'particles.pricingtable.enabled',
'class' => 'particles.pricingtable.class',
'title' => 'particles.pricingtable.title',
'headertext' => 'particles.pricingtable.headertext',
'footertext' => 'particles.pricingtable.footertext',
'columns' => 'particles.pricingtable.columns',
'tables' => [
'*' => [
'accent' => 'particles.pricingtable.tables.*.accent',
'customcolor' => 'particles.pricingtable.tables.*.customcolor',
'class' => 'particles.pricingtable.tables.*.class',
'ribbon' => 'particles.pricingtable.tables.*.ribbon',
'icon' => 'particles.pricingtable.tables.*.icon',
'plan' => 'particles.pricingtable.tables.*.plan',
'price' => 'particles.pricingtable.tables.*.price',
'period' => 'particles.pricingtable.tables.*.period',
'desc' => 'particles.pricingtable.tables.*.desc',
'buttontext' => 'particles.pricingtable.tables.*.buttontext',
'buttonlink' => 'particles.pricingtable.tables.*.buttonlink',
'buttontarget' => 'particles.pricingtable.tables.*.buttontarget',
'buttonclass' => 'particles.pricingtable.tables.*.buttonclass',
'items' => [
'*' => [
'text' => 'particles.pricingtable.tables.*.items.*.text',
'class' => 'particles.pricingtable.tables.*.items.*.class'
]
]
]
]
],
'simplecontent' => [
'enabled' => 'particles.simplecontent.enabled',
'class' => 'particles.simplecontent.class',
'title' => 'particles.simplecontent.title',
'items' => [
'*' => [
'layout' => 'particles.simplecontent.items.*.layout',
'created_date' => 'particles.simplecontent.items.*.created_date',
'content_title' => 'particles.simplecontent.items.*.content_title',
'author' => 'particles.simplecontent.items.*.author',
'leading_content' => 'particles.simplecontent.items.*.leading_content',
'main_content' => 'particles.simplecontent.items.*.main_content',
'readmore_label' => 'particles.simplecontent.items.*.readmore_label',
'readmore_link' => 'particles.simplecontent.items.*.readmore_link',
'readmore_class' => 'particles.simplecontent.items.*.readmore_class',
'readmore_target' => 'particles.simplecontent.items.*.readmore_target'
]
]
],
'simplecounter' => [
'enabled' => 'particles.simplecounter.enabled',
'class' => 'particles.simplecounter.class',
'title' => 'particles.simplecounter.title',
'desc' => 'particles.simplecounter.desc',
'date' => 'particles.simplecounter.date',
'month' => 'particles.simplecounter.month',
'year' => 'particles.simplecounter.year',
'daytext' => 'particles.simplecounter.daytext',
'daystext' => 'particles.simplecounter.daystext',
'hourtext' => 'particles.simplecounter.hourtext',
'hourstext' => 'particles.simplecounter.hourstext',
'minutetext' => 'particles.simplecounter.minutetext',
'minutestext' => 'particles.simplecounter.minutestext',
'secondtext' => 'particles.simplecounter.secondtext',
'secondstext' => 'particles.simplecounter.secondstext'
],
'simplemenu' => [
'enabled' => 'particles.simplemenu.enabled',
'title' => 'particles.simplemenu.title',
'class' => 'particles.simplemenu.class',
'menus' => [
'*' => [
'title' => 'particles.simplemenu.menus.*.title',
'items' => [
'*' => [
'title' => 'particles.simplemenu.menus.*.items.*.title',
'icon' => 'particles.simplemenu.menus.*.items.*.icon',
'link' => 'particles.simplemenu.menus.*.items.*.link',
'target' => 'particles.simplemenu.menus.*.items.*.target'
]
]
]
]
],
'video' => [
'enabled' => 'particles.video.enabled',
'class' => 'particles.video.class',
'title' => 'particles.video.title',
'columns' => 'particles.video.columns',
'items' => [
'*' => [
'caption' => 'particles.video.items.*.caption',
'source' => 'particles.video.items.*.source',
'video' => 'particles.video.items.*.video',
'local' => [
'*' => [
'file' => 'particles.video.items.*.local.*.file'
]
],
'posterimage' => 'particles.video.items.*.posterimage',
'loop' => 'particles.video.items.*.loop',
'autoplay' => 'particles.video.items.*.autoplay',
'controls' => 'particles.video.items.*.controls',
'info' => 'particles.video.items.*.info',
'related' => 'particles.video.items.*.related',
'muted' => 'particles.video.items.*.muted',
'start' => 'particles.video.items.*.start'
]
]
],
'analytics' => [
'enabled' => 'particles.analytics.enabled',
'ua' => [
'code' => 'particles.analytics.ua.code',
'anonym' => 'particles.analytics.ua.anonym'
]
],
'assets' => [
'enabled' => 'particles.assets.enabled',
'css' => [
'*' => [
'name' => 'particles.assets.css.*.name',
'location' => 'particles.assets.css.*.location',
'inline' => 'particles.assets.css.*.inline',
'extra' => 'particles.assets.css.*.extra',
'priority' => 'particles.assets.css.*.priority'
]
],
'javascript' => [
'*' => [
'name' => 'particles.assets.javascript.*.name',
'location' => 'particles.assets.javascript.*.location',
'inline' => 'particles.assets.javascript.*.inline',
'in_footer' => 'particles.assets.javascript.*.in_footer',
'extra' => 'particles.assets.javascript.*.extra',
'priority' => 'particles.assets.javascript.*.priority'
]
]
],
'branding' => [
'enabled' => 'particles.branding.enabled',
'content' => 'particles.branding.content',
'css' => [
'class' => 'particles.branding.css.class'
]
],
'content' => [
'enabled' => 'particles.content.enabled'
],
'contentarray' => [
'enabled' => 'particles.contentarray.enabled',
'_tab_articles' => 'particles.contentarray._tab_articles',
'title' => 'particles.contentarray.title',
'article' => [
'filter' => [
'categories' => 'particles.contentarray.article.filter.categories',
'articles' => 'particles.contentarray.article.filter.articles',
'featured' => 'particles.contentarray.article.filter.featured'
],
'limit' => [
'total' => 'particles.contentarray.article.limit.total',
'columns' => 'particles.contentarray.article.limit.columns',
'start' => 'particles.contentarray.article.limit.start'
],
'display' => [
'pagination_buttons' => 'particles.contentarray.article.display.pagination_buttons',
'image' => [
'enabled' => 'particles.contentarray.article.display.image.enabled'
],
'text' => [
'type' => 'particles.contentarray.article.display.text.type',
'limit' => 'particles.contentarray.article.display.text.limit',
'formatting' => 'particles.contentarray.article.display.text.formatting',
'prepare' => 'particles.contentarray.article.display.text.prepare'
],
'edit' => 'particles.contentarray.article.display.edit',
'title' => [
'enabled' => 'particles.contentarray.article.display.title.enabled',
'limit' => 'particles.contentarray.article.display.title.limit'
],
'date' => [
'enabled' => 'particles.contentarray.article.display.date.enabled',
'format' => 'particles.contentarray.article.display.date.format'
],
'read_more' => [
'enabled' => 'particles.contentarray.article.display.read_more.enabled',
'label' => 'particles.contentarray.article.display.read_more.label',
'css' => 'particles.contentarray.article.display.read_more.css'
],
'author' => [
'enabled' => 'particles.contentarray.article.display.author.enabled'
],
'category' => [
'enabled' => 'particles.contentarray.article.display.category.enabled'
],
'hits' => [
'enabled' => 'particles.contentarray.article.display.hits.enabled'
]
],
'sort' => [
'orderby' => 'particles.contentarray.article.sort.orderby',
'ordering' => 'particles.contentarray.article.sort.ordering'
]
],
'_tab_display' => 'particles.contentarray._tab_display',
'_tab_readmore' => 'particles.contentarray._tab_readmore',
'_tab_extras' => 'particles.contentarray._tab_extras',
'css' => [
'class' => 'particles.contentarray.css.class'
],
'extra' => 'particles.contentarray.extra'
],
'copyright' => [
'enabled' => 'particles.copyright.enabled',
'date' => [
'start' => 'particles.copyright.date.start',
'end' => 'particles.copyright.date.end'
],
'owner' => 'particles.copyright.owner'
],
'custom' => [
'enabled' => 'particles.custom.enabled',
'html' => 'particles.custom.html',
'twig' => 'particles.custom.twig',
'filter' => 'particles.custom.filter'
],
'date' => [
'enabled' => 'particles.date.enabled',
'css' => [
'class' => 'particles.date.css.class'
],
'date' => [
'formats' => 'particles.date.date.formats'
]
],
'frameworks' => [
'enabled' => 'particles.frameworks.enabled',
'jquery' => [
'enabled' => 'particles.frameworks.jquery.enabled',
'ui_core' => 'particles.frameworks.jquery.ui_core',
'ui_sortable' => 'particles.frameworks.jquery.ui_sortable'
],
'bootstrap' => [
'enabled' => 'particles.frameworks.bootstrap.enabled'
],
'mootools' => [
'enabled' => 'particles.frameworks.mootools.enabled',
'more' => 'particles.frameworks.mootools.more'
]
],
'lightcase' => [
'enabled' => 'particles.lightcase.enabled'
],
'logo' => [
'enabled' => 'particles.logo.enabled',
'url' => 'particles.logo.url',
'target' => 'particles.logo.target',
'image' => 'particles.logo.image',
'height' => 'particles.logo.height',
'link' => 'particles.logo.link',
'svg' => 'particles.logo.svg',
'text' => 'particles.logo.text',
'class' => 'particles.logo.class'
],
'menu' => [
'enabled' => 'particles.menu.enabled',
'menu' => 'particles.menu.menu',
'base' => 'particles.menu.base',
'startLevel' => 'particles.menu.startLevel',
'maxLevels' => 'particles.menu.maxLevels',
'renderTitles' => 'particles.menu.renderTitles',
'hoverExpand' => 'particles.menu.hoverExpand',
'mobileTarget' => 'particles.menu.mobileTarget',
'forceTarget' => 'particles.menu.forceTarget'
],
'messages' => [
'enabled' => 'particles.messages.enabled'
],
'mobile-menu' => [
'enabled' => 'particles.mobile-menu.enabled'
],
'module' => [
'enabled' => 'particles.module.enabled',
'module_id' => 'particles.module.module_id',
'chrome' => 'particles.module.chrome'
],
'position' => [
'enabled' => 'particles.position.enabled',
'key' => 'particles.position.key',
'chrome' => 'particles.position.chrome'
],
'social' => [
'enabled' => 'particles.social.enabled',
'css' => [
'class' => 'particles.social.css.class'
],
'title' => 'particles.social.title',
'target' => 'particles.social.target',
'display' => 'particles.social.display',
'items' => [
'*' => [
'name' => 'particles.social.items.*.name',
'icon' => 'particles.social.items.*.icon',
'text' => 'particles.social.items.*.text',
'title' => 'particles.social.items.*.title',
'link' => 'particles.social.items.*.link'
]
]
],
'spacer' => [
'enabled' => 'particles.spacer.enabled'
],
'totop' => [
'enabled' => 'particles.totop.enabled',
'css' => [
'class' => 'particles.totop.css.class'
],
'icon' => 'particles.totop.icon',
'content' => 'particles.totop.content',
'title' => 'particles.totop.title'
]
],
'styles' => [
'above' => [
'background' => 'styles.above.background',
'text-color' => 'styles.above.text-color'
],
'accent' => [
'color-1' => 'styles.accent.color-1',
'color-2' => 'styles.accent.color-2',
'color-3' => 'styles.accent.color-3'
],
'base' => [
'background' => 'styles.base.background',
'text-color' => 'styles.base.text-color',
'text-active-color' => 'styles.base.text-active-color'
],
'bottom' => [
'background' => 'styles.bottom.background',
'text-color' => 'styles.bottom.text-color'
],
'breakpoints' => [
'large-desktop-container' => 'styles.breakpoints.large-desktop-container',
'desktop-container' => 'styles.breakpoints.desktop-container',
'tablet-container' => 'styles.breakpoints.tablet-container',
'large-mobile-container' => 'styles.breakpoints.large-mobile-container',
'mobile-menu-breakpoint' => 'styles.breakpoints.mobile-menu-breakpoint'
],
'copyright' => [
'background' => 'styles.copyright.background',
'text-color' => 'styles.copyright.text-color'
],
'expanded' => [
'background' => 'styles.expanded.background',
'text-color' => 'styles.expanded.text-color'
],
'extension' => [
'background' => 'styles.extension.background',
'text-color' => 'styles.extension.text-color'
],
'feature' => [
'background' => 'styles.feature.background',
'text-color' => 'styles.feature.text-color'
],
'font' => [
'family-default' => 'styles.font.family-default',
'family-title' => 'styles.font.family-title',
'family-promo' => 'styles.font.family-promo',
'family-subpromo' => 'styles.font.family-subpromo'
],
'footer' => [
'background' => 'styles.footer.background',
'text-color' => 'styles.footer.text-color'
],
'header' => [
'background' => 'styles.header.background',
'text-color' => 'styles.header.text-color'
],
'main' => [
'background' => 'styles.main.background',
'text-color' => 'styles.main.text-color'
],
'menu' => [
'animation' => 'styles.menu.animation'
],
'menustyle' => [
'_tab_toplevel' => 'styles.menustyle._tab_toplevel',
'text-color' => 'styles.menustyle.text-color',
'text-color-active' => 'styles.menustyle.text-color-active',
'_tab_sublevel' => 'styles.menustyle._tab_sublevel',
'sublevel-text-color' => 'styles.menustyle.sublevel-text-color',
'sublevel-text-color-active' => 'styles.menustyle.sublevel-text-color-active',
'sublevel-background' => 'styles.menustyle.sublevel-background'
],
'navigation' => [
'background' => 'styles.navigation.background',
'background-image' => 'styles.navigation.background-image',
'text-color' => 'styles.navigation.text-color'
],
'offcanvas' => [
'background' => 'styles.offcanvas.background',
'text-color' => 'styles.offcanvas.text-color',
'toggle-color' => 'styles.offcanvas.toggle-color',
'width' => 'styles.offcanvas.width',
'toggle-visibility' => 'styles.offcanvas.toggle-visibility'
],
'overlay' => [
'background' => 'styles.overlay.background',
'background-image' => 'styles.overlay.background-image',
'text-color' => 'styles.overlay.text-color',
'opacity' => 'styles.overlay.opacity'
],
'showcase' => [
'background' => 'styles.showcase.background',
'text-color' => 'styles.showcase.text-color'
],
'slideshow' => [
'background' => 'styles.slideshow.background',
'text-color' => 'styles.slideshow.text-color'
],
'top' => [
'background' => 'styles.top.background',
'text-color' => 'styles.top.text-color'
],
'utility' => [
'background' => 'styles.utility.background',
'text-color' => 'styles.utility.text-color'
]
],
'page' => [
'assets' => [
'favicon' => 'page.assets.favicon',
'touchicon' => 'page.assets.touchicon',
'css' => [
'*' => [
'name' => 'page.assets.css.*.name',
'location' => 'page.assets.css.*.location',
'inline' => 'page.assets.css.*.inline',
'extra' => 'page.assets.css.*.extra',
'priority' => 'page.assets.css.*.priority'
]
],
'javascript' => [
'*' => [
'name' => 'page.assets.javascript.*.name',
'location' => 'page.assets.javascript.*.location',
'inline' => 'page.assets.javascript.*.inline',
'in_footer' => 'page.assets.javascript.*.in_footer',
'extra' => 'page.assets.javascript.*.extra',
'priority' => 'page.assets.javascript.*.priority'
]
]
],
'body' => [
'attribs' => [
'id' => 'page.body.attribs.id',
'class' => 'page.body.attribs.class',
'extra' => 'page.body.attribs.extra'
],
'layout' => [
'sections' => 'page.body.layout.sections'
],
'body_top' => 'page.body.body_top',
'body_bottom' => 'page.body.body_bottom'
],
'fontawesome' => [
'enable' => 'page.fontawesome.enable',
'version' => 'page.fontawesome.version',
'fa4_compatibility' => 'page.fontawesome.fa4_compatibility',
'content_compatibility' => 'page.fontawesome.content_compatibility',
'html_css_import' => 'page.fontawesome.html_css_import',
'html_js_import' => 'page.fontawesome.html_js_import'
],
'head' => [
'meta' => 'page.head.meta',
'head_bottom' => 'page.head.head_bottom',
'atoms' => 'page.head.atoms'
]
]
],
'dynamic' => [
],
'filter' => [
'validation' => true
],
'configuration' => [
'particles' => [
'accordionmenu' => [
'caching' => [
'type' => 'static'
]
],
'aos' => [
'caching' => [
'type' => 'static'
]
],
'audioplayer' => [
'caching' => [
'type' => 'static'
]
],
'blockcontent' => [
'caching' => [
'type' => 'static'
]
],
'calendar' => [
'caching' => [
'type' => 'static'
]
],
'contenttabs' => [
'caching' => [
'type' => 'static'
]
],
'gridcontent' => [
'caching' => [
'type' => 'static'
]
],
'gridstatistic' => [
'caching' => [
'type' => 'static'
]
],
'headertabs' => [
'caching' => [
'type' => 'static'
]
],
'imagegrid' => [
'caching' => [
'type' => 'static'
]
],
'infolist' => [
'caching' => [
'type' => 'static'
]
],
'mailchimp' => [
'caching' => [
'type' => 'static'
]
],
'newsletter' => [
'caching' => [
'type' => 'static'
]
],
'overlaytoggle' => [
'caching' => [
'type' => 'static'
]
],
'pricingtable' => [
'caching' => [
'type' => 'static'
]
],
'simplecontent' => [
'caching' => [
'type' => 'static'
]
],
'simplecounter' => [
'caching' => [
'type' => 'static'
]
],
'simplemenu' => [
'caching' => [
'type' => 'static'
]
],
'branding' => [
'caching' => [
'type' => 'static'
]
],
'copyright' => [
'caching' => [
'type' => 'static'
]
],
'custom' => [
'caching' => [
'type' => 'config_matches',
'values' => [
'twig' => '0',
'filter' => '0'
]
]
],
'logo' => [
'caching' => [
'type' => 'static'
]
],
'menu' => [
'caching' => [
'type' => 'menu'
]
],
'mobile-menu' => [
'caching' => [
'type' => 'static'
]
],
'social' => [
'caching' => [
'type' => 'static'
]
],
'spacer' => [
'caching' => [
'type' => 'static'
]
],
'totop' => [
'caching' => [
'type' => 'static'
]
]
]
]
]
];
Return to remote learning - message from our Executive Principal - Greater Shepparton Secondary College
Follow