cription' => 'CSS class name for the particle.',
'name' => 'particles.gridstatistic.class'
],
'particles.gridstatistic.title' => [
'type' => 'input.text',
'label' => 'Title',
'description' => 'Customize the title text.',
'name' => 'particles.gridstatistic.title'
],
'particles.gridstatistic.desc' => [
'type' => 'textarea.textarea',
'label' => 'Description',
'description' => 'Customize the description.',
'name' => 'particles.gridstatistic.desc'
],
'particles.gridstatistic.readmore' => [
'type' => 'input.text',
'label' => 'Readmore Text',
'description' => 'Specify the readmore text.',
'name' => 'particles.gridstatistic.readmore'
],
'particles.gridstatistic.readmorelink' => [
'type' => 'input.text',
'label' => 'Readmore Link',
'description' => 'Specify the readmore link address.',
'name' => 'particles.gridstatistic.readmorelink'
],
'particles.gridstatistic.readmoreclass' => [
'type' => 'select.select',
'label' => 'Readmore Style',
'description' => 'Style for the readmore button.',
'default' => 'button-3',
'options' => [
'button-2' => 'Button 2',
'button-3' => 'Button 3',
'button-4' => 'Button 4'
],
'name' => 'particles.gridstatistic.readmoreclass'
],
'particles.gridstatistic.footerdesc' => [
'type' => 'textarea.textarea',
'label' => 'Footer Description',
'description' => 'Customize the footer description.',
'name' => 'particles.gridstatistic.footerdesc'
],
'particles.gridstatistic.cols' => [
'type' => 'select.select',
'label' => 'Grid Column',
'description' => 'Select the grid column amount',
'default' => 'g-gridstatistic-2cols',
'options' => [
'g-gridstatistic-1cols' => '1 Column',
'g-gridstatistic-2cols' => '2 Columns',
'g-gridstatistic-3cols' => '3 Columns',
'g-gridstatistic-4cols' => '4 Columns',
'g-gridstatistic-5cols' => '5 Columns',
'g-gridstatistic-6cols' => '6 Columns'
],
'name' => 'particles.gridstatistic.cols'
],
'particles.gridstatistic.gridstatisticitems' => [
'array' => true,
'type' => 'collection.list',
'label' => 'Items',
'description' => 'Create each item to appear in the content row.',
'value' => 'title',
'ajax' => true,
'name' => 'particles.gridstatistic.gridstatisticitems'
],
'particles.gridstatistic.gridstatisticitems.*' => [
'type' => '_parent',
'name' => 'particles.gridstatistic.gridstatisticitems.*',
'form_field' => false
],
'particles.gridstatistic.gridstatisticitems.*.text1' => [
'type' => 'input.text',
'label' => 'Statictic Number',
'name' => 'particles.gridstatistic.gridstatisticitems.*.text1'
],
'particles.gridstatistic.gridstatisticitems.*.icon' => [
'type' => 'input.icon',
'label' => 'Icon',
'name' => 'particles.gridstatistic.gridstatisticitems.*.icon'
],
'particles.gridstatistic.gridstatisticitems.*.text2' => [
'type' => 'input.text',
'label' => 'Statistic Text',
'name' => 'particles.gridstatistic.gridstatisticitems.*.text2'
],
'particles.headertabs' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'particles.headertabs.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable particles.',
'default' => true,
'name' => 'particles.headertabs.enabled'
],
'particles.headertabs.class' => [
'type' => 'input.selectize',
'label' => 'CSS Classes',
'description' => 'CSS class name for the particle.',
'name' => 'particles.headertabs.class'
],
'particles.headertabs.title' => [
'type' => 'input.text',
'label' => 'Title',
'description' => 'Customize the title text.',
'name' => 'particles.headertabs.title'
],
'particles.headertabs.animation' => [
'type' => 'select.select',
'label' => 'Animation Type',
'description' => 'Set the animation type.',
'default' => 'fade',
'options' => [
'left' => 'Slide Left',
'right' => 'Slide Right',
'up' => 'Slide Up',
'down' => 'Slide Down',
'fade' => 'Fade',
'toggle' => 'Toggle'
],
'name' => 'particles.headertabs.animation'
],
'particles.headertabs.duration' => [
'type' => 'input.text',
'label' => 'Duration',
'description' => 'Customize the animation duration.',
'name' => 'particles.headertabs.duration'
],
'particles.headertabs.items' => [
'array' => true,
'type' => 'collection.list',
'label' => 'Tabs',
'description' => 'Create each tabs item to display.',
'value' => 'tab_name',
'ajax' => true,
'name' => 'particles.headertabs.items'
],
'particles.headertabs.items.*' => [
'type' => '_parent',
'name' => 'particles.headertabs.items.*',
'form_field' => false
],
'particles.headertabs.items.*.tab_name' => [
'type' => 'input.text',
'label' => 'Tab Name',
'description' => 'Enter the Tab name',
'name' => 'particles.headertabs.items.*.tab_name'
],
'particles.headertabs.items.*.tab_image' => [
'type' => 'input.imagepicker',
'label' => 'Image',
'description' => 'Select desired image.',
'name' => 'particles.headertabs.items.*.tab_image'
],
'particles.headertabs.items.*.tab_desc' => [
'type' => 'textarea.textarea',
'label' => 'Tab Description',
'description' => 'Enter the Tab description',
'name' => 'particles.headertabs.items.*.tab_desc'
],
'particles.imagegrid' => [
'type' => '_root',
'form_field' => false,
'form' => [
'overrideable' => false
]
],
'particles.imagegrid.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable particle.',
'default' => true,
'name' => 'particles.imagegrid.enabled'
],
'particles.imagegrid.class' => [
'type' => 'input.selectize',
'label' => 'CSS Classes',
'description' => 'CSS class name for the particle.',
'name' => 'particles.imagegrid.class'
],
'particles.imagegrid.title' => [
'type' => 'input.text',
'label' => 'Title',
'description' => 'Customize the title text.',
'name' => 'particles.imagegrid.title'
],
'particles.imagegrid.desc' => [
'type' => 'textarea.textarea',
'label' => 'Description',
'description' => 'Customize the description.',
'name' => 'particles.imagegrid.desc'
],
'particles.imagegrid.cols' => [
'type' => 'select.select',
'label' => 'Grid Column',
'description' => 'Select the grid column amount',
'default' => 'g-imagegrid-2cols',
'options' => [
'g-imagegrid-2cols' => '2 Columns',
'g-imagegrid-3cols' => '3 Columns',
'g-imagegrid-4cols' => '4 Columns',
'g-imagegrid-5cols' => '5 Columns'
],
'name' => 'particles.imagegrid.cols'
],
'particles.imagegrid.layout' => [
'type' => 'select.select',
'label' => 'Layout',
'description' => 'Select preferred layout',
'default' => 'g-imagegrid-standard',
'options' => [
'g-imagegrid-standard' => 'Standard',
'g-imagegrid-captions' => 'Visible captions'
],
'name' => 'particles.imagegrid.layout'
],
'particles.imagegrid.album' => [
'type' => 'input.text',
'label' => 'Album Name',
'description' => 'Customize the album name.',
'name' => 'particles.imagegrid.album'
],
'particles.imagegrid.imagegriditems' => [
'array' => true,
'type' => 'collection.list',
'label' => 'Images',
'description' => 'Create each item to appear in the content row.',
'value' => 'title',
'ajax' => true,
'name' => 'particles.imagegrid.imagegriditems'
],
'particles.imagegrid.imagegriditems.*' => [
'type' => '_parent',
'name' => 'particles.imagegrid.imagegriditems.*',
'form_field' => false
],
'particles.imagegrid.imagegriditems.*.title' => [
'type' => 'input.text',
'label' => 'Title',
'skip' => true,
'name' => 'particles.imagegrid.imagegriditems.*.title'
],
'particles.imagegrid.imagegriditems.*.image' => [
'type' => 'input.imagepicker',
'label' => 'Promo Image',
'description' => 'Select desired promo image.',
'name' => 'particles.imagegrid.imagegriditems.*.image'
],
'particles.imagegrid.imagegriditems.*.caption' => [
'type' => 'input.text',
'label' => 'Caption',
'description' => 'Customize the image caption.',
'name' => 'particles.imagegrid.imagegriditems.*.caption'
],
'particles.imagegrid.imagegriditems.*.linkto' => [
'type' => 'select.select',
'label' => 'Link To',
'description' => 'Choose to display image or open a custom link.',
'default' => 'image',
'options' => [
'image' => 'Lightcase Image',
'link' => 'Link'
],
'name' => 'particles.imagegrid.imagegriditems.*.linkto'
],
'particles.imagegrid.imagegriditems.*.link' => [
'type' => 'input.text',
'label' => 'Link',
'name' => 'particles.imagegrid.imagegriditems.*.link'
],
'particles.infolist' => [
'type' => '_root',
'form_field' => false,
'form' => [
'overrideable' => false
]
],
'particles.infolist.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable particle.',
'default' => true,
'name' => 'particles.infolist.enabled'
],
'particles.infolist.class' => [
'type' => 'input.selectize',
'label' => 'CSS Classes',
'description' => 'CSS class name for the particle.',
'name' => 'particles.infolist.class'
],
'particles.infolist.title' => [
'type' => 'input.text',
'label' => 'Title',
'description' => 'Customize the title text.',
'name' => 'particles.infolist.title'
],
'particles.infolist.intro' => [
'type' => 'textarea.textarea',
'label' => 'Intro',
'description' => 'Customize the intro text.',
'name' => 'particles.infolist.intro'
],
'particles.infolist.cols' => [
'type' => 'select.selectize',
'label' => 'Grid Column',
'description' => 'Select the grid column amount for the list items',
'default' => 'g-1cols',
'options' => [
'g-1cols' => '1 Column',
'g-2cols' => '2 Columns',
'g-3cols' => '3 Columns',
'g-4cols' => '4 Columns',
'g-5cols' => '5 Columns'
],
'name' => 'particles.infolist.cols'
],
'particles.infolist.infolists' => [
'array' => true,
'type' => 'collection.list',
'label' => 'Info Lists',
'description' => 'Create each item to appear in the content row.',
'value' => 'title',
'ajax' => true,
'name' => 'particles.infolist.infolists'
],
'particles.infolist.infolists.*' => [
'type' => '_parent',
'name' => 'particles.infolist.infolists.*',
'form_field' => false
],
'particles.infolist.infolists.*.title' => [
'type' => 'input.text',
'label' => 'Item Title',
'description' => 'Customize the item title text.',
'name' => 'particles.infolist.infolists.*.title'
],
'particles.infolist.infolists.*.icon' => [
'type' => 'input.icon',
'label' => 'Icon',
'description' => 'Select the icon.',
'name' => 'particles.infolist.infolists.*.icon'
],
'particles.infolist.infolists.*.iconloc' => [
'type' => 'select.select',
'label' => 'Icon Location',
'description' => 'Select the location for the icon',
'default' => 'left',
'options' => [
'center' => 'Center',
'left' => 'Left',
'right' => 'Right'
],
'name' => 'particles.infolist.infolists.*.iconloc'
],
'particles.infolist.infolists.*.image' => [
'type' => 'input.imagepicker',
'label' => 'Image',
'description' => 'Select desired image.',
'name' => 'particles.infolist.infolists.*.image'
],
'particles.infolist.infolists.*.imageloc' => [
'type' => 'select.select',
'label' => 'Image Location',
'description' => 'Select the location for the image',
'default' => 'left',
'options' => [
'center' => 'Center',
'left' => 'Left',
'right' => 'Right'
],
'name' => 'particles.infolist.infolists.*.imageloc'
],
'particles.infolist.infolists.*.textstyle' => [
'type' => 'select.select',
'label' => 'Text Style',
'description' => 'Select the style for the text',
'default' => 'compact',
'options' => [
'compact' => 'Compact',
'large' => 'Large',
'bold' => 'Bold',
'header' => 'Header'
],
'name' => 'particles.infolist.infolists.*.textstyle'
],
'particles.infolist.infolists.*.imagestyle' => [
'type' => 'select.select',
'label' => 'Image Style',
'description' => 'Select the style for the image',
'default' => 'compact',
'options' => [
'compact' => 'Compact',
'large' => 'Large',
'browser' => 'Browser',
'avatar' => 'Avatar'
],
'name' => 'particles.infolist.infolists.*.imagestyle'
],
'particles.infolist.infolists.*.desc' => [
'type' => 'textarea.textarea',
'label' => 'Description',
'description' => 'Customize the description.',
'name' => 'particles.infolist.infolists.*.desc'
],
'particles.infolist.infolists.*.tag' => [
'type' => 'input.text',
'label' => 'Tag',
'description' => 'Customize the tag',
'name' => 'particles.infolist.infolists.*.tag'
],
'particles.infolist.infolists.*.subtag' => [
'type' => 'input.text',
'label' => 'Sub Tag',
'description' => 'Customize the sub tag',
'name' => 'particles.infolist.infolists.*.subtag'
],
'particles.infolist.infolists.*.label' => [
'type' => 'input.text',
'label' => 'Label',
'description' => 'Customize the read more label',
'name' => 'particles.infolist.infolists.*.label'
],
'particles.infolist.infolists.*.link' => [
'type' => 'input.text',
'label' => 'Link',
'description' => 'Specify the link address.',
'name' => 'particles.infolist.infolists.*.link'
],
'particles.infolist.infolists.*.buttonicon' => [
'type' => 'input.icon',
'label' => 'Button Icon',
'description' => 'Specify the read more icon.',
'name' => 'particles.infolist.infolists.*.buttonicon'
],
'particles.infolist.infolists.*.readmoreclass' => [
'type' => 'input.selectize',
'label' => 'Read More Classes',
'description' => 'CSS class name for the read more.',
'name' => 'particles.infolist.infolists.*.readmoreclass'
],
'particles.infolist.infolists.*.readmoretarget' => [
'type' => 'select.selectize',
'label' => 'Target',
'description' => 'Target browser window when item is clicked.',
'default' => '_self',
'options' => [
'_self' => 'Self',
'_blank' => 'New Window'
],
'name' => 'particles.infolist.infolists.*.readmoretarget'
],
'particles.mailchimp' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'particles.mailchimp.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable particle.',
'default' => true,
'name' => 'particles.mailchimp.enabled'
],
'particles.mailchimp.action' => [
'type' => 'input.text',
'label' => 'Form Action URL',
'description' => 'Enter mailchimp Embedded forms action url.',
'default' => 'https://rockettheme.us18.list-manage.com/subscribe/post?u=b35dd217b76653582e6741a63&id=80179a67c0',
'name' => 'particles.mailchimp.action'
],
'particles.mailchimp.class' => [
'type' => 'input.selectize',
'label' => 'CSS Classes',
'description' => 'CSS class name for the particle.',
'name' => 'particles.mailchimp.class'
],
'particles.mailchimp.layout' => [
'type' => 'select.selectize',
'label' => 'Layout',
'description' => 'Choose the layout.',
'default' => 'g-newsletter-stack-fullwidth',
'options' => [
'g-newsletter-stack-fullwidth' => 'Stack Fullwidth',
'g-newsletter-stack-compact' => 'Stack Compact',
'g-newsletter-aside' => 'Aside'
],
'name' => 'particles.mailchimp.layout'
],
'particles.mailchimp.style' => [
'type' => 'select.selectize',
'label' => 'Style',
'description' => 'Choose the style for the Input Box and Button.',
'default' => 'g-newsletter-rounded',
'options' => [
'g-newsletter-square' => 'Square',
'g-newsletter-rounded' => 'Rounded'
],
'name' => 'particles.mailchimp.style'
],
'particles.mailchimp.title' => [
'type' => 'input.text',
'label' => 'Title',
'description' => 'Customize the title text.',
'name' => 'particles.mailchimp.title'
],
'particles.mailchimp.headtext' => [
'type' => 'textarea.textarea',
'label' => 'Heading Text',
'description' => 'Customize the heading text.',
'name' => 'particles.mailchimp.headtext'
],
'particles.mailchimp.inputboxtext' => [
'type' => 'input.text',
'label' => 'InputBox Text',
'description' => 'Customize the InputBox text.',
'default' => 'Your email address...',
'name' => 'particles.mailchimp.inputboxtext'
],
'particles.mailchimp.buttontext' => [
'type' => 'input.text',
'label' => 'Button Text',
'description' => 'Customize the Button text.',
'default' => 'Subscribe',
'name' => 'particles.mailchimp.buttontext'
],
'particles.mailchimp.buttonclass' => [
'type' => 'input.selectize',
'label' => 'Button Classes',
'description' => 'CSS class name for the join button.',
'default' => 'button-xlarge',
'name' => 'particles.mailchimp.buttonclass'
],
'particles.newsletter' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'particles.newsletter.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable particle.',
'default' => true,
'name' => 'particles.newsletter.enabled'
],
'particles.newsletter.class' => [
'type' => 'input.selectize',
'label' => 'CSS Classes',
'description' => 'CSS class name for the particle.',
'name' => 'particles.newsletter.class'
],
'particles.newsletter.width' => [
'type' => 'select.selectize',
'label' => 'Width',
'description' => 'Choose the width.',
'default' => 'g-newsletter-fullwidth',
'options' => [
'g-newsletter-fullwidth' => 'Full Width',
'g-newsletter-compact' => 'Compact'
],
'name' => 'particles.newsletter.width'
],
'particles.newsletter.layout' => [
'type' => 'select.selectize',
'label' => 'Layout',
'description' => 'Choose the layout.',
'default' => 'g-newsletter-stack-compact',
'options' => [
'g-newsletter-stack-fullwidth' => 'Stack Fullwidth',
'g-newsletter-stack-compact' => 'Stack Compact',
'g-newsletter-aside-wrap' => 'Aside Wrap',
'g-newsletter-aside-compact' => 'Aside Compact'
],
'name' => 'particles.newsletter.layout'
],
'particles.newsletter.style' => [
'type' => 'select.selectize',
'label' => 'Style',
'description' => 'Choose the style for the Input Box and Button.',
'default' => 'g-newsletter-square',
'options' => [
'g-newsletter-square' => 'Square',
'g-newsletter-rounded' => 'Rounded'
],
'name' => 'particles.newsletter.style'
],
'particles.newsletter.title' => [
'type' => 'input.text',
'label' => 'Title',
'description' => 'Customize the title text.',
'name' => 'particles.newsletter.title'
],
'particles.newsletter.headtext' => [
'type' => 'textarea.textarea',
'label' => 'Heading Text',
'description' => 'Customize the heading text.',
'name' => 'particles.newsletter.headtext'
],
'particles.newsletter.sidetext' => [
'type' => 'input.text',
'label' => 'Side Text',
'description' => 'Customize the side text.',
'name' => 'particles.newsletter.sidetext'
],
'particles.newsletter.inputboxtext' => [
'type' => 'input.text',
'label' => 'InputBox Text',
'description' => 'Customize the InputBox text.',
'default' => 'Type your email address here..',
'name' => 'particles.newsletter.inputboxtext'
],
'particles.newsletter.buttonicon' => [
'type' => 'input.icon',
'label' => 'Button Icon',
'description' => 'Select the icon.',
'name' => 'particles.newsletter.buttonicon'
],
'particles.newsletter.buttontext' => [
'type' => 'input.text',
'label' => 'Button Text',
'description' => 'Customize the Button text.',
'name' => 'particles.newsletter.buttontext'
],
'particles.newsletter.uri' => [
'type' => 'input.text',
'label' => 'Feedburner URI',
'description' => 'Please put your Feedburner Email Subscriptions URI here.',
'name' => 'particles.newsletter.uri'
],
'particles.newsletter.buttonclass' => [
'type' => 'input.selectize',
'label' => 'Button Classes',
'description' => 'CSS class name for the join button.',
'name' => 'particles.newsletter.buttonclass'
],
'particles.overlaytoggle' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'particles.overlaytoggle.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable the particle.',
'default' => true,
'name' => 'particles.overlaytoggle.enabled'
],
'particles.overlaytoggle.class' => [
'type' => 'input.selectize',
'label' => 'CSS Classes',
'description' => 'CSS class name for the particle.',
'name' => 'particles.overlaytoggle.class'
],
'particles.overlaytoggle.title' => [
'type' => 'input.text',
'label' => 'Title',
'description' => 'Customize the title text.',
'name' => 'particles.overlaytoggle.title'
],
'particles.overlaytoggle.menutext' => [
'type' => 'input.text',
'label' => 'Menu Text',
'description' => 'Customize the Menu Text.',
'name' => 'particles.overlaytoggle.menutext'
],
'particles.popupmodule' => [
'type' => '_root',
'form_field' => false,
'form' => [
'overrideable' => false
]
],
'particles.popupmodule.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable particle.',
'default' => true,
'name' => 'particles.popupmodule.enabled'
],
'particles.popupmodule.class' => [
'type' => 'input.selectize',
'label' => 'CSS Classes',
'description' => 'CSS class name for the particle.',
'name' => 'particles.popupmodule.class'
],
'particles.popupmodule.title' => [
'type' => 'input.text',
'label' => 'Title',
'description' => 'Customize the title text.',
'name' => 'particles.popupmodule.title'
],
'particles.popupmodule.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.popupmodule.module_id'
],
'particles.popupmodule.guestbuttonicon' => [
'type' => 'input.icon',
'label' => 'Guest Button Icon',
'description' => 'Choose the Button Icon for guest.',
'name' => 'particles.popupmodule.guestbuttonicon'
],
'particles.popupmodule.guestbuttontext' => [
'type' => 'input.text',
'label' => 'Guest Text',
'description' => 'Specify the button text for guest.',
'name' => 'particles.popupmodule.guestbuttontext'
],
'particles.popupmodule.userbuttonicon' => [
'type' => 'input.icon',
'label' => 'User Button Icon',
'description' => 'Choose the Button Icon for logged in user.',
'name' => 'particles.popupmodule.userbuttonicon'
],
'particles.popupmodule.userbuttontext' => [
'type' => 'input.text',
'label' => 'User Text',
'description' => 'Specify the button text for logged in user.',
'name' => 'particles.popupmodule.userbuttontext'
],
'particles.popupmodule.buttonclass' => [
'type' => 'input.selectize',
'label' => 'Button Classes',
'description' => 'CSS class names for the button.',
'name' => 'particles.popupmodule.buttonclass'
],
'particles.pricingtable' => [
'type' => '_root',
'form_field' => false,
'form' => [
'overrideable' => false
]
],
'particles.pricingtable.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable particle.',
'default' => true,
'name' => 'particles.pricingtable.enabled'
],
'particles.pricingtable.class' => [
'type' => 'input.selectize',
'label' => 'CSS Classes',
'description' => 'CSS class name for the particle.',
'name' => 'particles.pricingtable.class'
],
'particles.pricingtable.title' => [
'type' => 'input.text',
'label' => 'Title',
'description' => 'Customize the title text.',
'name' => 'particles.pricingtable.title'
],
'particles.pricingtable.headertext' => [
'type' => 'textarea.textarea',
'label' => 'Header Text',
'description' => 'Customize the header text.',
'name' => 'particles.pricingtable.headertext'
],
'particles.pricingtable.footertext' => [
'type' => 'textarea.textarea',
'label' => 'Footer Text',
'description' => 'Customize the footer text.',
'name' => 'particles.pricingtable.footertext'
],
'particles.pricingtable.columns' => [
'type' => 'select.selectize',
'label' => 'Grid Columns',
'description' => 'Select the Grid columns amount.',
'default' => 'g-pricingtable-3-col',
'options' => [
'g-pricingtable-1-col' => '1 Column',
'g-pricingtable-2-col' => '2 Columns',
'g-pricingtable-3-col' => '3 Columns',
'g-pricingtable-4-col' => '4 Columns',
'g-pricingtable-5-col' => '5 Columns',
'g-pricingtable-6-col' => '6 Columns'
],
'name' => 'particles.pricingtable.columns'
],
'particles.pricingtable.tables' => [
'array' => true,
'type' => 'collection.list',
'label' => 'Tables',
'description' => 'Create each table to display.',
'value' => 'plan',
'ajax' => true,
'name' => 'particles.pricingtable.tables'
],
'particles.pricingtable.tables.*' => [
'type' => '_parent',
'name' => 'particles.pricingtable.tables.*',
'form_field' => false
],
'particles.pricingtable.tables.*.accent' => [
'type' => 'select.selectize',
'label' => 'Accent Color',
'description' => 'Specify accent color for your table',
'default' => 'accent1',
'options' => [
'accent1' => 'Accent Color 1',
'accent2' => 'Accent Color 2'
],
'name' => 'particles.pricingtable.tables.*.accent'
],
'particles.pricingtable.tables.*.customcolor' => [
'type' => 'input.colorpicker',
'label' => 'Custom Color',
'description' => 'Custom table color (accent color will be overwritten)',
'name' => 'particles.pricingtable.tables.*.customcolor'
],
'particles.pricingtable.tables.*.class' => [
'type' => 'input.selectize',
'label' => 'CSS Classes',
'description' => 'CSS class name for the particle.',
'name' => 'particles.pricingtable.tables.*.class'
],
'particles.pricingtable.tables.*.ribbon' => [
'type' => 'input.text',
'label' => 'Ribbon Text',
'description' => 'Input the corner ribbon text.',
'name' => 'particles.pricingtable.tables.*.ribbon'
],
'particles.pricingtable.tables.*.icon' => [
'type' => 'input.icon',
'label' => 'Icon',
'description' => 'Input the icon.',
'name' => 'particles.pricingtable.tables.*.icon'
],
'particles.pricingtable.tables.*.plan' => [
'type' => 'input.text',
'label' => 'Plan Name',
'description' => 'Customize the table plan name text.',
'name' => 'particles.pricingtable.tables.*.plan'
],
'particles.pricingtable.tables.*.price' => [
'type' => 'input.text',
'label' => 'Price',
'description' => 'Customize the price.',
'name' => 'particles.pricingtable.tables.*.price'
],
'particles.pricingtable.tables.*.period' => [
'type' => 'input.text',
'label' => 'Period',
'description' => 'Customize the period.',
'name' => 'particles.pricingtable.tables.*.period'
],
'particles.pricingtable.tables.*.desc' => [
'type' => 'textarea.textarea',
'label' => 'Description',
'description' => 'Customize the description.',
'name' => 'particles.pricingtable.tables.*.desc'
],
'particles.pricingtable.tables.*.buttontext' => [
'type' => 'input.text',
'label' => 'Button Label',
'description' => 'Specify the button label.',
'name' => 'particles.pricingtable.tables.*.buttontext'
],
'particles.pricingtable.tables.*.buttonlink' => [
'type' => 'input.text',
'label' => 'Button Link',
'description' => 'Specify the button link.',
'name' => 'particles.pricingtable.tables.*.buttonlink'
],
'particles.pricingtable.tables.*.buttontarget' => [
'type' => 'select.selectize',
'label' => 'Target',
'description' => 'Target browser window when item is clicked.',
'default' => '_self',
'options' => [
'_self' => 'Self',
'_blank' => 'New Window'
],
'name' => 'particles.pricingtable.tables.*.buttontarget'
],
'particles.pricingtable.tables.*.buttonclass' => [
'type' => 'input.selectize',
'label' => 'Button Classes',
'description' => 'CSS class names for the button.',
'name' => 'particles.pricingtable.tables.*.buttonclass'
],
'particles.pricingtable.tables.*.items' => [
'array' => true,
'type' => 'collection.list',
'label' => 'Items',
'description' => 'Create the items for your table.',
'value' => 'title',
'ajax' => true,
'name' => 'particles.pricingtable.tables.*.items'
],
'particles.pricingtable.tables.*.items.*' => [
'type' => '_parent',
'name' => 'particles.pricingtable.tables.*.items.*',
'form_field' => false
],
'particles.pricingtable.tables.*.items.*.text' => [
'type' => 'input.text',
'label' => 'Text',
'description' => 'Create the items for your table.',
'name' => 'particles.pricingtable.tables.*.items.*.text'
],
'particles.pricingtable.tables.*.items.*.class' => [
'type' => 'input.selectize',
'label' => 'Item Classes',
'description' => 'Enter the CSS class.',
'name' => 'particles.pricingtable.tables.*.items.*.class'
],
'particles.simplecontent' => [
'type' => '_root',
'form_field' => false,
'form' => [
'overrideable' => false
]
],
'particles.simplecontent.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable particle.',
'default' => true,
'name' => 'particles.simplecontent.enabled'
],
'particles.simplecontent.class' => [
'type' => 'input.selectize',
'label' => 'CSS Classes',
'description' => 'CSS class name for the particle.',
'name' => 'particles.simplecontent.class'
],
'particles.simplecontent.title' => [
'type' => 'input.text',
'label' => 'Title',
'description' => 'Customize the title text.',
'name' => 'particles.simplecontent.title'
],
'particles.simplecontent.items' => [
'array' => true,
'type' => 'collection.list',
'label' => 'Content Items',
'description' => 'Create each item to appear in the content row.',
'value' => 'title',
'ajax' => true,
'name' => 'particles.simplecontent.items'
],
'particles.simplecontent.items.*' => [
'type' => '_parent',
'name' => 'particles.simplecontent.items.*',
'form_field' => false
],
'particles.simplecontent.items.*.layout' => [
'type' => 'select.select',
'label' => 'Layout Style',
'description' => 'Choose the layout style.',
'default' => 'standard',
'options' => [
'standard' => 'Standard',
'header' => 'Header'
],
'name' => 'particles.simplecontent.items.*.layout'
],
'particles.simplecontent.items.*.created_date' => [
'type' => 'input.text',
'label' => 'Created Date',
'description' => 'Customize the created date.',
'name' => 'particles.simplecontent.items.*.created_date'
],
'particles.simplecontent.items.*.content_title' => [
'type' => 'input.text',
'label' => 'Content Title',
'description' => 'Customize the content title.',
'name' => 'particles.simplecontent.items.*.content_title'
],
'particles.simplecontent.items.*.author' => [
'type' => 'input.text',
'label' => 'Author',
'description' => 'Customize the author.',
'name' => 'particles.simplecontent.items.*.author'
],
'particles.simplecontent.items.*.leading_content' => [
'type' => 'textarea.textarea',
'label' => 'Leading Content',
'description' => 'Customize the leading content.',
'name' => 'particles.simplecontent.items.*.leading_content'
],
'particles.simplecontent.items.*.main_content' => [
'type' => 'textarea.textarea',
'label' => 'Main Content',
'description' => 'Customize the main content.',
'name' => 'particles.simplecontent.items.*.main_content'
],
'particles.simplecontent.items.*.readmore_label' => [
'type' => 'input.text',
'label' => 'Read More Label',
'description' => 'Customize the readmore label.',
'name' => 'particles.simplecontent.items.*.readmore_label'
],
'particles.simplecontent.items.*.readmore_link' => [
'type' => 'input.text',
'label' => 'Read More Link',
'description' => 'Specify the readmore link address.',
'name' => 'particles.simplecontent.items.*.readmore_link'
],
'particles.simplecontent.items.*.readmore_class' => [
'type' => 'input.selectize',
'label' => 'Read More Classes',
'description' => 'CSS class names for the readmore.',
'name' => 'particles.simplecontent.items.*.readmore_class'
],
'particles.simplecontent.items.*.readmore_target' => [
'type' => 'select.selectize',
'label' => 'Target',
'description' => 'Target browser window when item is clicked.',
'default' => '_self',
'options' => [
'_self' => 'Self',
'_blank' => 'New Window'
],
'name' => 'particles.simplecontent.items.*.readmore_target'
],
'particles.simplecounter' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'particles.simplecounter.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable particle.',
'default' => true,
'name' => 'particles.simplecounter.enabled'
],
'particles.simplecounter.class' => [
'type' => 'input.selectize',
'label' => 'CSS Classes',
'description' => 'CSS class name for the particle.',
'name' => 'particles.simplecounter.class'
],
'particles.simplecounter.title' => [
'type' => 'input.text',
'label' => 'Title',
'description' => 'Customize the title text.',
'name' => 'particles.simplecounter.title'
],
'particles.simplecounter.desc' => [
'type' => 'textarea.textarea',
'label' => 'Description',
'description' => 'Customize the description.',
'name' => 'particles.simplecounter.desc'
],
'particles.simplecounter.date' => [
'type' => 'select.select',
'label' => 'Day',
'description' => 'Select the day',
'default' => 1,
'options' => [
1 => 1,
2 => 2,
3 => 3,
4 => 4,
5 => 5,
6 => 6,
7 => 7,
8 => 8,
9 => 9,
10 => 10,
11 => 11,
12 => 12,
13 => 13,
14 => 14,
15 => 15,
16 => 16,
17 => 17,
18 => 18,
19 => 19,
20 => 20,
21 => 21,
22 => 22,
23 => 23,
24 => 24,
25 => 25,
26 => 26,
27 => 27,
28 => 28,
29 => 29,
30 => 30,
31 => 31
],
'name' => 'particles.simplecounter.date'
],
'particles.simplecounter.month' => [
'type' => 'select.select',
'label' => 'Month',
'description' => 'Select the month',
'default' => 0,
'options' => [
0 => 'January',
1 => 'February',
2 => 'March',
3 => 'April',
4 => 'May',
5 => 'June',
6 => 'July',
7 => 'August',
8 => 'September',
9 => 'October',
10 => 'November',
11 => 'December'
],
'name' => 'particles.simplecounter.month'
],
'particles.simplecounter.year' => [
'type' => 'input.text',
'label' => 'Year',
'description' => 'Set the year.',
'name' => 'particles.simplecounter.year'
],
'particles.simplecounter.daytext' => [
'type' => 'input.text',
'label' => 'Day Text',
'description' => 'Set the text for Day.',
'name' => 'particles.simplecounter.daytext'
],
'particles.simplecounter.daystext' => [
'type' => 'input.text',
'label' => 'Days Text',
'description' => 'Set the text for Days.',
'name' => 'particles.simplecounter.daystext'
],
'particles.simplecounter.hourtext' => [
'type' => 'input.text',
'label' => 'Hour Text',
'description' => 'Set the text for Hour.',
'name' => 'particles.simplecounter.hourtext'
],
'particles.simplecounter.hourstext' => [
'type' => 'input.text',
'label' => 'Hours Text',
'description' => 'Set the text for Hours.',
'name' => 'particles.simplecounter.hourstext'
],
'particles.simplecounter.minutetext' => [
'type' => 'input.text',
'label' => 'Minute Text',
'description' => 'Set the text for Minute.',
'name' => 'particles.simplecounter.minutetext'
],
'particles.simplecounter.minutestext' => [
'type' => 'input.text',
'label' => 'Minutes Text',
'description' => 'Set the text for Minutes.',
'name' => 'particles.simplecounter.minutestext'
],
'particles.simplecounter.secondtext' => [
'type' => 'input.text',
'label' => 'Second Text',
'description' => 'Set the text for Second.',
'name' => 'particles.simplecounter.secondtext'
],
'particles.simplecounter.secondstext' => [
'type' => 'input.text',
'label' => 'Seconds Text',
'description' => 'Set the text for Seconds.',
'name' => 'particles.simplecounter.secondstext'
],
'particles.simplemenu' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'particles.simplemenu.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable particle.',
'default' => true,
'name' => 'particles.simplemenu.enabled'
],
'particles.simplemenu.title' => [
'type' => 'input.text',
'label' => 'Title',
'description' => 'Customize the title text.',
'name' => 'particles.simplemenu.title'
],
'particles.simplemenu.class' => [
'type' => 'input.selectize',
'label' => 'CSS Classes',
'description' => 'CSS class name for the particle.',
'name' => 'particles.simplemenu.class'
],
'particles.simplemenu.menus' => [
'array' => true,
'type' => 'collection.list',
'label' => 'Menus',
'description' => 'Create menu.',
'value' => 'title',
'ajax' => true,
'name' => 'particles.simplemenu.menus'
],
'particles.simplemenu.menus.*' => [
'type' => '_parent',
'name' => 'particles.simplemenu.menus.*',
'form_field' => false
],
'particles.simplemenu.menus.*.title' => [
'type' => 'input.text',
'label' => 'Title',
'skip' => true,
'name' => 'particles.simplemenu.menus.*.title'
],
'particles.simplemenu.menus.*.items' => [
'array' => true,
'type' => 'collection.list',
'label' => 'Menu Items',
'description' => 'Create each menu item to display.',
'value' => 'title',
'ajax' => true,
'name' => 'particles.simplemenu.menus.*.items'
],
'particles.simplemenu.menus.*.items.*' => [
'type' => '_parent',
'name' => 'particles.simplemenu.menus.*.items.*',
'form_field' => false
],
'particles.simplemenu.menus.*.items.*.title' => [
'type' => 'input.text',
'label' => 'Title',
'skip' => true,
'name' => 'particles.simplemenu.menus.*.items.*.title'
],
'particles.simplemenu.menus.*.items.*.icon' => [
'type' => 'input.icon',
'label' => 'Icon',
'description' => 'Select the icon.',
'name' => 'particles.simplemenu.menus.*.items.*.icon'
],
'particles.simplemenu.menus.*.items.*.link' => [
'type' => 'input.text',
'label' => 'Link',
'name' => 'particles.simplemenu.menus.*.items.*.link'
],
'particles.simplemenu.menus.*.items.*.target' => [
'type' => 'select.select',
'label' => 'Target',
'description' => 'Target browser window when item is clicked.',
'default' => '_blank',
'options' => [
'_self' => 'Self',
'_blank' => 'New Window'
],
'name' => 'particles.simplemenu.menus.*.items.*.target'
],
'particles.video' => [
'type' => '_root',
'form_field' => false,
'form' => [
'overrideable' => false
]
],
'particles.video.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable particle.',
'default' => true,
'name' => 'particles.video.enabled'
],
'particles.video.class' => [
'type' => 'input.selectize',
'label' => 'CSS Classes',
'description' => 'CSS class name for the particle.',
'name' => 'particles.video.class'
],
'particles.video.title' => [
'type' => 'input.text',
'label' => 'Title',
'description' => 'Customize the title text.',
'name' => 'particles.video.title'
],
'particles.video.columns' => [
'type' => 'select.selectize',
'label' => 'Columns',
'description' => 'Select columns amount.',
'default' => 1,
'options' => [
1 => '1 column',
2 => '2 columns',
3 => '3 columns',
4 => '4 columns'
],
'name' => 'particles.video.columns'
],
'particles.video.items' => [
'array' => true,
'type' => 'collection.list',
'label' => 'Blocks',
'description' => 'Create each item to appear in the content row.',
'value' => 'title',
'ajax' => true,
'name' => 'particles.video.items'
],
'particles.video.items.*' => [
'type' => '_parent',
'name' => 'particles.video.items.*',
'form_field' => false
],
'particles.video.items.*.caption' => [
'type' => 'input.text',
'label' => 'Caption',
'description' => 'Video caption',
'name' => 'particles.video.items.*.caption'
],
'particles.video.items.*.source' => [
'type' => 'select.selectize',
'label' => 'Source',
'description' => 'Video Source',
'default' => 'local',
'options' => [
'preset' => 'Slideshow Preset',
'vimeo' => 'Vimeo Url',
'youtube' => 'YouTube Url',
'local' => 'Local Video',
'external' => 'External Url'
],
'name' => 'particles.video.items.*.source'
],
'particles.video.items.*.video' => [
'type' => 'input.text',
'label' => 'Url',
'description' => 'URL from YouTube, Vimeo, or External',
'name' => 'particles.video.items.*.video'
],
'particles.video.items.*.local' => [
'array' => true,
'type' => 'collection.list',
'label' => 'Local Video Sources',
'description' => 'Serve your video in multiple formats.',
'value' => 'title',
'ajax' => true,
'name' => 'particles.video.items.*.local'
],
'particles.video.items.*.local.*' => [
'type' => '_parent',
'name' => 'particles.video.items.*.local.*',
'form_field' => false
],
'particles.video.items.*.local.*.file' => [
'type' => 'input.videopicker',
'label' => 'Local Video',
'description' => 'Select desired video.',
'name' => 'particles.video.items.*.local.*.file'
],
'particles.video.items.*.posterimage' => [
'type' => 'input.imagepicker',
'label' => 'Poster Image',
'description' => 'Select the poster image for Local or External Video.',
'name' => 'particles.video.items.*.posterimage'
],
'particles.video.items.*.loop' => [
'type' => 'select.select',
'label' => 'Loop',
'description' => 'Enable or disable video looping.',
'default' => 'enabled',
'options' => [
'enabled' => 'Enable',
'disabled' => 'Disable'
],
'name' => 'particles.video.items.*.loop'
],
'particles.video.items.*.autoplay' => [
'type' => 'select.select',
'label' => 'Autoplay',
'description' => 'Enable or disable video autoplay.',
'default' => 'enabled',
'options' => [
'enabled' => 'Enable',
'disabled' => 'Disable'
],
'name' => 'particles.video.items.*.autoplay'
],
'particles.video.items.*.controls' => [
'type' => 'select.select',
'label' => 'Show Controls (YouTube, Local, and External)',
'description' => 'Enable or disable play bar (applies to YouTube, Local, and External videos).',
'default' => 'disabled',
'options' => [
'enabled' => 'Enable',
'disabled' => 'Disable'
],
'name' => 'particles.video.items.*.controls'
],
'particles.video.items.*.info' => [
'type' => 'select.select',
'label' => 'Show Info (YouTube)',
'description' => 'Enable or disable top info bar (applies to YouTube only).',
'default' => 'disabled',
'options' => [
'enabled' => 'Enable',
'disabled' => 'Disable'
],
'name' => 'particles.video.items.*.info'
],
'particles.video.items.*.related' => [
'type' => 'select.select',
'label' => 'Related Videos (YouTube)',
'description' => 'Enable or disable displaying related videos when Youtube video is paused or has ended.',
'default' => 'disabled',
'options' => [
'enabled' => 'Enable',
'disabled' => 'Disable'
],
'name' => 'particles.video.items.*.related'
],
'particles.video.items.*.muted' => [
'type' => 'select.select',
'label' => 'Muted',
'description' => 'Videos must be Muted in order for Autoplay to work in Chrome.',
'default' => 'enabled',
'options' => [
'enabled' => 'Enable',
'disabled' => 'Disable'
],
'name' => 'particles.video.items.*.muted'
],
'particles.video.items.*.start' => [
'type' => 'input.number',
'label' => 'Start Time (YouTube)',
'description' => 'Determine start time of YouTube video (in seconds).',
'name' => 'particles.video.items.*.start'
],
'particles.analytics' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'particles.analytics.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable analytic particles.',
'default' => true,
'name' => 'particles.analytics.enabled'
],
'particles.analytics.ua' => [
'type' => '_parent',
'name' => 'particles.analytics.ua',
'form_field' => false
],
'particles.analytics.ua.code' => [
'type' => 'input.text',
'description' => 'Enter the Google UA tracking code for analytics (UA-XXXXXXXX-X)',
'label' => 'UA Code',
'name' => 'particles.analytics.ua.code'
],
'particles.analytics.ua.anonym' => [
'type' => 'input.checkbox',
'description' => 'Send only Anonymous IP Addresses (mandatory in Europe)',
'label' => 'Anonym Statistics',
'default' => false,
'name' => 'particles.analytics.ua.anonym'
],
'particles.assets' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'particles.assets.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable CSS/JS particles.',
'default' => true,
'name' => 'particles.assets.enabled'
],
'particles.assets.css' => [
'array' => true,
'type' => 'collection.list',
'label' => 'CSS',
'description' => 'Add remove or modify custom CSS assets.',
'value' => 'name',
'ajax' => true,
'name' => 'particles.assets.css'
],
'particles.assets.css.*' => [
'type' => '_parent',
'name' => 'particles.assets.css.*',
'form_field' => false
],
'particles.assets.css.*.name' => [
'type' => 'input.text',
'label' => 'Name',
'skip' => true,
'name' => 'particles.assets.css.*.name'
],
'particles.assets.css.*.location' => [
'type' => 'input.filepicker',
'label' => 'File Location',
'icon' => 'far fa-file-code',
'filter' => '\\.(css|less|scss|sass)$',
'root' => 'gantry-assets://',
'name' => 'particles.assets.css.*.location'
],
'particles.assets.css.*.inline' => [
'type' => 'textarea.textarea',
'label' => 'Inline CSS',
'description' => 'Adds inline CSS for quick snippets.',
'name' => 'particles.assets.css.*.inline'
],
'particles.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' => 'particles.assets.css.*.extra'
],
'particles.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' => 'particles.assets.css.*.priority'
],
'particles.assets.javascript' => [
'array' => true,
'type' => 'collection.list',
'label' => 'Javascript',
'description' => 'Add remove or modify custom Javascript assets.',
'value' => 'name',
'ajax' => true,
'name' => 'particles.assets.javascript'
],
'particles.assets.javascript.*' => [
'type' => '_parent',
'name' => 'particles.assets.javascript.*',
'form_field' => false
],
'particles.assets.javascript.*.name' => [
'type' => 'input.text',
'label' => 'Name',
'skip' => true,
'name' => 'particles.assets.javascript.*.name'
],
'particles.assets.javascript.*.location' => [
'type' => 'input.filepicker',
'label' => 'File Location',
'icon' => 'far fa-file-code',
'filter' => '\\.(jsx?|coffee)$',
'root' => 'gantry-assets://',
'name' => 'particles.assets.javascript.*.location'
],
'particles.assets.javascript.*.inline' => [
'type' => 'textarea.textarea',
'label' => 'Inline JavaScript',
'description' => 'Adds inline JavaScript for quick snippets.',
'name' => 'particles.assets.javascript.*.inline'
],
'particles.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.
Vision, Mission & Values
VISION To develop creative, curious and caring learners who actively contribute to making a better world.
MISSION Together we will create an inclusive learning community where we:
believe that all students can learn and succeed
inspire a love of learning
set high expectations for ourselves and others
challenge ourselves to achieve our personal best
foster a safe and supportive environment
build resilience and adaptability through effort and perseverance
nurture a student-centred culture
promote student leadership, voice and agency
expand horizons and seize opportunities
partner with parents, industry, further education and the broader community
VALUES Aspiration: we aspire to excellence in all that we do Integrity: we act in a way that is honest and trustworthyRespect: we show care for ourselves and others and value differenceResponsibility: we are accountable for our decisions and actions
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' => 'particles.assets.javascript.*.in_footer'
],
'particles.assets.javascript.*.extra' => [
'type' => 'collection.keyvalue',
'label' => 'Tag attributes',
'exclude' => [
0 => 'src',
1 => 'type'
],
'name' => 'particles.assets.javascript.*.extra'
],
'particles.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' => 'particles.assets.javascript.*.priority'
],
'particles.branding' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'particles.branding.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable to the particles.',
'default' => true,
'name' => 'particles.branding.enabled'
],
'particles.branding.content' => [
'type' => 'textarea.textarea',
'label' => 'Content',
'description' => 'Create or modify custom branding content.',
'default' => 'Powered by Gantry Framework ',
'name' => 'particles.branding.content'
],
'particles.branding.css' => [
'type' => '_parent',
'name' => 'particles.branding.css',
'form_field' => false
],
'particles.branding.css.class' => [
'type' => 'input.selectize',
'label' => 'CSS Classes',
'description' => 'CSS class name for the particle.',
'default' => 'branding',
'name' => 'particles.branding.css.class'
],
'particles.content' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'particles.content.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable page content.',
'default' => true,
'name' => 'particles.content.enabled'
],
'particles.contentarray' => [
'type' => '_root',
'form_field' => false,
'form' => [
]
],
'particles.contentarray.enabled' => [
'type' => 'input.checkbox',
'label' => 'Enabled',
'description' => 'Globally enable Joomla Articles particles.',
'default' => true,
'name' => 'particles.contentarray.enabled'
],
'particles.contentarray.title' => [
'type' => 'input.text',
'label' => 'Title',
'description' => 'Customize the title text.',
'name' => 'particles.contentarray.title'
],
'particles.contentarray.article' => [
'type' => '_parent',
'name' => 'particles.contentarray.article',
'form_field' => false
],
'particles.contentarray.article.filter' => [
'type' => '_parent',
'name' => 'particles.contentarray.article.filter',
'form_field' => false
],
'particles.contentarray.article.filter.categories' => [
'type' => 'joomla.categories',
'label' => 'Categories',
'description' => 'Select the categories the articles should be taken from.',
'overridable' => false,
'name' => 'particles.contentarray.article.filter.categories'
],
'particles.contentarray.article.filter.articles' => [
'type' => 'input.text',
'label' => 'Articles',
'description' => 'Enter the Joomla articles that should be shown. It should be a list of article IDs separated with a comma (i.e. 1,2,3,4,5).',
'overridable' => false,
'name' => 'particles.contentarray.article.filter.articles'
],
'particles.contentarray.article.filter.featured' => [
'type' => 'select.select',
'label' => 'Featured Articles',
'description' => 'Select how Featured articles should be filtered.',
'default' => '',
'options' => [
'include' => 'Include Featured',
'exclude' => 'Exclude Featured',
'only' => 'Only Featured'
],
'overridable' => false,
'name' => 'particles.contentarray.article.filter.featured'
],
'particles.contentarray.article.limit' => [
'type' => '_parent',
'name' => 'particles.contentarray.article.limit',
'form_field' => false
],
'particles.contentarray.article.limit.total' => [
'type' => 'input.number',
'label' => 'Number of Articles',
'description' => 'Enter the maximum number of articles to display.',
'default' => 2,
'pattern' => '\\d{1,2}',
'overridable' => false,
'name' => 'particles.contentarray.article.limit.total'
],
'particles.contentarray.article.display' => [
'type' => '_parent',
'name' => 'particles.contentarray.article.display',
'form_field' => false
],
'particles.contentarray.article.display.pagination_buttons' => [
'type' => 'select.select',
'label' => 'Pagination',
'description' => 'Select if the pagination buttons should be shown to allow users to see more articles.',
'default' => '',
'options' => [
'show' => 'Show',
'' => 'Hide'
],
'overridable' => false,
'name' => 'particles.contentarray.article.display.pagination_buttons'
],
'particles.contentarray.article.limit.columns' => [
'type' => 'select.select',
'label' => 'Number of columns',
'description' => 'Select the number of columns that you want articles to appear in.',
'default' => 2,
'options' => [
1 => 1,
2 => 2,
3 => 3,
4 => 4,
5 => 5,
6 => 6
],
'overridable' => false,
'name' => 'particles.contentarray.article.limit.columns'
],
'particles.contentarray.article.limit.start' => [
'type' => 'input.text',
'label' => 'Start From',
'description' => 'Enter offset specifying the first article to return. The default is \'0\' (the first article).',
'default' => 0,
'pattern' => '\\d{1,2}',
'overridable' => false,
'name' => 'particles.contentarray.article.limit.start'
],
'particles.contentarray.article.sort' => [
'type' => '_parent',
'name' => 'particles.contentarray.article.sort',
'form_field' => false
],
'particles.contentarray.article.sort.orderby' => [
'type' => 'select.select',
'label' => 'Order By',
'description' => 'Select how the articles should be ordered by.',
'default' => 'publish_up',
'options' => [
'publish_up' => 'Published Date',
'created' => 'Created Date',
'modified' => 'Last Modified Date',
'title' => 'Title',
'ordering' => 'Ordering',
'hits' => 'Hits',
'id' => 'ID',
'alias' => 'Alias'
],
'overridable' => false,
'name' => 'particles.contentarray.article.sort.orderby'
],
'particles.contentarray.article.sort.ordering' => [
'type' => 'select.select',
'label' => 'Ordering Direction',
'description' => 'Select the direction the articles should be ordered by.',
'default' => 'ASC',
'options' => [
'ASC' => 'Ascending',
'DESC' => 'Descending',
'RANDOM' => 'Random'
],
'overridable' => false,
'name' => 'particles.contentarray.article.sort.ordering'
],
'particles.contentarray._tab_articles' => [
'label' => 'Articles',
'overridable' => false,
'name' => 'particles.contentarray._tab_articles',
'type' => ''
],
'particles.contentarray.article.display.image' => [
'type' => '_parent',
'name' => 'particles.contentarray.article.display.image',
'form_field' => false
],
'particles.contentarray.article.display.image.enabled' => [
'type' => 'select.select',
'label' => 'Image',
'description' => 'Select if and what image of the article should be shown.',
'default' => 'intro',
'options' => [
'intro' => 'Intro',
'full' => 'Full',
'' => 'None'
],
'name' => 'particles.contentarray.article.display.image.enabled'
],
'particles.contentarray.article.display.text' => [
'type' => '_parent',
'name' => 'particles.contentarray.article.display.text',
'form_field' => false
],
'particles.contentarray.article.display.text.type' => [
'type' => 'select.select',
'label' => 'Article Text',
'description' => 'Select if and how the article text should be shown.',
'default' => 'intro',
'options' => [
'intro' => 'Introduction',
'full' => 'Full Article',
'' => 'Hide'
],
'name' => 'particles.contentarray.article.display.text.type'
],
'particles.contentarray.article.display.text.limit' => [
'type' => 'input.text',
'label' => 'Text Limit',
'description' => 'Type in the number of characters the article text should be limited to.',
'default' => '',
'pattern' => '\\d+',
'name' => 'particles.contentarray.article.display.text.limit'
],
'particles.contentarray.article.display.text.formatting' => [
'type' => 'select.select',
'label' => 'Text Formatting',
'description' => 'Select the formatting you want to use to display the article text.',
'default' => 'text',
'options' => [
'text' => 'Plain Text',
'html' => 'HTML'
],
'name' => 'particles.contentarray.article.display.text.formatting'
],
'particles.contentarray.article.display.text.prepare' => [
'type' => 'input.checkbox',
'label' => 'Prepare Content',
'description' => 'Use Joomla Content Plugins',
'default' => false,
'name' => 'particles.contentarray.article.display.text.prepare'
],
'particles.contentarray.article.display.edit' => [
'type' => 'input.checkbox',
'label' => 'Show Edit Link',
'description' => 'Display a link to the article edit form',
'default' => false,
'name' => 'particles.contentarray.article.display.edit'
],
'particles.contentarray.article.display.title' => [
'type' => '_parent',
'name' => 'particles.contentarray.article.display.title',
'form_field' => false
],
'particles.contentarray.article.display.title.enabled' => [
'type' => 'select.select',
'label' => 'Title',
'description' => 'Select if the article title should be shown.',
'default' => 'show',
'options' => [
'show' => 'Show',
'' => 'Hide'
],
'name' => 'particles.contentarray.article.display.title.enabled'
],
'particles.contentarray.article.display.title.limit' => [
'type' => 'input.text',
'label' => 'Title Limit',
'description' => 'Enter the maximum number of characters the article title should be limited to.',
'pattern' => '\\d+(\\.\\d+){0,1}',
'name' => 'particles.contentarray.article.display.title.limit'
],
'particles.contentarray.article.display.date' => [
'type' => '_parent',
'name' => 'particles.contentarray.article.display.date',
'form_field' => false
],
'particles.contentarray.article.display.date.enabled' => [
'type' => 'select.select',
'label' => 'Date',
'description' => 'Select if the article date should be shown.',
'default' => 'published',
'options' => [
'created' => 'Show Created Date',
'published' => 'Show Published Date',
'modified' => 'Show Modified Date',
'' => 'Hide'
],
'name' => 'particles.contentarray.article.display.date.enabled'
],
'particles.contentarray.article.display.date.format' => [
'type' => 'select.date',
'label' => 'Date Format',
'description' => 'Select preferred date format. Leave empty not to display a date.',
'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.contentarray.article.display.date.format'
],
'particles.contentarray._tab_display' => [
'label' => 'Display',
'name' => 'particles.contentarray._tab_display',
'type' => ''
],
'particles.contentarray.article.display.read_more' => [
'type' => '_parent',
'name' => 'particles.contentarray.article.display.read_more',
'form_field' => false
],
'particles.contentarray.article.display.read_more.enabled' => [
'type' => 'select.select',
'label' => 'Read More',
'description' => 'Select if the article \'Read More\' button should be shown.',
'default' => 'show',
'options' => [
'show' => 'Show',
'' => 'Hide'
],
'name' => 'particles.contentarray.article.display.read_more.enabled'
],
'particles.contentarray.article.display.read_more.label' => [
'type' => 'input.text',
'label' => 'Read More Label',
'description' => 'Type in the label for the \'Read More\' button.',
'name' => 'particles.contentarray.article.display.read_more.label'
],
'particles.contentarray.article.display.read_more.css' => [
'type' => 'input.selectize',
'label' => 'Button CSS Classes',
'description' => 'CSS class name for the \'Read More\' button.',
'name' => 'particles.contentarray.article.display.read_more.css'
],
'particles.contentarray._tab_readmore' => [
'label' => 'Read More',
'name' => 'particles.contentarray._tab_readmore',
'type' => ''
],
'particles.contentarray.article.display.author' => [
'type' => '_parent',
'name' => 'particles.contentarray.article.display.author',
'form_field' => false
],
'particles.contentarray.article.display.author.enabled' => [
'type' => 'select.select',
'label' => 'Author',
'description' => 'Select if the article author should be shown.',
'default' => 'show',
'options' => [
'show' => 'Show',
'' => 'Hide'
],
'name' => 'particles.contentarray.article.display.author.enabled'
],
'particles.contentarray.article.display.category' => [
'type' => '_parent',
'name' => 'particles.contentarray.article.display.category',
'form_field' => false
],
'particles.contentarray.article.display.category.enabled' => [
'type' => 'select.select',
'label' => 'Category',
'description' => 'Select if and how the article category should be shown.',
'default' => 'link',
'options' => [
'show' => 'Show',
'link' => 'Show with Link',
'' => 'Hide'
],
'name' => 'particles.contentarray.article.display.category.enabled'
],
'particles.contentarray.article.display.hits' => [
'type' => '_parent',
'name' => 'particles.contentarray.article.display.hits',
'form_field' => false
],
'particles.contentarray.article.display.hits.enabled' => [
'type' => 'select.select',
'label' => 'Hits',
'description' => 'Select if the article hits should be shown.',
'default' => 'show',
'options' => [
'show' => 'Show',
'' => 'Hide'
],
'name' => 'particles.contentarray.article.display.hits.enabled'
],
'particles.contentarray._tab_extras' => [
'label' => 'Extras',
'name' => 'particles.contentarray._tab_extras',
'type' => ''
],
'particles.contentarray.css' => [
'type' => '_parent',
'name' => 'particles.contentarray.css',
'form_field' => false
],
'particles.contentarray.css.class' => [
'type' => 'input.selectize',
'label' => 'CSS Classes',
'description' => 'CSS class name for the particle.',
'name' => 'particles.contentarray.css.class'
],
'particles.contentarray.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' => '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' => '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' => 'particles.blockcontent',
'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'
]
],
'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'
]
]
]
]
]
];
Bus Routes 2022 - Greater Shepparton Secondary College
Follow