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 /models/work.ini |
init
Diffstat (limited to 'models/work.ini')
-rw-r--r-- | models/work.ini | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/models/work.ini b/models/work.ini new file mode 100644 index 0000000..5c71844 --- /dev/null +++ b/models/work.ini @@ -0,0 +1,80 @@ +[model] +name = Work +label = {{ this.title }} + +[fields.title] +label = Title +type = string + +[fields.thumbnail] +label = thumbnail +type = string + +[fields.tfwebsite] +label = Show website +type = boolean +default = false +width = 1/4 + +[fields.website] +label = Website +type = url +width = 3/4 + +[fields.tfrepo] +label = Show repository +type = boolean +default = false +width = 1/4 + +[fields.repo] +label = Repository +type = url +width = 3/4 + + +[fields.year_start] +label = Year Start +type = date +width = 1/3 + +[fields.year_end] +label = Year End +type = date +width = 1/3 + +[fields.ongoing] +label = Ongoing +type = boolean +default = false +width = 1/3 + +[fields.selected] +label = Selected +type = boolean +default = false +width = 1/3 + +[fields.format] +label = Format +type = string +width = 2/3 + +[fields.tfcollaborator] +label = Show collaborators +type = boolean +default = false +width = 1/4 + +[fields.collaborators] +label = Collaborators +type = flow +flow_blocks = collaborator +width = 3/4 + +[fields.content] +label = Body +type = flow +flow_blocks = gallery,content,video,html + + |