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): ?> -->> +-->> +-->>