mirror of
https://github.com/cosmocode/dokuwiki-plugin-struct.git
synced 2025-08-13 13:37:20 +00:00
Add indexing support
Using the index keyword, lists can now have an alphabetical Index at the top level.
This commit is contained in:
@ -19,7 +19,7 @@ class syntax_plugin_struct_table extends DokuWiki_Syntax_Plugin
|
||||
protected $tableclass = AggregationTable::class;
|
||||
|
||||
/** @var string Config options that are not allowed for this syntax mode */
|
||||
protected $illegalOptions = ['nesting'];
|
||||
protected $illegalOptions = ['nesting', 'index'];
|
||||
|
||||
/**
|
||||
* @return string Syntax mode type
|
||||
|
Reference in New Issue
Block a user