Your IP : 216.73.217.112


Current Path : /home/zieirix/www/cache/gantry5/it_medical/compiled/yaml/
Upload File :
Current File : /home/zieirix/www/cache/gantry5/it_medical/compiled/yaml/1c2ffe1ed16ca6605740667788ef20a7.yaml.php

<?php
return [
    '@class' => 'Gantry\\Component\\File\\CompiledYamlFile',
    'filename' => '/home/zieirix/www/media/gantry5/engines/nucleus/blueprints/page/body.yaml',
    'modified' => 1644401436,
    'data' => [
        'name' => 'Body Attributes',
        'description' => 'Settings that can be applied to the page.',
        'type' => 'global',
        'form' => [
            'fields' => [
                'attribs.id' => [
                    'type' => 'input.text',
                    'label' => 'Body Id',
                    'default' => NULL
                ],
                'attribs.class' => [
                    'type' => 'input.selectize',
                    'label' => 'Body Classes',
                    'default' => 'gantry'
                ],
                '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'
                    ]
                ],
                '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'
                    ]
                ],
                'body_top' => [
                    'type' => 'textarea.textarea',
                    'label' => 'After <body>',
                    'description' => 'Anything in this field will be appended right after the opening body tag'
                ],
                'body_bottom' => [
                    'type' => 'textarea.textarea',
                    'label' => 'Before </body>',
                    'description' => 'Anything in this field will be appended right before the closing body tag'
                ]
            ]
        ]
    ]
];