dbXapp 2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
Loading...
Searching...
No Matches
config.dd.php
Go to the documentation of this file.
1<?php
2
3$field['name'] = 'dbxConfig_modul';
4$field['type'] = 'varchar';
5$field['length'] = '32';
6$field['default'] = 'secure';
7$field['label'] = 'Config-Schutz';
8$field['rules'] = '*';
9$field['tooltip'] = 'Interner Schalter fuer Modul-Config.';
10$field['tpl'] = 'text-label';
12
13$field['name'] = 'groups';
14$field['type'] = 'varchar';
15$field['length'] = '256';
16$field['default'] = '*,';
17$field['label'] = 'Zugriff';
18$field['rules'] = '*';
19$field['tooltip'] = 'Benutzergruppen mit Zugriff auf dbxContent.';
20$field['options'] = 'sql:dbxUser_groups|name|description|active = 1|name ASC|88';
21$field['tpl'] = 'select-multible-label';
22$fields[] = $field;
23
24$field['name'] = 'permalink_mode';
25$field['type'] = 'varchar';
26$field['length'] = '32';
27$field['default'] = 'content';
28$field['label'] = 'Permalink-Modus';
29$field['rules'] = '*';
30$field['tooltip'] = 'content = Permalink aus Seitentitel. cms = CMS-Steuerung.';
31$field['options'] = 'content=Content&cms=CMS';
32$field['tpl'] = 'select-single-label';
33$fields[] = $field;
34
35$field['name'] = 'root';
36$field['type'] = 'varchar';
37$field['length'] = '16';
38$field['default'] = '0';
39$field['label'] = 'Root-Ordner-ID';
40$field['rules'] = '*';
41$field['tooltip'] = 'Optionaler Startordner fuer Content (0 = Standard).';
42$field['tpl'] = 'text-label';
43$fields[] = $field;
$fields[]
Definition config.dd.php:16
$field
Definition config.dd.php:4