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/collaborator.ini |
init
Diffstat (limited to 'flowblocks/collaborator.ini')
-rw-r--r-- | flowblocks/collaborator.ini | 14 |
1 files changed, 14 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 + |