From ed7118bb96ec05d1bbaaa5d5d965cc70ee15395c Mon Sep 17 00:00:00 2001 From: buttle Date: Mon, 17 May 2021 16:27:37 +0200 Subject: [PATCH] removes HTML block --- config/module.config.php | 1 + config/module.ini | 2 +- src/Form/ArchiveSiteMetaBlockForm.php | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/module.config.php b/config/module.config.php index 3c94432..78c3884 100644 --- a/config/module.config.php +++ b/config/module.config.php @@ -10,6 +10,7 @@ return [ //'layout/layout' => __DIR__ . '/../../../themes/archive/view/layout/layout.phtml', 'omeka/index/index' => __DIR__ . '/../../../themes/archive/view/omeka/site/index.phtml', 'omeka/search/results' => __DIR__ . '/../../../themes/archive/view/omeka/search/results.phtml', + 'omeka/site-admin/page/edit' => __DIR__ . '/../../../themes/archive/view/omeka/site-admin/page/edit.phtml', 'common/site-list-entry' => __DIR__ . '/../../../themes/archive/view/common/site-list-entry.phtml', ], ], diff --git a/config/module.ini b/config/module.ini index 97a7944..459e265 100644 --- a/config/module.ini +++ b/config/module.ini @@ -1,6 +1,6 @@ [info] name = "Archive site meta" -description = "Add some meta vaule to pages" +description = "arcHIVE theme helper. Adds some meta vaule to pages and maps routes" tags = "" license = "MIT" author = "Hangar.org" diff --git a/src/Form/ArchiveSiteMetaBlockForm.php b/src/Form/ArchiveSiteMetaBlockForm.php index 8c468b5..7e8a256 100644 --- a/src/Form/ArchiveSiteMetaBlockForm.php +++ b/src/Form/ArchiveSiteMetaBlockForm.php @@ -15,7 +15,7 @@ class ArchiveSiteMetaBlockForm extends Form 'name' => 'o:block[__blockIndex__][o:data][currator]', 'type' => Element\Text::class, 'options' => [ - 'label' => "Currator", + 'label' => "Artist", ], ]);