<= [[..|Struct Plugin]] ====== Struct Plugin: Editing Global Data ====== Global data is not tied to any page. To create it you need to create an editor through a special syntax: ---- struct global ---- schema: someschema ---- This creates a table of all global data currently stored in the schema. Existing data can be edited through [[..:inlineedit|Inline Editing]] or deleted through the trash can button. New data rows can be added through the form below the table. {{ :plugin:struct:lookup.png }} The ''struct global'' syntax accepts most of the [[..:aggregation|Aggregation syntax]] (summarize/row numbers is disabled for global data). However you can only specify the one schema you want to edit. All of this can still be done in normal aggregations of course (without the add and delete feature then). **Note:** Also see the section [[..:schemaedit#schema_usage|Schema Usage]] for general informations on struct data.