ewg118 / numishare

Numishare is an open source suite of applications for managing digital cultural heritage artifacts, with a particular focus on coins and medals.
Apache License 2.0
40 stars 19 forks source link

How to modify content on the index page? #139

Closed fgnm closed 1 year ago

fgnm commented 1 year ago

I was looking to how modify the content on the index page for each collection in numishare.. In appears to be a method: https://github.com/ewg118/numishare/blob/1e8a4e1ea2ddb6f4552539f8920730072d71a1a7/ui/xslt/pages/index.xsl#L114-L143

But there isn't any setting in collections admin, or at least I really can't see it.

ewg118 commented 1 year ago

There isn't a WYSIWYG editor for the content of the home page. You'd have to craft your own HTML and copy and paste it into the index element within the Numishare config.xml file within the eXist XML database.

fgnm commented 1 year ago

Aah okay, thanks it worked!