mirror of
https://github.com/cosmocode/dokuwiki-plugin-struct.git
synced 2025-08-13 13:37:20 +00:00
refactoring names
To avoid confusion with the Lookup type, the three different ways of accessing a schema have now the following names: * page data - for revisioned struct data attached to a page * serial data - for an unrevisioned list of struct data attached to a page * global data - for an unrevisioned list of struct data not attached to any page (formaly known as lookup schema) The editor mechanism used for serial and global data is now called AggregationEditor Some reference to lookup schemas is still in the bureaucracy support part.
This commit is contained in:
@ -8,7 +8,7 @@ jQuery(function() {
|
||||
function init() {
|
||||
EntryEditor(jQuery('#dw__editform, form.bureaucracy__plugin'));
|
||||
SchemaEditor();
|
||||
jQuery('div.structlookup table').each(LookupEditor);
|
||||
jQuery('div.structaggregationeditor table').each(AggregationEditor);
|
||||
InlineEditor(jQuery('div.structaggregation table'));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user