Skip to content
Snippets Groups Projects
Select Git revision
  • 5d3b294a228c3c70fb65a2a1618323e16afc6fa2
  • master default protected
  • detached4
  • detached3
  • detached2
  • bsv-next
  • detached
  • php82
  • 6.x
  • 6.4.0
  • 6.3.3
  • 6.3.2
  • 6.3.1
  • 6.3.0
  • 6.2.7
  • 6.2.6
  • 6.2.5
  • 6.2.4
  • 6.2.3
  • 6.2.2
  • 6.2.1
  • 6.2.0
  • 6.1.3
  • 6.1.2
  • 6.1.1
  • 6.1.0
  • 6.0.0
27 results

AxiosExtractor.php

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    unicaen-faq.global.php.dist 1.04 KiB
    <?php
    
    return array(
        'unicaen-faq' => [
            /*
             * Nom du gestionnaire d'entité concerné.
             * Par défaut: 'orm_default'.
             */
            'entity_manager_name' => 'orm_default',
    
            /*
             * Classe de l'entité représentant un couple question-réponse.
             * Par défaut: 'UnicaenFaq\Entity\Db\Faq'.
             */
            'faq_entity_class' => 'UnicaenFaq\Entity\Db\Faq',
        ],
    
        /*
         * Customisation de la navigation.
         * Ex: masquer le menu, modifier sa position, changer son label, associer une ressource ACL.
         */
    //    'navigation'      => [
    //        'default' => [
    //            'home' => [
    //                'pages' => [
    //                    'faq' => [
    //                        'visible'  => true,
    //                        'order'    => -1000,
    //                        'label'    => 'FAQ',
    //                        'resource' => PrivilegeController::getResourceId('UnicaenFaq\Controller\Index', 'index'),
    //                    ],
    //                ],
    //            ],
    //        ],
    //    ],
    );