⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ext_tables_static+adt.sql

📁 Typo3, 开源里边最强大的
💻 SQL
📖 第 1 页 / 共 5 页
字号:
# ==== Data extracted from CoreDocs/doc_core_tsbyex_fr_0.0.1.t3x### ==== Data extracted from CoreDocs/doc_core_tsconfig_4.0.0.t3x#INSERT INTO static_tsconfig_help VALUES ('5', '', '284eaff2c8b565d4257002d25e85e0ec', '', 'beuser', 'a:1:{s:4:"rows";a:9:{i:0;a:6:{s:8:"property";s:8:"admPanel";s:8:"datatype";s:13:"-&gt;ADMPANEL";s:11:"description";s:43:"Options regarding the front-end admin panel";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:1;a:6:{s:8:"property";s:7:"options";s:8:"datatype";s:12:"-&gt;OPTIONS";s:11:"description";s:29:"Options for the user, various";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:2;a:6:{s:8:"property";s:3:"mod";s:8:"datatype";s:38:"<i>(see -&gt;MOD of Page TSconfig)</i>";s:11:"description";s:91:"Overriding values for the backend modules<br>&nbsp;<b>Deprecated. </b>Use page.mod instead!";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:3;a:6:{s:8:"property";s:32:"setup.defaults<br>setup.override";s:8:"datatype";s:10:"-&gt;SETUP";s:11:"description";s:481:"Default values and override values for the user settings known from the setup module.<br>&nbsp;<b><br>Notice:</b><br>There is a tricky aspect to these settings; If first you have set a value by setup.override and then removes it again you will experience that the value persists to exist. This is because it is saved in the backend users profile. Therefore, if you have once set a value, do <i>not</i> remove it again by rather set it blank if you want to disable the effect again!";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:4;a:6:{s:8:"property";s:31:"TCAdefaults.[tablename].[field]";s:8:"datatype";s:6:"string";s:11:"description";s:746:"Sets default values for records. The order of default values when creating new records in the backend is this:<br>Value from $TCA<br>Value from User TSconfig (these settings)<br>Value from &quot;defVals&quot; GET vars (see alt_doc.php)<br>Value from previous record based on &#039;useColumnsForDefaultValues&#039;<br>&nbsp;<br>However the order for default values used by tcemain.php if a certain field is not granted access to for user will be:<br>Value from $TCA<br>Value from User TSconfig (these settings)<br>&nbsp;<br>So these values will be authoritative if the user has no access to the field anyway.<br>&nbsp;<b><br>Example:</b><br>This sets the default hidden flag for pages to &quot;clear&quot;<br>&nbsp;<br>TCAdefaults.pages.hidden = 0";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:5;a:6:{s:8:"property";s:4:"user";s:8:"datatype";s:6:"&nbsp;";s:11:"description";s:87:"This is for custom purposes. <br>Deprecated, use &quot;tx_*&quot; below from extensions";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:6;a:6:{s:8:"property";s:4:"auth";s:8:"datatype";s:6:"&nbsp;";s:11:"description";s:203:"Configuration for authentication services. Currently these are the options:<br>&nbsp;<b><br>auth.BE.redirectToURL</b><br>Specifies a URL to redirect to after login is performed in the backend login form.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:7;a:6:{s:8:"property";s:4:"page";s:8:"datatype";s:28:"all page TSconfig properties";s:11:"description";s:195:"You can override all page TSconfig properties by putting them into user<br>TSconfig and prefixing them with page.<br>&nbsp;<b><br>Example:</b><br>page.TCEMAIN.table.pages.disablePrependAtCopy = 1";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:8;a:6:{s:8:"property";s:37:"tx_[extension key with no underscore]";s:8:"datatype";s:6:"&nbsp;";s:11:"description";s:38:"This is reserved space for extensions.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}}}', '');INSERT INTO static_tsconfig_help VALUES ('6', '', '7cd94e953cc449fe4c0856671acf229d', '', 'beuser:admPanel', 'a:1:{s:4:"rows";a:4:{i:0;a:6:{s:8:"property";s:6:"enable";s:8:"datatype";s:8:"[object]";s:11:"description";s:253:"Used to enable the various parts of the panel for users.<br>All values are 0/1 booleans.<b><br>&nbsp;</b><b><br>General:</b><br>.all: enables all modules<b><br>&nbsp;</b><b><br>Modules:</b><br>.preview<br>.cache<br>.publish<br>.edit<br>.tsdebug<br>.info";s:7:"default";s:57:"(For admin-users, all = 1 is default! Hardcoded in class)";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:1;a:6:{s:8:"property";s:4:"hide";s:8:"datatype";s:7:"boolean";s:11:"description";s:93:"If set, the panel will not display in the bottom of the page. This has only a visual effect. ";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:2;a:6:{s:8:"property";s:8:"override";s:8:"datatype";s:8:"[object]";s:11:"description";s:936:"Override all admin panel settings:<br>.[modulename].[propertyname]<br>&nbsp;<b><br>Note:</b><br>You have to activate a module first by setting<br>.modulename = 1<br>&nbsp;<b><br>Full reference:</b><br>To find out the name of a modulename/property, you can have a look at the HTML code of the admin panel and watch the names of the form elements. In this example, the module name is &quot;tsdebug&quot;, and the property is called &quot;displayTimes&quot;:<i><br>name=&quot;TSFE_ADMIN_PANEL[tsdebug_displayTimes]&quot;</i><br>&nbsp;<b><br>Most common options</b><br>.preview.showHiddenPages (boolean)<br>.preview.showHiddenRecords (boolean)<br>.preview.simulateDate (timestamp)<br>.preview.simulateUserGroup (integer)<br>&nbsp;<br>.cache.noCache (boolean)<br>.cache.clearCacheLevels (integer)<br>&nbsp;<br>.edit.displayFieldIcons (boolean)<br>.edit.displayIcons (boolean)<br>.edit.editFormsOnPage (boolean)<br>.edit.editNoPopup (boolean)";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:3;a:6:{s:8:"property";s:11:"module.edit";s:8:"datatype";s:8:"[object]";s:11:"description";s:703:"&nbsp;<b>DEPRECATED</b>, use override.* instead (see above).<b><br>&nbsp;</b><br>&nbsp;<b>.forceDisplayIcons</b> (boolean):<i><br>Forces edit-panels to appear regardless of the selectorbox.</i><br>&nbsp;<b>.forceDisplayFieldIcons</b> (boolean):<i><br>Forces edit-icons to appear regardless of the selectorbox.</i><br>&nbsp;<b>.forceNoPopup</b> (boolean):<i><br>Forces edit-forms to open in same window - not pop up window.</i><i><br>&nbsp;</i><i><br>Example, that forces the display of the edit icons without displaying the admin-panel itself:</i><br>&nbsp;<br>admPanel {<br>&nbsp;&nbsp;&nbsp;enable.edit = 1<br>&nbsp;&nbsp;&nbsp;module.edit.forceDisplayFieldIcons = 1<br>&nbsp;&nbsp;&nbsp;hide = 1<br>}";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}}}', '');INSERT INTO static_tsconfig_help VALUES ('7', '', '114e940842aa2d2d8a1efb37b1191103', '', 'beuser:options', 'a:1:{s:4:"rows";a:33:{i:0;a:6:{s:8:"property";s:20:"dontMountAdminMounts";s:8:"datatype";s:7:"boolean";s:11:"description";s:158:"This options prevents the root to be mounted for an admin user.<b><br>&nbsp;</b><br>&nbsp;<b>NOTE:</b> Only for admin-users. For other users it has no effect.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:1;a:6:{s:8:"property";s:10:"RTEkeyList";s:8:"datatype";s:18:"[list of keywords]";s:11:"description";s:291:"This is a list of the Rich Text Editor buttons the user may see displayed. The user will not see any buttons not listed here.<br>&nbsp;<br>Either enter a comma list of button keywords (see &quot;TYPO3 Core API / RTE section&quot;) or specify all with a wildcard &quot;*&quot; for everything.";s:7:"default";s:48:"*<br>(If value is not set at all, *, is default)";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:2;a:6:{s:8:"property";s:16:"clearCache.pages";s:8:"datatype";s:7:"boolean";s:11:"description";s:53:"This will allow a user to clear the whole page cache.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:3;a:6:{s:8:"property";s:14:"clearCache.all";s:8:"datatype";s:7:"boolean";s:11:"description";s:82:"This will allow a user to clear all cache (that is everything including templates)";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:4;a:6:{s:8:"property";s:8:"lockToIP";s:8:"datatype";s:6:"string";s:11:"description";s:566:"List of IP-numbers with wildcards. <br>&nbsp;<br>&nbsp;<b>Note:</b> This option is enabled only if the TYPO3_CONF_VARS[BE][enabledBeUserIPLock] configuration is true.<b><br>&nbsp;</b><b><br>Examples:</b><br>192.168.*.* &nbsp;&nbsp;&nbsp;<br>- will allow all from 192.168-network<br>&nbsp;<br>192.168.*.*, 212.22.33.44 &nbsp;&nbsp;&nbsp;<br>- will allow all from 192.168-network plus all from REMOTE_ADDR 212.22.33.44<br>&nbsp;<br>192.168, 212.22.33.44 &nbsp;&nbsp;&nbsp;<br>- the same as the previous. Leaving out parts of the IP address is the same as wild cards...";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:5;a:6:{s:8:"property";s:13:"saveClipboard";s:8:"datatype";s:7:"boolean";s:11:"description";s:129:"If set, the clipboard content will be preserved for the next login. Normally the clipboard content lasts only during the session.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:6;a:6:{s:8:"property";s:19:"clipboardNumberPads";s:8:"datatype";s:10:"int (0-20)";s:11:"description";s:65:"This allows you to enter how many pads you want on the clipboard.";s:7:"default";s:1:"3";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:7;a:6:{s:8:"property";s:20:"disableDocModuleInAB";s:8:"datatype";s:7:"boolean";s:11:"description";s:82:"If set, the doc module is not displayed in the backend even if enabled in general.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:8;a:6:{s:8:"property";s:13:"shortcutFrame";s:8:"datatype";s:7:"boolean";s:11:"description";s:63:"If set, the shortcut frame in the bottom of the window appears.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:9;a:6:{s:8:"property";s:14:"shortcutGroups";s:8:"datatype";s:25:"Array of integers/strings";s:11:"description";s:819:"Set shortCutGroups that can be accessed by the user.<br>By default, 5 default groups will be defined globally (shared, can only be set by admins) and also for each user (personal shortcuts):<br>&nbsp;<br>1: Pages<br>2: Records<br>3: Files<br>4: Tools<br>5: Miscellaneous<br>&nbsp;<br>Set 0 to disable one of these group IDs, 1 to enable it (this is the<br>default) or &quot;string&quot; to change the label accordingly.<br>&nbsp;<b><br>Example:</b><br>shortcutGroups {<br>&nbsp;&nbsp;&nbsp;1=1<br>&nbsp;&nbsp;&nbsp;2=My Group<br>&nbsp;&nbsp;&nbsp;3=0<br>&nbsp;&nbsp;&nbsp;4=<br>}<br>&nbsp;<br>Shortcut group 1 is loaded with the default label (Pages), group 2 is loaded and labeled as &quot;My Group&quot; and groups 3 and 4 are disabled. Group 5 has not been set, so it will be displayed by default, just like group 1.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:10;a:6:{s:8:"property";s:33:"shortcut_onEditId_dontSetPageTree";s:8:"datatype";s:7:"boolean";s:11:"description";s:127:"If set, the page tree is <i>not</i> opened to the page being edited when an id number is entered in the &quot;Edit Id&quot; box";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:11;a:6:{s:8:"property";s:38:"shortcut_onEditId_keepExistingExpanded";s:8:"datatype";s:7:"boolean";s:11:"description";s:185:"If set, the existing expanded pages in the page tree are not collapsed when an id is entered in the &quot;Edit Id&quot; box.<br>(provided .shortcut_onEditId_dontSetPageTree is not set!)";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:12;a:6:{s:8:"property";s:25:"mayNotCreateEditShortcuts";s:8:"datatype";s:7:"boolean";s:11:"description";s:91:"If set, then the user cannot create or edit shortcuts. Depends on .shortcutFrame being set.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:13;a:6:{s:8:"property";s:17:"createFoldersInEB";s:8:"datatype";s:7:"boolean";s:11:"description";s:103:"If set, a createFolders option appears in the element browser (for admin-users this is always enabled).";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:14;a:6:{s:8:"property";s:12:"noThumbsInEB";s:8:"datatype";s:7:"boolean";s:11:"description";s:67:"If set, then image thumbnails are not shown in the element browser.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:15;a:6:{s:8:"property";s:24:"noThumbsInRTEimageSelect";s:8:"datatype";s:7:"boolean";s:11:"description";s:61:"As .noThumbsInEB but for the Rich Text Editor image selector.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:16;a:6:{s:8:"property";s:21:"uploadFieldsInTopOfEB";s:8:"datatype";s:7:"boolean";s:11:"description";s:82:"If set, the upload-fields in the element browser are put in the top of the window.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:17;a:6:{s:8:"property";s:32:"saveDocNew<br>saveDocNew.[table]";s:8:"datatype";s:25:"boolean / &quot;top&quot;";s:11:"description";s:479:"If set, a button &quot;Save and create new&quot; will appear in TCEFORMs. <br>Any value set for a single table will override the default value set to the object &quot;saveDocNew&quot;.<br>&nbsp;<b><br>Example:</b><br>In this example the button is disabled for all tables, except tt_content where it will appear, and in addition create the records in the top of the page (default is after instead of top).<br>&nbsp;<br>options.saveDocNew = 0<br>options.saveDocNew.tt_content = top";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:18;a:6:{s:8:"property";s:38:"disableDelete<br>disableDelete.[table]";s:8:"datatype";s:6:"&nbsp;";s:11:"description";s:125:"Disables the &quot;Delete&quot; button in TCEFORMs. <br>Overriding for single tables works like &quot;saveDocNew&quot; above.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:19;a:6:{s:8:"property";s:34:"showHistory<br>showHistory.[table]";s:8:"datatype";s:6:"&nbsp;";s:11:"description";s:126:"Shows link to the history for the record in TCEFORMs.<br>Overriding for single tables works like &quot;saveDocNew&quot; above.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:20;a:6:{s:8:"property";s:80:"pageTree.disableIconLinkToContextmenu<br>folderTree.disableIconLinkToContextmenu";s:8:"datatype";s:31:"boolean / &quot;titlelink&quot;";s:11:"description";s:203:"If set, the page/folder-icons in the page/folder tree will not activate the clickmenu. <br>If the value is set &quot;titlelink&quot; then the icon will instead be wrapped with the same link as the title.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:21;a:6:{s:8:"property";s:30:"pageTree.disableTitleHighlight";s:8:"datatype";s:7:"boolean";s:11:"description";s:78:"If set, the page titles in the page tree will not be highlighted when clicked.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:22;a:6:{s:8:"property";s:28:"pageTree.showPageIdWithTitle";s:8:"datatype";s:7:"boolean";s:11:"description";s:109:"If set, the titles in the page navigation tree will have their ID numbers printed before the clickable title.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:23;a:6:{s:8:"property";s:28:"pageTree.onlineWorkspaceInfo";s:8:"datatype";s:7:"boolean";s:11:"description";s:135:"If set, the workspace info box will also be shown in the page tree even in online mode. Recommended when working with workspaces a lot.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:24;a:6:{s:8:"property";s:43:"&nbsp;contextMenu.[<i>key</i>].disableItems";s:8:"datatype";s:13:"list of items";s:11:"description";s:847:"List of context menu (&quot;clickmenu&quot;) items to disable.<br>&quot;key&quot; points to which kind of icon that brings up the menu, and possible options are &quot;pageTree&quot;, &quot;pageList&quot;, &quot;folderTree&quot;, &quot;folderList&quot;. &quot;page&quot; and &quot;folder&quot; obviously points to either the Web og File main module. &quot;Tree&quot; and &quot;List&quot; points to whether the menu is activated from the page/folder tree or the listing of records/files<br>Items to disable are (for &quot;page&quot; type - that is database records):<br>&nbsp;<br>view,edit,hide,new,info,copy,cut,paste,delete,move_wizard,<br>history,perms,new_wizard,hide,edit_access,edit_pageheader,db_list<br>&nbsp;<br>Items to disable are (for &quot;folder&quot; type - that is files/folders):<br>edit,upload,rename,new,info,copy,cut,paste,delete";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:25;a:6:{s:8:"property";s:29:"contextMenu.options.leftIcons";s:8:"datatype";s:7:"boolean";s:11:"description";s:70:"If set, the icons in the clickmenu appear to the left instead of right";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:26;a:6:{s:8:"property";s:42:"&nbsp;contextMenu.options.clickMenuTimeOut";s:8:"datatype";s:10:"int, 1-100";s:11:"description";s:93:"Number of seconds the click menu is visible in the top frame before it disappears by it self.";s:7:"default";s:1:"5";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:27;a:6:{s:8:"property";s:55:"&nbsp;contextMenu.options.alwaysShowClickMenuInTopFrame";s:8:"datatype";s:7:"boolean";s:11:"description";s:153:"If set, then the clickmenu in the top frame is always shown. Default is that it&#039;s shown only if the pop-up menus are disabled by user or by browser.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:28;a:6:{s:8:"property";s:18:"overridePageModule";s:8:"datatype";s:6:"string";s:11:"description";s:288:"By this value you can substitute the default &quot;Web &gt; Page&quot; module key (&quot;web_layout&quot;) with another backend module key.<br>&nbsp;<b><br>Example:</b><br>options.overridePageModule = web_txtemplavoilaM1<br>This will enable TemplaVoila page module as default page module.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:29;a:6:{s:8:"property";s:21:"moduleMenuCollapsable";s:8:"datatype";s:7:"boolean";s:11:"description";s:60:"If set, the user can collapse main modules in the left menu.";s:7:"default";s:1:"1";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:30;a:6:{s:8:"property";s:11:"alertPopups";s:8:"datatype";s:7:"bitmask";s:11:"description";s:246:"Configure which Javascript popup alerts have to be displayed and which not:<br>&nbsp;<br>1 – onTypeChange<br>2 – copy / move / paste<br>4 - delete<br>8 – FE editing<br>128 - other (not used yet)<br>&nbsp;<br>Default: 255 (show all warnings)";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:31;a:6:{s:8:"property";s:18:"defaultFileUploads";s:8:"datatype";s:7:"integer";s:11:"description";s:69:"Default number of file upload forms shown in the File-&gt;List module";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:32;a:6:{s:8:"property";s:19:"hideRecords.[table]";s:8:"datatype";s:21:"[list of record uids]";s:11:"description";s:555:"This hides records in the backend user interface. It is not an access <br>restriction but makes defined records invisible. That means in principle <br>those records can still be edited if the rights allow. This makes sense if a <br>specialized module should be used only to edit those records.<br>&nbsp;<br>This option is currently implemented for pages only and has an effect in <br>following places:<br>&nbsp;<br>- Pagetree navigation frame<br>- Web&gt;List module<br>- New record wizard<br>&nbsp;<b><br>Example:</b><br>options.hideRecords.pages = 12,45";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}}}', '');INSERT INTO static_tsconfig_help VALUES ('8', '', '64dfc4b3acce1eaea54363c984c36980', '', 'beuser:setup.default/setup.override', 'a:1:{s:4:"rows";a:23:{i:0;a:6:{s:8:"property";s:19:"thumbnailsByDefault";s:8:"datatype";s:7:"boolean";s:11:"description";s:26:"Show Thumbnails by default";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:1;a:6:{s:8:"property";s:14:"emailMeAtLogin";s:8:"datatype";s:7:"boolean";s:11:"description";s:57:"Notify me by email, when somebody logs in from my account";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:2;a:6:{s:8:"property";s:17:"startInTaskCenter";s:8:"datatype";s:7:"boolean";s:11:"description";s:102:"If set, then the backend will start up in the task center (task center should be enabled for the user)";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:3;a:6:{s:8:"property";s:8:"helpText";s:8:"datatype";s:7:"boolean";s:11:"description";s:30:"Show help text when applicable";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:4;a:6:{s:8:"property";s:8:"titleLen";s:8:"datatype";s:4:"int+";s:11:"description";s:17:"Max. Title Length";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:5;a:6:{s:8:"property";s:17:"edit_wideDocument";s:8:"datatype";s:7:"boolean";s:11:"description";s:24:"Wide document background";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:6;a:6:{s:8:"property";s:8:"edit_RTE";s:8:"datatype";s:7:"boolean";s:11:"description";s:23:"Enable Rich Text Editor";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:7;a:6:{s:8:"property";s:20:"edit_docModuleUpload";s:8:"datatype";s:7:"boolean";s:11:"description";s:35:"File upload directly in Doc. module";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:8;a:6:{s:8:"property";s:18:"edit_showFieldHelp";s:8:"datatype";s:6:"string";s:11:"description";s:122:"Keywords: &quot;&quot;, &quot;icon&quot; or &quot;text&quot;<br>Determines the type of help text mode for TCA form fields.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:9;a:6:{s:8:"property";s:13:"navFrameWidth";s:8:"datatype";s:4:"int+";s:11:"description";s:77:"The width in pixels of the navigation frame in the Page and File main modules";s:7:"default";s:10:"245 pixels";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:10;a:6:{s:8:"property";s:17:"navFrameResizable";s:8:"datatype";s:7:"boolean";s:11:"description";s:99:"If set, the frameset modules will have the border between the navigation and list frame resizable. ";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:11;a:6:{s:8:"property";s:4:"lang";s:8:"datatype";s:12:"language-key";s:11:"description";s:131:"One of the language-keys. See t3lib/config_default.php for current options. Eg. &quot;dk&quot;, &quot;de&quot;, &quot;es&quot; etc.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:12;a:6:{s:8:"property";s:10:"copyLevels";s:8:"datatype";s:4:"int+";s:11:"description";s:84:"Recursive Copy: Enter the number of page sublevels to include, when a page is copied";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:13;a:6:{s:8:"property";s:15:"recursiveDelete";s:8:"datatype";s:7:"boolean";s:11:"description";s:74:"Recursive Delete(!): Allow ALL subpages to be deleted when deleting a page";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:14;a:6:{s:8:"property";s:16:"allSaveFunctions";s:8:"datatype";s:7:"boolean";s:11:"description";s:45:"Display all save functions in Doc-module menu";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:15;a:6:{s:8:"property";s:15:"neverHideAtCopy";s:8:"datatype";s:7:"boolean";s:11:"description";s:72:"If set, then the hideAtCopy feature for records in TCE will not be used.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:16;a:6:{s:8:"property";s:13:"condensedMode";s:8:"datatype";s:7:"boolean";s:11:"description";s:213:"If set, the backend will not load the Web-submodules and File-submodules in a frameset but allow the page and folder trees to load the submodule in its own frame. This allows for a better display on small screens.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:17;a:6:{s:8:"property";s:10:"noMenuMode";s:8:"datatype";s:16:"boolean / string";s:11:"description";s:580:"If set, the backend will not load the left menu frame but rather put a selector-box menu in the topframe. This saves a lot of space on small screens. Also icons will not be displayed in the clickmenu panel in the top.<br>&nbsp;<b><br>Value &quot;icons&quot;: </b><br>Setting noMenuMode to &quot;icons&quot; will still remove the menu, but instead of the selectorbox menu you will have the whole clickmenu panel as a menu with the icons only as the hidden state of the clickmenu panel. This is extremely nice (in my opinion) for experienced users who know the icons of the modules.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:18;a:6:{s:8:"property";s:19:"classicPageEditMode";s:8:"datatype";s:7:"boolean";s:11:"description";s:287:"Setting this option will not open the Web&gt;Page module but rather load the content elements (normal column/default language) together with the page header in one big form when a page is edited (clicking a page icon in the page tree). This simulates the old behaviour in Classic Backend";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:19;a:6:{s:8:"property";s:18:"hideSubmoduleIcons";s:8:"datatype";s:7:"boolean";s:11:"description";s:78:"If set then submodule icons will not be shown in the left menu of the backend.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:20;a:6:{s:8:"property";s:27:"dontShowPalettesOnFocusInAB";s:8:"datatype";s:7:"boolean";s:11:"description";s:82:"If set, palettes are not activated in the TCEFORMs when focus is moved to a field.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:21;a:6:{s:8:"property";s:15:"disableCMlayers";s:8:"datatype";s:7:"boolean";s:11:"description";s:47:"Disable the context menu layers in the backend.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:22;a:6:{s:8:"property";s:20:"disableTabInTextarea";s:8:"datatype";s:7:"boolean";s:11:"description";s:213:"If you are using IE or Mozilla, TYPO3 will load a little JavaScript file that makes it possible to use the &lt;tab&gt; key in textareas. If you don&#039;t like the feature for some reason, you can disable it here.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}}}', '');INSERT INTO static_tsconfig_help VALUES ('9', '', '71860c77c6745379b0d44304d66b6a13', '', 'page', 'a:1:{s:4:"rows";a:7:{i:0;a:6:{s:8:"property";s:3:"mod";s:8:"datatype";s:8:"-&gt;MOD";s:11:"description";s:157:"Options for the backend modules.<br>&nbsp;<i><br>Notice that these options are merged with settings from User TSconfig (TLO: mod) which takes precedence.</i>";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:1;a:6:{s:8:"property";s:3:"RTE";s:8:"datatype";s:8:"-&gt;RTE";s:11:"description";s:96:"This defines configuration for the Rich Text Editor.<br>&nbsp;<br>Please refer to the  document.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:2;a:6:{s:8:"property";s:7:"TCEMAIN";s:8:"datatype";s:12:"-&gt;TCEMAIN";s:11:"description";s:49:"Configuration for the TYPO3 Core Engine (TCEmain)";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:3;a:6:{s:8:"property";s:7:"TCEFORM";s:8:"datatype";s:12:"-&gt;TCEFORM";s:11:"description";s:82:"Extra configuration for the form fields rendered by the TCEforms-class in general.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:4;a:6:{s:8:"property";s:4:"TSFE";s:8:"datatype";s:9:"-&gt;TSFE";s:11:"description";s:38:"Options for the TSFE front end object.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:5;a:6:{s:8:"property";s:4:"user";s:8:"datatype";s:6:"&nbsp;";s:11:"description";s:87:"This is for custom purposes. <br>Deprecated, use &quot;tx_*&quot; below from extensions";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:6;a:6:{s:8:"property";s:37:"tx_[extension key with no underscore]";s:8:"datatype";s:6:"&nbsp;";s:11:"description";s:38:"This is reserved space for extensions.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}}}', '');INSERT INTO static_tsconfig_help VALUES ('10', '', '7868483dcb3f552ecc4d86326398cc9e', '', 'page:mod; beuser:mod', 'a:1:{s:4:"rows";a:6:{i:0;a:6:{s:8:"property";s:24:"web_layout.menu.function";s:8:"datatype";s:6:"&nbsp;";s:11:"description";s:879:"<b>Web &gt; Page module</b><br>&nbsp;<br>&nbsp;<br>&nbsp;<b><br>Option tags:</b><br>&nbsp;<br>&lt;select name<b>=&quot;</b>SET[function]<b>&quot;</b>&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value<b>=&quot;</b>1<b>&quot;</b>&gt;Columns&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value<b>=&quot;</b>0<b>&quot;</b>&gt;QuickEdit&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value<b>=&quot;</b>2<b>&quot;</b>&gt;Languages&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value<b>=&quot;</b>3<b>&quot;</b>&gt;Page information&lt;/option&gt;<br>&lt;/select&gt;<b><br>Example:</b><br>&nbsp;<br>&nbsp;&nbsp;&nbsp;<i># Disables all items except the &quot;QuickEdit&quot; item:</i><br>&nbsp;mod.web_layout.menu.function <b>{</b><br>&nbsp;&nbsp;&nbsp;1 <b>=</b> 0<br>&nbsp;&nbsp;&nbsp;2 <b>=</b> 0<br>&nbsp;&nbsp;&nbsp;3 <b>=</b> 0<b><br>}</b>";s:7:"default";N;s:12:"column_count";i:3;s:16:"is_propertyTable";i:1;}i:1;a:6:{s:8:"property";s:22:"web_info.menu.function";s:8:"datatype";s:6:"&nbsp;";s:11:"description";s:1023:"<b>Web &gt; Info module</b><br>&nbsp;<br>&nbsp;<b><br>Option tags:</b><br>&nbsp;<br>&lt;select name<b>=&quot;</b>SET[function]<b>&quot;</b>&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value<b>=&quot;</b>tx_cms_webinfo_page<b>&quot;</b>&gt;Pagetree overview&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value<b>=&quot;</b>tx_belog_webinfo<b>&quot;</b>&gt;Log&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value<b>=&quot;</b>tx_infopagetsconfig_webinfo<b>&quot;</b>&gt;Page TSconfig&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value<b>=&quot;</b>tx_cms_webinfo_hits<b>&quot;</b>&gt;Hit Statistics&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value<b>=&quot;</b>tx_indexedsearch_modfunc1<b>&quot;</b>&gt;Indexed search&lt;/option&gt;<br>&lt;/select&gt;<b><br>Example:</b><br>&nbsp;<br>&nbsp;&nbsp;&nbsp;<i># Disables the item &quot;Hit Statistics&quot;:</i><br>&nbsp;mod.web_info.menu.function <b>{</b><br>&nbsp;&nbsp;&nbsp;tx_cms_webinfo_hits <b>=</b> 0<b><br>}</b>";s:7:"default";N;s:12:"column_count";i:3;s:16:"is_propertyTable";i:1;}i:2;a:6:{s:8:"property";s:22:"web_func.menu.function";s:8:"datatype";s:6:"&nbsp;";s:11:"description";s:292:"<b>Web &gt; Functions module</b><br>&nbsp;<br>&nbsp;<b><br>Option tags:</b><br>&nbsp;<br>&lt;select name<b>=&quot;</b>SET[function]<b>&quot;</b>&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value<b>=&quot;</b>tx_funcwizards_webfunc<b>&quot;</b>&gt;Wizards&lt;/option&gt;<br>&lt;/select&gt;";s:7:"default";N;s:12:"column_count";i:3;s:16:"is_propertyTable";i:1;}i:3;a:6:{s:8:"property";s:17:"web_func.menu.wiz";s:8:"datatype";s:6:"&nbsp;";s:11:"description";s:862:"<b>Web &gt; Functions module, Wizards sub module</b><br>This is the 2nd-level Function Menu in the Web &gt; Functions module. Instead of the &quot;function&quot; key of the main menu it just uses the key &quot;wiz&quot; instead.<br>&nbsp;<br>&nbsp;<b><br>Option tags:</b><br>&nbsp;<br>&lt;select name<b>=&quot;</b>SET[wiz]<b>&quot;</b>&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value<b>=&quot;</b>tx_wizardcrpages_webfunc_2<b>&quot;</b>&gt;Create multiple pages&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value<b>=&quot;</b>tx_wizardsortpages_webfunc_2<b>&quot;</b>&gt;Sort pages&lt;/option&gt;<br>&lt;/select&gt;<b><br>Example:</b><br>&nbsp;<br>&nbsp;&nbsp;&nbsp;<i># Disables the sub-item &quot;Create multiple pages&quot;:</i><br>&nbsp;mod.web_func.menu.wiz <b>{</b><br>&nbsp;&nbsp;&nbsp;tx_wizardcrpages_webfunc_2 <b>=</b> 0<b><br>}</b>";s:7:"default";N;s:12:"column_count";i:3;s:16:"is_propertyTable";i:1;}i:4;a:6:{s:8:"property";s:20:"web_ts.menu.function";s:8:"datatype";s:6:"&nbsp;";s:11:"description";s:843:"<b>Web &gt; Template module</b><br>&nbsp;<br>&nbsp;<br>&nbsp;<b><br>Option tags:</b><br>&nbsp;<br>&lt;select name<b>=&quot;</b>SET[function]<b>&quot;</b>&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value<b>=&quot;</b>tx_tstemplateceditor<b>&quot;</b>&gt;Constant Editor&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value<b>=&quot;</b>tx_tstemplateinfo<b>&quot;</b>&gt;Info/Modify&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value<b>=&quot;</b>tx_tstemplateobjbrowser<b>&quot;</b>&gt;TypoScript Object Browser&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value<b>=&quot;</b>tx_tstemplateanalyzer<b>&quot;</b>&gt;Template Analyzer&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option value<b>=&quot;</b>tx_tstemplatestyler_modfunc1<b>&quot;</b>&gt;CSS Styler&lt;/option&gt;<br>&lt;/select&gt;";s:7:"default";N;s:12:"column_count";i:3;s:16:"is_propertyTable";i:1;}i:5;a:6:{s:8:"property";s:23:"user_task.menu.function";s:8:"datatype";s:6:"&nbsp;";s:11:"description";s:1146:"<b>User &gt; Task Center</b><br>This is slightly different because the Task Center does not provide a selector box function menu. But behind the scene it uses the same functionality of saving &quot;states&quot; and therefore you can also blind items in the Task Center.<br>There is one tricky thing thought: The Task Center is not depending on a page in the page tree! So you either have to set default Page TSconfig or User TSconfig to blind options here!<br>&nbsp;<br>&nbsp;<br>&nbsp;<b><br>Keys are:</b><br>&nbsp;<br>tx_sysnotepad = Quick Notetx_taskcenterrecent = Recent Pagestx_taskcenterrootlist = Web&gt;List module / roottx_taskcentermodules = Pluginstx_sysaction = Actionstx_systodos = Tasks<br>&nbsp;<b><br>Example:</b><br>Set this as <i>User TSconfig</i>:<br>&nbsp;<br>&nbsp;&nbsp;&nbsp;<i># Task Center configuration:</i><br>&nbsp;mod.user_task.menu.function <b>{</b><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i># Disable &quot;Recent Pages&quot; display:</i><br>&nbsp;&nbsp;&nbsp;tx_taskcenterrecent <b>=</b> 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i># Disable &quot;Action&quot; list</i><br>&nbsp;&nbsp;&nbsp;tx_sysaction <b>=</b> 0<b><br>}</b>";s:7:"default";N;s:12:"column_count";i:3;s:16:"is_propertyTable";i:1;}}}', '');INSERT INTO static_tsconfig_help VALUES ('11', '', 'ef29a11397049df8d64b160558d05e89', '', 'page:mod.SHARED; beuser:mod.SHARED', 'a:1:{s:4:"rows";a:3:{i:0;a:6:{s:8:"property";s:11:"colPos_list";s:8:"datatype";s:51:"(list of integers, blank = don&#039;t do anything.)";s:11:"description";s:841:"This option lets you specify which columns of tt_content elements should be displayed in the &#039;Columns&#039; view of the modules, in particular Web&gt;Page. <br>By default there are four columns, Left, Normal, Right, Border. However most websites use only the Normal column, maybe another also. In that case the remaining columns are not needed. By this option you can specify exactly which of the columns you want to display.<br>Each column has a number which ultimately comes from the configuration of the table tt_content, field &#039;colPos&#039; found in the tables.php file. This is the values of the four default columns:<br>Left: 1<br>Normal: 0<br>Right: 2<br>&nbsp;Border: 3<br>&nbsp;<b><br>Example:</b><br>This results in only the Normal and Border column being displayed:<br>&nbsp;<br>&nbsp;mod.SHARED.colPos_list <b>=</b> 0,3";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:1;a:6:{s:8:"property";s:20:"defaultLanguageLabel";s:8:"datatype";s:6:"string";s:11:"description";s:166:"Alternative label for &quot;Default&quot; when language labels are shown in the interface.<br>&nbsp;<br>Used on Web&gt;List, Web&gt;Page and TemplaVoilas page module.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:2;a:6:{s:8:"property";s:19:"defaultLanguageFlag";s:8:"datatype";s:6:"string";s:11:"description";s:117:"Flag icon filename from gfx/flags/ for default language<br>&nbsp;<br>User in Web&gt;List and TemplaVoila page module.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}}}', '');INSERT INTO static_tsconfig_help VALUES ('12', '', '4bce98e2b4a7c289073897b4dbc86601', '', 'page:mod.web_layout; beuser:mod.web_layout', 'a:1:{s:4:"rows";a:12:{i:0;a:6:{s:8:"property";s:22:"tt_content.colPos_list";s:8:"datatype";s:51:"(list of integers, blank = don&#039;t do anything.)";s:11:"description";s:288:"See mod.SHARED.colPos_list for details.<br>If non-blank, this list will override the one set by mod.SHARED.colPos_list.<br>&nbsp;<b><br>Example:</b><br>This results in only the Normal and Border column being displayed:<br>&nbsp;<br>&nbsp;mod.web_layout.tt_content.colPos_list <b>=</b> 0,3";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:1;a:6:{s:8:"property";s:21:"tt_content.fieldOrder";s:8:"datatype";s:41:"list of field names from tt_content table";s:11:"description";s:646:"This allows you to specify (and thereby overrule) the preferred order of the fieldnames of the &quot;Quick Edit&quot; editing forms of the tt_content table (Content Elements). Just specify the list of fields, separated by comma. Then these fields will be listed first and all remaining fields thereafter in their original order.<br>&nbsp;<b><br>Example:</b><br>This results in the &#039;Text&#039; field and thereafter &#039;Header&#039; field being display as the very first fields instead of the &#039;Type&#039; field. <br>&nbsp;<br>&nbsp;mod.web_layout.tt_content <b>{</b><br>&nbsp;&nbsp;&nbsp;fieldOrder <b>=</b> bodytext, header<b><br>}</b>";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:2;a:6:{s:8:"property";s:17:"editFieldsAtATime";s:8:"datatype";s:4:"int+";s:11:"description";s:305:"Specifies the number of subsequent content elements to load in the editform when clicking the editicon of a content element in the &#039;Columns&#039; view of the module. <br>&nbsp;<b><br>Example:</b><br>&nbsp;<br>&nbsp;mod.web_layout <b>{</b><br>&nbsp;&nbsp;&nbsp;editFieldsAtATime <b>=</b> 2<b><br>}</b>";s:7:"default";s:1:"1";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:3;a:6:{s:8:"property";s:19:"noCreateRecordsLink";s:8:"datatype";s:7:"boolean";s:11:"description";s:85:"If set, the link in the bottom of the page, &quot;Create new record&quot;, is hidden.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:4;a:6:{s:8:"property";s:11:"QEisDefault";s:8:"datatype";s:7:"boolean";s:11:"description";s:108:"If set, then the QuickEditor is the first element in the Function Menu in the top of the menu in Web&gt;Page";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:5;a:6:{s:8:"property";s:16:"disableSearchBox";s:8:"datatype";s:7:"boolean";s:11:"description";s:40:"Disables the search box in Columns view.";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:6;a:6:{s:8:"property";s:17:"disableBigButtons";s:8:"datatype";s:7:"boolean";s:11:"description";s:141:"Disables the large buttons in top of the Columns view.<br>&nbsp;<br>These are the buttons that are hidden by this option:<br>&nbsp;<br>&nbsp;";s:7:"default";s:6:"&nbsp;";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -