removes HTML block

This commit is contained in:
buttle 2021-05-17 16:27:37 +02:00
parent 1ef93c2884
commit ed7118bb96
3 changed files with 3 additions and 2 deletions

View File

@ -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',
],
],

View File

@ -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"

View File

@ -15,7 +15,7 @@ class ArchiveSiteMetaBlockForm extends Form
'name' => 'o:block[__blockIndex__][o:data][currator]',
'type' => Element\Text::class,
'options' => [
'label' => "Currator",
'label' => "Artist",
],
]);