aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/demo_plugin/custom_demo.css
Commit message (Collapse)AuthorAgeFilesLines
* Improve theme dependent plugin placeholders:ArthurHoaro2016-12-011-4/+0
| | | | | | | | | - buttons_toolbar: now expect links represented by an array instead of HTML content - fields_toolbar: now expect a form represented by an array instead of HTML content - action_plugin: now expect links represented by an array instead of HTML content Default templates updated accordingly mprove theme dependent plugin placeholders:
* Adding a new placeholder in render_footer hook.ArthurHoaro2015-12-081-0/+6
| | | | Allow free elements at the end of the page.
* cleanup: remove the executable bit from source scriptsVirtualTam2015-11-111-0/+0
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* PLUGIN demo_pluginArthurHoaro2015-11-081-0/+7
This plugin try to cover Shaarli's plugin API entirely. Can be used by plugin developper to make their own.