diff options
author | joak <joak@nospace.at> | 2020-08-17 11:55:24 +0200 |
---|---|---|
committer | joak <joak@nospace.at> | 2020-08-17 11:55:24 +0200 |
commit | f60e9ccd5b046101903a79bf6afa0cf87fdd956c (patch) | |
tree | db29d0f55a1bc3347b63341551fa05308554101d /flowblocks/gallery.ini |
init
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 + |