summaryrefslogtreecommitdiff
path: root/lib/plugins/imagebox
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2016-03-23 21:11:31 +0100
committerCtibor Brančík <ctibor@brancik.cz>2016-03-23 21:11:31 +0100
commite32a0eee0b452399b85acdf3a185aabfe72b5785 (patch)
tree3bd011fca2cee1e1aed5d8fcdcb1ff1776d45a1a /lib/plugins/imagebox
parent68656728cf13ee1317e9082ae3705ca7bb7a1392 (diff)
downloadrpg-e32a0eee0b452399b85acdf3a185aabfe72b5785.tar.gz
rpg-e32a0eee0b452399b85acdf3a185aabfe72b5785.tar.bz2
Add synced settings for various plugins.rpg
Diffstat (limited to 'lib/plugins/imagebox')
-rw-r--r--lib/plugins/imagebox/default.php4
-rw-r--r--lib/plugins/imagebox/metadata.php4
2 files changed, 8 insertions, 0 deletions
diff --git a/lib/plugins/imagebox/default.php b/lib/plugins/imagebox/default.php
new file mode 100644
index 000000000..9d8a2655c
--- /dev/null
+++ b/lib/plugins/imagebox/default.php
@@ -0,0 +1,4 @@
+<?php
+$conf['display_magnify'] = 'If necessary'; // Afficher magnify-clip.png, ou pas
+$conf['default_caption_style'] = 'Normal'; // Style de la legende par defaut
+$conf['center_align'] = 1; // Authoriser le centrage \ No newline at end of file
diff --git a/lib/plugins/imagebox/metadata.php b/lib/plugins/imagebox/metadata.php
new file mode 100644
index 000000000..1bcf34fe6
--- /dev/null
+++ b/lib/plugins/imagebox/metadata.php
@@ -0,0 +1,4 @@
+<?php
+$meta['display_magnify'] = array('multichoice','_choices' => array('If necessary','Always','Never'));
+$meta['center_align'] = array('onoff');
+$meta['default_caption_style'] = array('multichoice','_choices' => array('Normal','Italic','Bold')); \ No newline at end of file