diff options
Diffstat (limited to 'flowblocks')
-rw-r--r-- | flowblocks/collaborator.ini | 14 | ||||
-rw-r--r-- | flowblocks/content.ini | 7 | ||||
-rw-r--r-- | flowblocks/gallery.ini | 13 | ||||
-rw-r--r-- | flowblocks/galleryvideo.ini | 11 | ||||
-rw-r--r-- | flowblocks/html.ini | 7 | ||||
-rw-r--r-- | flowblocks/picture.ini | 11 | ||||
-rw-r--r-- | flowblocks/video.ini | 11 |
7 files changed, 74 insertions, 0 deletions
diff --git a/flowblocks/collaborator.ini b/flowblocks/collaborator.ini new file mode 100644 index 0000000..f4c5201 --- /dev/null +++ b/flowblocks/collaborator.ini @@ -0,0 +1,14 @@ +[block] +name = collaborator +button_label = Collaborator + +[fields.collaborator] +label = Collaborator +type = string +width = 1/2 + +[fields.url] +label = Website +type = url +width = 1/2 + diff --git a/flowblocks/content.ini b/flowblocks/content.ini new file mode 100644 index 0000000..5ea8fdf --- /dev/null +++ b/flowblocks/content.ini @@ -0,0 +1,7 @@ +[block] +name = content +button_label = Content + +[fields.content] +label = Content +type = markdown 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 + diff --git a/flowblocks/galleryvideo.ini b/flowblocks/galleryvideo.ini new file mode 100644 index 0000000..1e4994e --- /dev/null +++ b/flowblocks/galleryvideo.ini @@ -0,0 +1,11 @@ +[block] +name = galleryvideo +button_label = Galleryvideo + +[fields.url] +label = url +type = text + +[fields.caption] +label = Caption +type = string diff --git a/flowblocks/html.ini b/flowblocks/html.ini new file mode 100644 index 0000000..1c2f7c8 --- /dev/null +++ b/flowblocks/html.ini @@ -0,0 +1,7 @@ +[block] +name = html +button_label = Html + +[fields.html] +label = Html +type = html diff --git a/flowblocks/picture.ini b/flowblocks/picture.ini new file mode 100644 index 0000000..21af70f --- /dev/null +++ b/flowblocks/picture.ini @@ -0,0 +1,11 @@ +[block] +name = Picture +button_label = Picture + +[fields.url] +label = url +type = text + +[fields.caption] +label = Caption +type = string diff --git a/flowblocks/video.ini b/flowblocks/video.ini new file mode 100644 index 0000000..efb4197 --- /dev/null +++ b/flowblocks/video.ini @@ -0,0 +1,11 @@ +[block] +name = Video +button_label = Video + +[fields.url] +label = url +type = text + +[fields.caption] +label = Caption +type = string |