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/32c7e0870e62c81abfd9928435379998.yaml.php

<?php
return [
    '@class' => 'Gantry\\Component\\File\\CompiledYamlFile',
    'filename' => '/home/zieirix/www/media/gantry5/engines/nucleus/particles/messages.yaml',
    'modified' => 1644401436,
    'data' => [
        'name' => 'System Messages',
        'description' => 'Display system messages.',
        'type' => 'system',
        'icon' => 'fa-exclamation-circle',
        'hidden' => false,
        'form' => [
            'fields' => [
                'enabled' => [
                    'type' => 'input.checkbox',
                    'label' => 'Enabled',
                    'description' => 'Globally enable system messages.',
                    'default' => true
                ],
                '_info' => [
                    'type' => 'separator.note',
                    'class' => 'alert alert-info',
                    'content' => 'Displays system messages in your layout.'
                ],
                '_alert' => [
                    'type' => 'separator.note',
                    'class' => 'alert alert-warning',
                    'content' => 'Always include this particle to all of your layouts. Otherwise users will not see important system messages like login failures.'
                ]
            ]
        ]
    ]
];