You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when you import a zip file for a non-Plone theme, several steps need to be done manually. That is even in the best-case scenario where a theme is actually quite well-behaved right off the shelf, e.g. startbootstrap.
Two things would be very easy and risk-free to implement:
If a manifest.cfg file is not present in the zip file, create it automatically.
Automatically parse the src and href attributes in the index.html file to fix the paths to any images, and other resources.
I am hoping to implement this today at the ploneconf sprint.
Currently, when you import a zip file for a non-Plone theme, several steps need to be done manually. That is even in the best-case scenario where a theme is actually quite well-behaved right off the shelf, e.g. startbootstrap.
Two things would be very easy and risk-free to implement:
src
andhref
attributes in the index.html file to fix the paths to any images, and other resources.I am hoping to implement this today at the ploneconf sprint.
@pigeonflight @jean @ebrehault @datakurre
The text was updated successfully, but these errors were encountered: