Description
The Templates Administration plugin allows you to add modify the templates for your blog. This allows you to change the look and feel of your blog dynamically.
Installation and Setup
In your global /WEB-INF/plugin.properties file, add the following line:
edit-blog-templates=org.blojsom.plugin.admin.EditBlogTemplatesPlugin
There is also an initialization parameter, accepted-template-extensions, you can add to /WEB-INF/web.xml that controls what template extensions people are allowed to use when adding new templates.
<init-param>
<param-name>accepted-template-extensions</param-name>
<param-value></param-value
</init-param>
If left blank or not provided, the default value for this parameter is vm.
Required Permissions
A user must have the following permissions in order to use this plugin.
edit_blog_templates
Usage
After logging into the administration console, you may click on the link to "Edit Blog Templates" and you will be able modify your blog templates.