From f60e9ccd5b046101903a79bf6afa0cf87fdd956c Mon Sep 17 00:00:00 2001 From: joak Date: Mon, 17 Aug 2020 11:55:24 +0200 Subject: init --- flowblocks/collaborator.ini | 14 ++++++++++++++ flowblocks/content.ini | 7 +++++++ flowblocks/gallery.ini | 13 +++++++++++++ flowblocks/galleryvideo.ini | 11 +++++++++++ flowblocks/html.ini | 7 +++++++ flowblocks/picture.ini | 11 +++++++++++ flowblocks/video.ini | 11 +++++++++++ 7 files changed, 74 insertions(+) create mode 100644 flowblocks/collaborator.ini create mode 100644 flowblocks/content.ini create mode 100644 flowblocks/gallery.ini create mode 100644 flowblocks/galleryvideo.ini create mode 100644 flowblocks/html.ini create mode 100644 flowblocks/picture.ini create mode 100644 flowblocks/video.ini (limited to 'flowblocks') 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 -- cgit v1.2.3