'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 after the opening body tag', 'name' => 'page.body.body_top' ], 'page.body.body_bottom' => [ 'type' => 'textarea.textarea', 'label' => 'Before ', 'description' => 'Anything in this field will be appended right before the closing body tag', 'name' => 'page.body.body_bottom' ], 'page.fontawesome' => [ 'type' => '_root', 'form_field' => false, 'form' => [ ] ], 'page.fontawesome.enable' => [ 'type' => 'enable.enable', 'label' => 'Enable', 'description' => 'Enable or disable the loading of the Font Awesome icon library on the frontend. This is useful if you want to manually add a different version of the library (e.g. paid version).', 'default' => 1, 'name' => 'page.fontawesome.enable' ], 'page.fontawesome.version' => [ 'type' => 'select.select', 'label' => 'Version', 'description' => 'Specify which version of the Font Awesome icon library should be loaded on the frontend. You can also completely disable Font Awesome or specify the import tags yourself in the textfield below.', 'default' => 'fa4', 'options' => [ 'fa4' => 'Font Awesome 4 (legacy)', 'fa5css' => 'Font Awesome 6 Free (Webfont / CSS)', 'fa5js' => 'Font Awesome 6 Free (SVG / JS)' ], 'name' => 'page.fontawesome.version' ], 'page.fontawesome.fa4_compatibility' => [ 'type' => 'enable.enable', 'label' => 'V4 Compatibility', 'description' => 'Enable or disable the backwards compatibility for version 4.x of the Font Awesome library when using version 5.x.', 'default' => 1, 'name' => 'page.fontawesome.fa4_compatibility' ], 'page.fontawesome.content_compatibility' => [ 'type' => 'enable.enable', 'label' => 'Content Compatibility', 'description' => 'Enable or disable the content (pseudo-element) compatibility when using the SVG / JS version of Font Awesome 5.x. This also applies when loading the library manually.', 'default' => 1, 'name' => 'page.fontawesome.content_compatibility' ], 'page.fontawesome.html_css_import' => [ 'type' => 'textarea.textarea', 'label' => 'CSS Link HTML (Manual Override)', 'description' => 'Enter your HTML to manually load the CSS files of the Font Awesome library. This option replaces the Gantry version of the library.', 'name' => 'page.fontawesome.html_css_import' ], 'page.fontawesome.html_js_import' => [ 'type' => 'textarea.textarea', 'label' => 'JS Script HTML (Manual Override)', 'description' => 'Enter your HTML to manually load the JS files of the Font Awesome library. This option replaces the Gantry version of the library.', 'name' => 'page.fontawesome.html_js_import' ], 'page.head' => [ 'type' => '_root', 'form_field' => false, 'form' => [ ] ], 'page.head.meta' => [ 'type' => 'collection.keyvalue', 'label' => 'Meta Tags', 'description' => 'Meta Tags for extras such as Facebook and Twitter.', 'key_placeholder' => 'og:title, og:site_name, twitter:site', 'value_placeholder' => 'Value', 'default' => NULL, 'name' => 'page.head.meta' ], 'page.head.head_bottom' => [ 'type' => 'textarea.textarea', 'label' => 'Custom Content', 'description' => 'Anything in this field will be appended to the head tag', 'name' => 'page.head.head_bottom' ], 'page.head.atoms' => [ 'type' => 'input.hidden', 'override_target' => '#atoms .atoms-list + input[type="checkbox"]', 'array' => true, 'name' => 'page.head.atoms' ] ], 'rules' => [ ], 'nested' => [ 'particles' => [ 'accordion' => [ 'enabled' => 'particles.accordion.enabled', '_tab_settings' => 'particles.accordion._tab_settings', 'class' => 'particles.accordion.class', 'source' => 'particles.accordion.source', 'title' => 'particles.accordion.title', '_tab_collection' => 'particles.accordion._tab_collection', 'items' => [ '*' => [ 'title' => 'particles.accordion.items.*.title', 'desc' => 'particles.accordion.items.*.desc', 'buttontext' => 'particles.accordion.items.*.buttontext', 'buttonlink' => 'particles.accordion.items.*.buttonlink', 'buttontarget' => 'particles.accordion.items.*.buttontarget', 'buttonclass' => 'particles.accordion.items.*.buttonclass' ] ], '_tab_joomla' => 'particles.accordion._tab_joomla', 'joomla' => [ 'categories' => 'particles.accordion.joomla.categories', 'articles' => 'particles.accordion.joomla.articles', 'introtext' => 'particles.accordion.joomla.introtext', 'link' => 'particles.accordion.joomla.link', 'linktext' => 'particles.accordion.joomla.linktext', 'linktarget' => 'particles.accordion.joomla.linktarget' ] ], 'accordionmenu' => [ 'enabled' => 'particles.accordionmenu.enabled', 'title' => 'particles.accordionmenu.title', 'class' => 'particles.accordionmenu.class', 'group' => [ '*' => [ 'title' => 'particles.accordionmenu.group.*.title', 'items' => [ '*' => [ 'title' => 'particles.accordionmenu.group.*.items.*.title', 'link' => 'particles.accordionmenu.group.*.items.*.link', 'target' => 'particles.accordionmenu.group.*.items.*.target' ] ] ] ] ], 'accordionslider' => [ 'enabled' => 'particles.accordionslider.enabled', '_tab_settings' => 'particles.accordionslider._tab_settings', 'class' => 'particles.accordionslider.class', 'source' => 'particles.accordionslider.source', 'title' => 'particles.accordionslider.title', 'description' => 'particles.accordionslider.description', 'displayitems' => 'particles.accordionslider.displayitems', 'nav' => 'particles.accordionslider.nav', 'prevText' => 'particles.accordionslider.prevText', 'nextText' => 'particles.accordionslider.nextText', 'loop' => 'particles.accordionslider.loop', 'autoplay' => 'particles.accordionslider.autoplay', 'autoplaySpeed' => 'particles.accordionslider.autoplaySpeed', 'pauseOnHover' => 'particles.accordionslider.pauseOnHover', 'accordionTitle' => 'particles.accordionslider.accordionTitle', 'accordionSubtitle' => 'particles.accordionslider.accordionSubtitle', '_tab_collection' => 'particles.accordionslider._tab_collection', 'items' => [ '*' => [ 'image' => 'particles.accordionslider.items.*.image', 'title' => 'particles.accordionslider.items.*.title', 'desc' => 'particles.accordionslider.items.*.desc', 'link' => 'particles.accordionslider.items.*.link', 'linktext' => 'particles.accordionslider.items.*.linktext', 'buttontarget' => 'particles.accordionslider.items.*.buttontarget' ] ], '_tab_joomla' => 'particles.accordionslider._tab_joomla', 'joomla' => [ 'categories' => 'particles.accordionslider.joomla.categories', 'articles' => 'particles.accordionslider.joomla.articles', 'introimage' => 'particles.accordionslider.joomla.introimage', 'introtext' => 'particles.accordionslider.joomla.introtext', 'link' => 'particles.accordionslider.joomla.link', 'linktext' => 'particles.accordionslider.joomla.linktext', 'linktarget' => 'particles.accordionslider.joomla.linktarget' ] ], 'aos' => [ 'enabled' => 'particles.aos.enabled', 'duration' => 'particles.aos.duration', 'once' => 'particles.aos.once', 'delay' => 'particles.aos.delay', 'easing' => 'particles.aos.easing', 'offset' => 'particles.aos.offset' ], 'audioplayer' => [ 'enabled' => 'particles.audioplayer.enabled', 'class' => 'particles.audioplayer.class', 'title' => 'particles.audioplayer.title', 'nowplaying' => 'particles.audioplayer.nowplaying', 'scrollbar' => 'particles.audioplayer.scrollbar', 'overflow' => 'particles.audioplayer.overflow', 'soundcloudclientid' => 'particles.audioplayer.soundcloudclientid', 'items' => [ '*' => [ 'title' => 'particles.audioplayer.items.*.title', 'artist' => 'particles.audioplayer.items.*.artist', 'tracktitle' => 'particles.audioplayer.items.*.tracktitle', 'cover' => 'particles.audioplayer.items.*.cover', 'source' => 'particles.audioplayer.items.*.source', 'externalurl' => 'particles.audioplayer.items.*.externalurl', 'localurl' => 'particles.audioplayer.items.*.localurl', 'soundcloudurl' => 'particles.audioplayer.items.*.soundcloudurl', 'soundcloudartist' => 'particles.audioplayer.items.*.soundcloudartist', 'link' => 'particles.audioplayer.items.*.link', 'linktext' => 'particles.audioplayer.items.*.linktext' ] ] ], 'blockcontent' => [ 'enabled' => 'particles.blockcontent.enabled', 'class' => 'particles.blockcontent.class', 'title' => 'particles.blockcontent.title', 'icon' => 'particles.blockcontent.icon', 'image' => 'particles.blockcontent.image', 'headline' => 'particles.blockcontent.headline', 'description' => 'particles.blockcontent.description', 'linktext' => 'particles.blockcontent.linktext', 'link' => 'particles.blockcontent.link', 'linkclass' => 'particles.blockcontent.linkclass', 'linktarget' => 'particles.blockcontent.linktarget', 'subcontents' => [ '*' => [ 'name' => 'particles.blockcontent.subcontents.*.name', 'accent' => 'particles.blockcontent.subcontents.*.accent', 'icon' => 'particles.blockcontent.subcontents.*.icon', 'img' => 'particles.blockcontent.subcontents.*.img', 'rokboximage' => 'particles.blockcontent.subcontents.*.rokboximage', 'rokboxcaption' => 'particles.blockcontent.subcontents.*.rokboxcaption', 'subtitle' => 'particles.blockcontent.subcontents.*.subtitle', 'description' => 'particles.blockcontent.subcontents.*.description', 'class' => 'particles.blockcontent.subcontents.*.class', 'button' => 'particles.blockcontent.subcontents.*.button', 'buttonlink' => 'particles.blockcontent.subcontents.*.buttonlink', 'buttonclass' => 'particles.blockcontent.subcontents.*.buttonclass', 'buttontarget' => 'particles.blockcontent.subcontents.*.buttontarget' ] ] ], 'calendar' => [ 'enabled' => 'particles.calendar.enabled', 'class' => 'particles.calendar.class', 'title' => 'particles.calendar.title', 'eventsheader' => 'particles.calendar.eventsheader', 'events' => [ '*' => [ 'title' => 'particles.calendar.events.*.title', 'begin' => 'particles.calendar.events.*.begin', 'end' => 'particles.calendar.events.*.end', 'description' => 'particles.calendar.events.*.description', 'link' => 'particles.calendar.events.*.link', 'target' => 'particles.calendar.events.*.target' ] ] ], 'contenttabs' => [ 'enabled' => 'particles.contenttabs.enabled', 'class' => 'particles.contenttabs.class', 'title' => 'particles.contenttabs.title', 'animation' => 'particles.contenttabs.animation', 'duration' => 'particles.contenttabs.duration', 'numbers' => 'particles.contenttabs.numbers', 'items' => [ '*' => [ 'title' => 'particles.contenttabs.items.*.title', 'description' => 'particles.contenttabs.items.*.description', 'image' => 'particles.contenttabs.items.*.image', 'content' => 'particles.contenttabs.items.*.content' ] ] ], 'gridcontent' => [ 'enabled' => 'particles.gridcontent.enabled', 'class' => 'particles.gridcontent.class', 'title' => 'particles.gridcontent.title', 'desc' => 'particles.gridcontent.desc', 'readmore' => 'particles.gridcontent.readmore', 'readmorelink' => 'particles.gridcontent.readmorelink', 'readmoreclass' => 'particles.gridcontent.readmoreclass', 'cols' => 'particles.gridcontent.cols', 'gridcontentitems' => [ '*' => [ 'icon' => 'particles.gridcontent.gridcontentitems.*.icon', 'iconcolor' => 'particles.gridcontent.gridcontentitems.*.iconcolor', 'desc' => 'particles.gridcontent.gridcontentitems.*.desc', 'link' => 'particles.gridcontent.gridcontentitems.*.link' ] ] ], 'gridstatistic' => [ 'enabled' => 'particles.gridstatistic.enabled', 'class' => 'particles.gridstatistic.class', 'title' => 'particles.gridstatistic.title', 'desc' => 'particles.gridstatistic.desc', 'readmore' => 'particles.gridstatistic.readmore', 'readmorelink' => 'particles.gridstatistic.readmorelink', 'readmoreclass' => 'particles.gridstatistic.readmoreclass', 'footerdesc' => 'particles.gridstatistic.footerdesc', 'cols' => 'particles.gridstatistic.cols', 'gridstatisticitems' => [ '*' => [ 'text1' => 'particles.gridstatistic.gridstatisticitems.*.text1', 'icon' => 'particles.gridstatistic.gridstatisticitems.*.icon', 'text2' => 'particles.gridstatistic.gridstatisticitems.*.text2' ] ] ], 'headertabs' => [ 'enabled' => 'particles.headertabs.enabled', 'class' => 'particles.headertabs.class', 'title' => 'particles.headertabs.title', 'animation' => 'particles.headertabs.animation', 'duration' => 'particles.headertabs.duration', 'items' => [ '*' => [ 'tab_name' => 'particles.headertabs.items.*.tab_name', 'tab_image' => 'particles.headertabs.items.*.tab_image', 'tab_desc' => 'particles.headertabs.items.*.tab_desc' ] ] ], 'imagegrid' => [ 'enabled' => 'particles.imagegrid.enabled', 'class' => 'particles.imagegrid.class', 'title' => 'particles.imagegrid.title', 'desc' => 'particles.imagegrid.desc', 'cols' => 'particles.imagegrid.cols', 'layout' => 'particles.imagegrid.layout', 'album' => 'particles.imagegrid.album', 'imagegriditems' => [ '*' => [ 'title' => 'particles.imagegrid.imagegriditems.*.title', 'image' => 'particles.imagegrid.imagegriditems.*.image', 'caption' => 'particles.imagegrid.imagegriditems.*.caption', 'linkto' => 'particles.imagegrid.imagegriditems.*.linkto', 'link' => 'particles.imagegrid.imagegriditems.*.link' ] ] ], 'infolist' => [ 'enabled' => 'particles.infolist.enabled', 'class' => 'particles.infolist.class', 'title' => 'particles.infolist.title', 'intro' => 'particles.infolist.intro', 'cols' => 'particles.infolist.cols', 'infolists' => [ '*' => [ 'title' => 'particles.infolist.infolists.*.title', 'icon' => 'particles.infolist.infolists.*.icon', 'iconloc' => 'particles.infolist.infolists.*.iconloc', 'image' => 'particles.infolist.infolists.*.image', 'imageloc' => 'particles.infolist.infolists.*.imageloc', 'textstyle' => 'particles.infolist.infolists.*.textstyle', 'imagestyle' => 'particles.infolist.infolists.*.imagestyle', 'desc' => 'particles.infolist.infolists.*.desc', 'tag' => 'particles.infolist.infolists.*.tag', 'subtag' => 'particles.infolist.infolists.*.subtag', 'label' => 'particles.infolist.infolists.*.label', 'link' => 'particles.infolist.infolists.*.link', 'buttonicon' => 'particles.infolist.infolists.*.buttonicon', 'readmoreclass' => 'particles.infolist.infolists.*.readmoreclass', 'readmoretarget' => 'particles.infolist.infolists.*.readmoretarget' ] ] ], 'mailchimp' => [ 'enabled' => 'particles.mailchimp.enabled', 'action' => 'particles.mailchimp.action', 'class' => 'particles.mailchimp.class', 'layout' => 'particles.mailchimp.layout', 'style' => 'particles.mailchimp.style', 'title' => 'particles.mailchimp.title', 'headtext' => 'particles.mailchimp.headtext', 'inputboxtext' => 'particles.mailchimp.inputboxtext', 'buttontext' => 'particles.mailchimp.buttontext', 'buttonclass' => 'particles.mailchimp.buttonclass' ], 'newsletter' => [ 'enabled' => 'particles.newsletter.enabled', 'class' => 'particles.newsletter.class', 'width' => 'particles.newsletter.width', 'layout' => 'particles.newsletter.layout', 'style' => 'particles.newsletter.style', 'title' => 'particles.newsletter.title', 'headtext' => 'particles.newsletter.headtext', 'sidetext' => 'particles.newsletter.sidetext', 'inputboxtext' => 'particles.newsletter.inputboxtext', 'buttonicon' => 'particles.newsletter.buttonicon', 'buttontext' => 'particles.newsletter.buttontext', 'uri' => 'particles.newsletter.uri', 'buttonclass' => 'particles.newsletter.buttonclass' ], 'overlaytoggle' => [ 'enabled' => 'particles.overlaytoggle.enabled', 'class' => 'particles.overlaytoggle.class', 'title' => 'particles.overlaytoggle.title', 'menutext' => 'particles.overlaytoggle.menutext' ], 'popupmodule' => [ 'enabled' => 'particles.popupmodule.enabled', 'class' => 'particles.popupmodule.class', 'title' => 'particles.popupmodule.title', 'module_id' => 'particles.popupmodule.module_id', 'guestbuttonicon' => 'particles.popupmodule.guestbuttonicon', 'guestbuttontext' => 'particles.popupmodule.guestbuttontext', 'userbuttonicon' => 'particles.popupmodule.userbuttonicon', 'userbuttontext' => 'particles.popupmodule.userbuttontext', 'buttonclass' => 'particles.popupmodule.buttonclass' ], 'pricingtable' => [ 'enabled' => 'particles.pricingtable.enabled', 'class' => 'particles.pricingtable.class', 'title' => 'particles.pricingtable.title', 'headertext' => 'particles.pricingtable.headertext', 'footertext' => 'particles.pricingtable.footertext', 'columns' => 'particles.pricingtable.columns', 'tables' => [ '*' => [ 'accent' => 'particles.pricingtable.tables.*.accent', 'customcolor' => 'particles.pricingtable.tables.*.customcolor', 'class' => 'particles.pricingtable.tables.*.class', 'ribbon' => 'particles.pricingtable.tables.*.ribbon', 'icon' => 'particles.pricingtable.tables.*.icon', 'plan' => 'particles.pricingtable.tables.*.plan', 'price' => 'particles.pricingtable.tables.*.price', 'period' => 'particles.pricingtable.tables.*.period', 'desc' => 'particles.pricingtable.tables.*.desc', 'buttontext' => 'particles.pricingtable.tables.*.buttontext', 'buttonlink' => 'particles.pricingtable.tables.*.buttonlink', 'buttontarget' => 'particles.pricingtable.tables.*.buttontarget', 'buttonclass' => 'particles.pricingtable.tables.*.buttonclass', 'items' => [ '*' => [ 'text' => 'particles.pricingtable.tables.*.items.*.text', 'class' => 'particles.pricingtable.tables.*.items.*.class' ] ] ] ] ], 'simplecontent' => [ 'enabled' => 'particles.simplecontent.enabled', 'class' => 'particles.simplecontent.class', 'title' => 'particles.simplecontent.title', 'items' => [ '*' => [ 'layout' => 'particles.simplecontent.items.*.layout', 'created_date' => 'particles.simplecontent.items.*.created_date', 'content_title' => 'particles.simplecontent.items.*.content_title', 'author' => 'particles.simplecontent.items.*.author', 'leading_content' => 'particles.simplecontent.items.*.leading_content', 'main_content' => 'particles.simplecontent.items.*.main_content', 'readmore_label' => 'particles.simplecontent.items.*.readmore_label', 'readmore_link' => 'particles.simplecontent.items.*.readmore_link', 'readmore_class' => 'particles.simplecontent.items.*.readmore_class', 'readmore_target' => 'particles.simplecontent.items.*.readmore_target' ] ] ], 'simplecounter' => [ 'enabled' => 'particles.simplecounter.enabled', 'class' => 'particles.simplecounter.class', 'title' => 'particles.simplecounter.title', 'desc' => 'particles.simplecounter.desc', 'date' => 'particles.simplecounter.date', 'month' => 'particles.simplecounter.month', 'year' => 'particles.simplecounter.year', 'daytext' => 'particles.simplecounter.daytext', 'daystext' => 'particles.simplecounter.daystext', 'hourtext' => 'particles.simplecounter.hourtext', 'hourstext' => 'particles.simplecounter.hourstext', 'minutetext' => 'particles.simplecounter.minutetext', 'minutestext' => 'particles.simplecounter.minutestext', 'secondtext' => 'particles.simplecounter.secondtext', 'secondstext' => 'particles.simplecounter.secondstext' ], 'simplemenu' => [ 'enabled' => 'particles.simplemenu.enabled', 'title' => 'particles.simplemenu.title', 'class' => 'particles.simplemenu.class', 'menus' => [ '*' => [ 'title' => 'particles.simplemenu.menus.*.title', 'items' => [ '*' => [ 'title' => 'particles.simplemenu.menus.*.items.*.title', 'icon' => 'particles.simplemenu.menus.*.items.*.icon', 'link' => 'particles.simplemenu.menus.*.items.*.link', 'target' => 'particles.simplemenu.menus.*.items.*.target' ] ] ] ] ], 'video' => [ 'enabled' => 'particles.video.enabled', 'class' => 'particles.video.class', 'title' => 'particles.video.title', 'columns' => 'particles.video.columns', 'items' => [ '*' => [ 'caption' => 'particles.video.items.*.caption', 'source' => 'particles.video.items.*.source', 'video' => 'particles.video.items.*.video', 'local' => [ '*' => [ 'file' => 'particles.video.items.*.local.*.file' ] ], 'posterimage' => 'particles.video.items.*.posterimage', 'loop' => 'particles.video.items.*.loop', 'autoplay' => 'particles.video.items.*.autoplay', 'controls' => 'particles.video.items.*.controls', 'info' => 'particles.video.items.*.info', 'related' => 'particles.video.items.*.related', 'muted' => 'particles.video.items.*.muted', 'start' => 'particles.video.items.*.start' ] ] ], 'analytics' => [ 'enabled' => 'particles.analytics.enabled', 'ua' => [ 'code' => 'particles.analytics.ua.code', 'anonym' => 'particles.analytics.ua.anonym' ] ], 'assets' => [ 'enabled' => 'particles.assets.enabled', 'css' => [ '*' => [ 'name' => 'particles.assets.css.*.name', 'location' => 'particles.assets.css.*.location', 'inline' => 'particles.assets.css.*.inline', 'extra' => 'particles.assets.css.*.extra', 'priority' => 'particles.assets.css.*.priority' ] ], 'javascript' => [ '*' => [ 'name' => 'particles.assets.javascript.*.name', 'location' => 'particles.assets.javascript.*.location', 'inline' => 'particles.assets.javascript.*.inline', 'in_footer' => 'particles.assets.javascript.*.in_footer', 'extra' => 'particles.assets.javascript.*.extra', 'priority' => 'particles.assets.javascript.*.priority' ] ] ], 'branding' => [ 'enabled' => 'particles.branding.enabled', 'content' => 'particles.branding.content', 'css' => [ 'class' => 'particles.branding.css.class' ] ], 'content' => [ 'enabled' => 'particles.content.enabled' ], 'contentarray' => [ 'enabled' => 'particles.contentarray.enabled', '_tab_articles' => 'particles.contentarray._tab_articles', 'title' => 'particles.contentarray.title', 'article' => [ 'filter' => [ 'categories' => 'particles.contentarray.article.filter.categories', 'articles' => 'particles.contentarray.article.filter.articles', 'featured' => 'particles.contentarray.article.filter.featured' ], 'limit' => [ 'total' => 'particles.contentarray.article.limit.total', 'columns' => 'particles.contentarray.article.limit.columns', 'start' => 'particles.contentarray.article.limit.start' ], 'display' => [ 'pagination_buttons' => 'particles.contentarray.article.display.pagination_buttons', 'image' => [ 'enabled' => 'particles.contentarray.article.display.image.enabled' ], 'text' => [ 'type' => 'particles.contentarray.article.display.text.type', 'limit' => 'particles.contentarray.article.display.text.limit', 'formatting' => 'particles.contentarray.article.display.text.formatting', 'prepare' => 'particles.contentarray.article.display.text.prepare' ], 'edit' => 'particles.contentarray.article.display.edit', 'title' => [ 'enabled' => 'particles.contentarray.article.display.title.enabled', 'limit' => 'particles.contentarray.article.display.title.limit' ], 'date' => [ 'enabled' => 'particles.contentarray.article.display.date.enabled', 'format' => 'particles.contentarray.article.display.date.format' ], 'read_more' => [ 'enabled' => 'particles.contentarray.article.display.read_more.enabled', 'label' => 'particles.contentarray.article.display.read_more.label', 'css' => 'particles.contentarray.article.display.read_more.css' ], 'author' => [ 'enabled' => 'particles.contentarray.article.display.author.enabled' ], 'category' => [ 'enabled' => 'particles.contentarray.article.display.category.enabled' ], 'hits' => [ 'enabled' => 'particles.contentarray.article.display.hits.enabled' ] ], 'sort' => [ 'orderby' => 'particles.contentarray.article.sort.orderby', 'ordering' => 'particles.contentarray.article.sort.ordering' ] ], '_tab_display' => 'particles.contentarray._tab_display', '_tab_readmore' => 'particles.contentarray._tab_readmore', '_tab_extras' => 'particles.contentarray._tab_extras', 'css' => [ 'class' => 'particles.contentarray.css.class' ], 'extra' => 'particles.contentarray.extra' ], 'copyright' => [ 'enabled' => 'particles.copyright.enabled', 'date' => [ 'start' => 'particles.copyright.date.start', 'end' => 'particles.copyright.date.end' ], 'owner' => 'particles.copyright.owner' ], 'custom' => [ 'enabled' => 'particles.custom.enabled', 'html' => 'particles.custom.html', 'twig' => 'particles.custom.twig', 'filter' => 'particles.custom.filter' ], 'date' => [ 'enabled' => 'particles.date.enabled', 'css' => [ 'class' => 'particles.date.css.class' ], 'date' => [ 'formats' => 'particles.date.date.formats' ] ], 'frameworks' => [ 'enabled' => 'particles.frameworks.enabled', 'jquery' => [ 'enabled' => 'particles.frameworks.jquery.enabled', 'ui_core' => 'particles.frameworks.jquery.ui_core', 'ui_sortable' => 'particles.frameworks.jquery.ui_sortable' ], 'bootstrap' => [ 'enabled' => 'particles.frameworks.bootstrap.enabled' ], 'mootools' => [ 'enabled' => 'particles.frameworks.mootools.enabled', 'more' => 'particles.frameworks.mootools.more' ] ], 'lightcase' => [ 'enabled' => 'particles.lightcase.enabled' ], 'logo' => [ 'enabled' => 'particles.logo.enabled', 'url' => 'particles.logo.url', 'target' => 'particles.logo.target', 'image' => 'particles.logo.image', 'height' => 'particles.logo.height', 'link' => 'particles.logo.link', 'svg' => 'particles.logo.svg', 'text' => 'particles.logo.text', 'class' => 'particles.logo.class' ], 'menu' => [ 'enabled' => 'particles.menu.enabled', 'menu' => 'particles.menu.menu', 'base' => 'particles.menu.base', 'startLevel' => 'particles.menu.startLevel', 'maxLevels' => 'particles.menu.maxLevels', 'renderTitles' => 'particles.menu.renderTitles', 'hoverExpand' => 'particles.menu.hoverExpand', 'mobileTarget' => 'particles.menu.mobileTarget', 'forceTarget' => 'particles.menu.forceTarget' ], 'messages' => [ 'enabled' => 'particles.messages.enabled' ], 'mobile-menu' => [ 'enabled' => 'particles.mobile-menu.enabled' ], 'module' => [ 'enabled' => 'particles.module.enabled', 'module_id' => 'particles.module.module_id', 'chrome' => 'particles.module.chrome' ], 'position' => [ 'enabled' => 'particles.position.enabled', 'key' => 'particles.position.key', 'chrome' => 'particles.position.chrome' ], 'social' => [ 'enabled' => 'particles.social.enabled', 'css' => [ 'class' => 'particles.social.css.class' ], 'title' => 'particles.social.title', 'target' => 'particles.social.target', 'display' => 'particles.social.display', 'items' => [ '*' => [ 'name' => 'particles.social.items.*.name', 'icon' => 'particles.social.items.*.icon', 'text' => 'particles.social.items.*.text', 'title' => 'particles.social.items.*.title', 'link' => 'particles.social.items.*.link' ] ] ], 'spacer' => [ 'enabled' => 'particles.spacer.enabled' ], 'totop' => [ 'enabled' => 'particles.totop.enabled', 'css' => [ 'class' => 'particles.totop.css.class' ], 'icon' => 'particles.totop.icon', 'content' => 'particles.totop.content', 'title' => 'particles.totop.title' ] ], 'styles' => [ 'above' => [ 'background' => 'styles.above.background', 'text-color' => 'styles.above.text-color' ], 'accent' => [ 'color-1' => 'styles.accent.color-1', 'color-2' => 'styles.accent.color-2', 'color-3' => 'styles.accent.color-3' ], 'base' => [ 'background' => 'styles.base.background', 'text-color' => 'styles.base.text-color', 'text-active-color' => 'styles.base.text-active-color' ], 'bottom' => [ 'background' => 'styles.bottom.background', 'text-color' => 'styles.bottom.text-color' ], 'breakpoints' => [ 'large-desktop-container' => 'styles.breakpoints.large-desktop-container', 'desktop-container' => 'styles.breakpoints.desktop-container', 'tablet-container' => 'styles.breakpoints.tablet-container', 'large-mobile-container' => 'styles.breakpoints.large-mobile-container', 'mobile-menu-breakpoint' => 'styles.breakpoints.mobile-menu-breakpoint' ], 'copyright' => [ 'background' => 'styles.copyright.background', 'text-color' => 'styles.copyright.text-color' ], 'expanded' => [ 'background' => 'styles.expanded.background', 'text-color' => 'styles.expanded.text-color' ], 'extension' => [ 'background' => 'styles.extension.background', 'text-color' => 'styles.extension.text-color' ], 'feature' => [ 'background' => 'styles.feature.background', 'text-color' => 'styles.feature.text-color' ], 'font' => [ 'family-default' => 'styles.font.family-default', 'family-title' => 'styles.font.family-title', 'family-promo' => 'styles.font.family-promo', 'family-subpromo' => 'styles.font.family-subpromo' ], 'footer' => [ 'background' => 'styles.footer.background', 'text-color' => 'styles.footer.text-color' ], 'header' => [ 'background' => 'styles.header.background', 'text-color' => 'styles.header.text-color' ], 'main' => [ 'background' => 'styles.main.background', 'text-color' => 'styles.main.text-color' ], 'menu' => [ 'animation' => 'styles.menu.animation' ], 'menustyle' => [ '_tab_toplevel' => 'styles.menustyle._tab_toplevel', 'text-color' => 'styles.menustyle.text-color', 'text-color-active' => 'styles.menustyle.text-color-active', '_tab_sublevel' => 'styles.menustyle._tab_sublevel', 'sublevel-text-color' => 'styles.menustyle.sublevel-text-color', 'sublevel-text-color-active' => 'styles.menustyle.sublevel-text-color-active', 'sublevel-background' => 'styles.menustyle.sublevel-background' ], 'navigation' => [ 'background' => 'styles.navigation.background', 'background-image' => 'styles.navigation.background-image', 'text-color' => 'styles.navigation.text-color' ], 'offcanvas' => [ 'background' => 'styles.offcanvas.background', 'text-color' => 'styles.offcanvas.text-color', 'toggle-color' => 'styles.offcanvas.toggle-color', 'width' => 'styles.offcanvas.width', 'toggle-visibility' => 'styles.offcanvas.toggle-visibility' ], 'overlay' => [ 'background' => 'styles.overlay.background', 'background-image' => 'styles.overlay.background-image', 'text-color' => 'styles.overlay.text-color', 'opacity' => 'styles.overlay.opacity' ], 'showcase' => [ 'background' => 'styles.showcase.background', 'text-color' => 'styles.showcase.text-color' ], 'slideshow' => [ 'background' => 'styles.slideshow.background', 'text-color' => 'styles.slideshow.text-color' ], 'top' => [ 'background' => 'styles.top.background', 'text-color' => 'styles.top.text-color' ], 'utility' => [ 'background' => 'styles.utility.background', 'text-color' => 'styles.utility.text-color' ] ], 'page' => [ 'assets' => [ 'favicon' => 'page.assets.favicon', 'touchicon' => 'page.assets.touchicon', 'css' => [ '*' => [ 'name' => 'page.assets.css.*.name', 'location' => 'page.assets.css.*.location', 'inline' => 'page.assets.css.*.inline', 'extra' => 'page.assets.css.*.extra', 'priority' => 'page.assets.css.*.priority' ] ], 'javascript' => [ '*' => [ 'name' => 'page.assets.javascript.*.name', 'location' => 'page.assets.javascript.*.location', 'inline' => 'page.assets.javascript.*.inline', 'in_footer' => 'page.assets.javascript.*.in_footer', 'extra' => 'page.assets.javascript.*.extra', 'priority' => 'page.assets.javascript.*.priority' ] ] ], 'body' => [ 'attribs' => [ 'id' => 'page.body.attribs.id', 'class' => 'page.body.attribs.class', 'extra' => 'page.body.attribs.extra' ], 'layout' => [ 'sections' => 'page.body.layout.sections' ], 'body_top' => 'page.body.body_top', 'body_bottom' => 'page.body.body_bottom' ], 'fontawesome' => [ 'enable' => 'page.fontawesome.enable', 'version' => 'page.fontawesome.version', 'fa4_compatibility' => 'page.fontawesome.fa4_compatibility', 'content_compatibility' => 'page.fontawesome.content_compatibility', 'html_css_import' => 'page.fontawesome.html_css_import', 'html_js_import' => 'page.fontawesome.html_js_import' ], 'head' => [ 'meta' => 'page.head.meta', 'head_bottom' => 'page.head.head_bottom', 'atoms' => 'page.head.atoms' ] ] ], 'dynamic' => [ ], 'filter' => [ 'validation' => true ], 'configuration' => [ 'particles' => [ 'accordionmenu' => [ 'caching' => [ 'type' => 'static' ] ], 'aos' => [ 'caching' => [ 'type' => 'static' ] ], 'audioplayer' => [ 'caching' => [ 'type' => 'static' ] ], 'blockcontent' => [ 'caching' => [ 'type' => 'static' ] ], 'calendar' => [ 'caching' => [ 'type' => 'static' ] ], 'contenttabs' => [ 'caching' => [ 'type' => 'static' ] ], 'gridcontent' => [ 'caching' => [ 'type' => 'static' ] ], 'gridstatistic' => [ 'caching' => [ 'type' => 'static' ] ], 'headertabs' => [ 'caching' => [ 'type' => 'static' ] ], 'imagegrid' => [ 'caching' => [ 'type' => 'static' ] ], 'infolist' => [ 'caching' => [ 'type' => 'static' ] ], 'mailchimp' => [ 'caching' => [ 'type' => 'static' ] ], 'newsletter' => [ 'caching' => [ 'type' => 'static' ] ], 'overlaytoggle' => [ 'caching' => [ 'type' => 'static' ] ], 'pricingtable' => [ 'caching' => [ 'type' => 'static' ] ], 'simplecontent' => [ 'caching' => [ 'type' => 'static' ] ], 'simplecounter' => [ 'caching' => [ 'type' => 'static' ] ], 'simplemenu' => [ 'caching' => [ 'type' => 'static' ] ], 'branding' => [ 'caching' => [ 'type' => 'static' ] ], 'copyright' => [ 'caching' => [ 'type' => 'static' ] ], 'custom' => [ 'caching' => [ 'type' => 'config_matches', 'values' => [ 'twig' => '0', 'filter' => '0' ] ] ], 'logo' => [ 'caching' => [ 'type' => 'static' ] ], 'menu' => [ 'caching' => [ 'type' => 'menu' ] ], 'mobile-menu' => [ 'caching' => [ 'type' => 'static' ] ], 'social' => [ 'caching' => [ 'type' => 'static' ] ], 'spacer' => [ 'caching' => [ 'type' => 'static' ] ], 'totop' => [ 'caching' => [ 'type' => 'static' ] ] ] ] ] ]; Bus Routes 2022 - Greater Shepparton Secondary College

Contact

mail@gemini-theme.com
+ 001 0231 123 32

Follow

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.

  • Simple Item 5
  • Simple Item 4
  • Simple Item 3
  • Simple Item 2
  • 1
  • 2
  • 3
  • 4

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 trustworthy
Respect:            we show care for ourselves and others and value difference
Responsibility:  we are accountable for our decisions and actions

Sign in to Compass