omeka / plugin-SimplePages

Creates individual web pages for an Omeka site using a simple web form. It requires no programming knowledge, but allows users to add HTML markup, PHP code, or to embedding videos and other multimedia objects
http://omeka.org/codex/Plugins/SimplePages
7 stars 12 forks source link

not able to add image in this plugin #43

Open anand21093 opened 1 year ago

anand21093 commented 1 year ago

I am trying to add image in simple page text area by clicking insert add image and adding the source link from the database of resolution 456*256

1

but after saving it automatically disappears

2

. Am i doing something wrong.???

zerocrates commented 1 year ago

In Settings -> Security for the Omeka site, there are lists of what tags and attributes are allowed in HTML. If you're not allowing img, (and also at least the attribute img.src in the attributes setting) then images you put into a page like that will get stripped out like you're seeing.