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/67689a8fbb96c62ce8728c49a3881f28.yaml.php

<?php
return [
    '@class' => 'Gantry\\Component\\File\\CompiledYamlFile',
    'filename' => '/home/zieirix/www/media/gantry5/engines/nucleus/particles/module.yaml',
    'modified' => 1644401436,
    'data' => [
        'name' => 'Module Instance',
        'description' => 'Display a module instance.',
        'type' => 'position',
        'icon' => 'fa-object-ungroup',
        'hidden' => false,
        'form' => [
            'fields' => [
                'enabled' => [
                    'type' => 'input.checkbox',
                    'label' => 'Enabled',
                    'description' => 'Globally enable module positions.',
                    'default' => true
                ],
                '_info' => [
                    'type' => 'separator.note',
                    'class' => 'alert alert-info',
                    'content' => 'To edit the Module please use the <a href="index.php?option=com_modules" target="_blank" data-g-urltemplate="index.php?option=com_modules&view=module&task=module.edit&id=#ID#" href="#">Joomla\'s Module Manager <i class="fa fa-fw fa-external-link fa-external-link-alt" aria-hidden="true"></i></a>'
                ],
                '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
                ],
                'chrome' => [
                    'type' => 'input.text',
                    'label' => 'Chrome',
                    'description' => 'Module chrome.',
                    'placeholder' => 'gantry'
                ]
            ]
        ]
    ]
];