<= [[plugin:struct|Struct Plugin]] ====== Configuration ====== Each schema has some configuration that is described here: ^ Config ^ Format ^ Description ^ | label | array of strings | This array contains keys for all languages available in the wiki (as defined by the [[plugin:translation]] plugin). You can use this to set translated labels for the name of the schema. These are used when showing the data or displaying the data editor. It's recommended to use short, rarely changing field names and set speaking names through this mechanism. | | allowed editors | string | Comma separated list of users and @groups who may edit this schema's data (empty for all) \\ User who want to edit Page Schemas also need at least [[:acl|write]] permission for the associated page. Superuser can always edit Struct data.| Never ever change the config option internal to "True". This makes the schema internal & then it is not available for editing. In case accidentally it is set to internal use the DB Browser for Sqlite and open the struct.sqlite3 database & edit the schemas table and set internal to false. If option allowed editors is set to any group in dokuwiki the schema can not be accessed for filling data other than by admin.