From cb964c52c456e5460a3e15ab820ffa3410d3d78f Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 17 May 2021 16:43:37 +0200 Subject: [PATCH] Update 'Upgrading Omeka core' --- Updating.md => Upgrading-Omeka-core.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) rename Updating.md => Upgrading-Omeka-core.md (53%) diff --git a/Updating.md b/Upgrading-Omeka-core.md similarity index 53% rename from Updating.md rename to Upgrading-Omeka-core.md index 6d314a6..3ba46e3 100644 --- a/Updating.md +++ b/Upgrading-Omeka-core.md @@ -1,13 +1,11 @@ Things to do after upgrading the Omeka core. -## Remove HTML block -Users can paste text into the Omeka HTML block. This is undesirable because html style and classes are included in the html. +## Remove unwanted blocks for page edit -We de not want unexpected formats. - -For this reason we have developed the Markdown text module. Markdown allows basic HTML formatting without extra unwanted text formatting. - -But we also want to remove the HTML block so users cannot include it in their pages. +Blocks are: +* **HTML**: Users can paste text into the Omeka HTML block. This is undesirable because html style and classes are included in the html. We de not want unexpected formats. For this reason we have developed the Markdown text module. Markdown allows basic HTML formatting without extra unwanted text formatting. But we also want to remove the HTML block so users cannot include it in their pages. +* tableOfContents +* searchingForm You need to copy the page template from the omeka core into the arcHIVE theme. @@ -22,6 +20,8 @@ Then edit the new file, adding the line `blockLayout()->getLayouts() as $layout): ?> -->> +-->> +-->>