mirror of
https://github.com/cosmocode/dokuwiki-plugin-struct.git
synced 2025-07-29 11:59:24 +00:00
introduced new abstract type to streamline multiedit fields
This commit is contained in:
@ -8,7 +8,7 @@ namespace plugin\struct\types;
|
||||
*
|
||||
* @package plugin\struct\types
|
||||
*/
|
||||
class Page extends Text {
|
||||
class Page extends AbstractMultiBaseType {
|
||||
|
||||
/**
|
||||
* Output the stored data
|
||||
|
Reference in New Issue
Block a user