‪TYPO3CMS  ‪main
ext_tables.php
Go to the documentation of this file.
1 <?php
2 
3 defined('TYPO3') or die();
4 
5 // Register some custom permission options shown in BE group access lists
6 ‪$GLOBALS['TYPO3_CONF_VARS']['BE']['customPermOptions']['tx_styleguide_custom'] = [
7  'header' => 'Custom styleguide permissions',
8  'items' => [
9  'key1' => [
10  'Option 1',
11  // Icon has been registered above
12  'tcarecords-tx_styleguide_forms-default',
13  'Description 1',
14  ],
15  'key2' => [
16  'Option 2',
17  ],
18  ],
19 ];
‪$GLOBALS
‪$GLOBALS['TYPO3_USER_SETTINGS']
Definition: ext_tables.php:9