diff options
Diffstat (limited to 'flowblocks/gallery.ini')
-rw-r--r-- | flowblocks/gallery.ini | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/flowblocks/gallery.ini b/flowblocks/gallery.ini new file mode 100644 index 0000000..cb07ab1 --- /dev/null +++ b/flowblocks/gallery.ini @@ -0,0 +1,13 @@ +[block] +name = Gallery +button_label = Gallery + +[fields.title] +label = Title +type = string + +[fields.gallery] +label = Gallery +type = flow +flow_blocks = picture, galleryvideo + |