Commit

commit 34c026f6037a8a6cdcae6218be53243400c209e8
Author: Jan Dankert 
Date:   Wed Jun 1 01:05:34 2022 +0200

    New: Element types for "coordinates" and "data"

 modules/cms/action/PageelementAction.class.php     | 20 ++++-
 .../action/element/ElementAdvancedAction.class.php |  1 +
 modules/cms/action/page/PageAllAction.class.php    |  4 +
 .../pageelement/PageelementAllAction.class.php     |  3 +
 modules/cms/generator/ValueGenerator.class.php     | 89 ++++++++++++++--------
 modules/cms/model/Element.class.php                |  4 +-
 .../cms/ui/themes/default/html/views/page/all.php  | 11 +++
 .../themes/default/html/views/page/all.tpl.src.xml |  5 ++
 .../themes/default/html/views/pageelement/all.php  | 11 +++
 .../default/html/views/pageelement/all.tpl.src.xml |  5 ++
 .../default/html/views/pageelement/value.php       | 11 +++
 .../html/views/pageelement/value.tpl.src.xml       |  5 ++
 12 files changed, 134 insertions(+), 35 deletions(-)