Skip to content

Commit

Permalink
Update tableset.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr-w authored Jan 14, 2024
1 parent 6e95361 commit 6b12c6e
Showing 1 changed file with 102 additions and 102 deletions.
204 changes: 102 additions & 102 deletions install/tableset.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,106 @@
{
"rex_neues_author": {
"table": {
"status": 1,
"table_name": "rex_neues_author",
"name": "translate:neues_author_table",
"description": "",
"list_amount": 50,
"list_sortfield": "id",
"list_sortorder": "ASC",
"search": 1,
"hidden": 1,
"export": 1,
"import": 1,
"mass_deletion": 0,
"mass_edit": 0,
"schema_overwrite": 1,
"history": 0,
"createdate": "0000-00-00 00:00:00",
"updatedate": "0000-00-00 00:00:00",
"createuser": "",
"updateuser": ""
},
"fields": [
{
"table_name": "rex_neues_author",
"prio": 1,
"type_id": "value",
"type_name": "text",
"db_type": "varchar(191)",
"list_hidden": 0,
"search": 1,
"name": "name",
"label": "translate:neues_author_name",
"not_required": "",
"default": "",
"no_db": "0",
"attributes": "",
"notice": "",
"append": "",
"prepend": ""
},
{
"table_name": "rex_neues_author",
"prio": 2,
"type_id": "value",
"type_name": "text",
"db_type": "varchar(191)",
"list_hidden": 0,
"search": 1,
"name": "nickname",
"label": "translate:neues_author_nickname",
"not_required": "",
"default": "",
"no_db": "0",
"attributes": "",
"notice": "",
"append": "",
"prepend": ""
},
{
"table_name": "rex_neues_author",
"prio": 3,
"type_id": "value",
"type_name": "textarea",
"db_type": "text",
"list_hidden": 1,
"search": 0,
"name": "text",
"label": "translate:neues_author_text",
"not_required": "",
"default": "",
"no_db": "0",
"attributes": "",
"notice": ""
},
{
"table_name": "rex_neues_author",
"prio": 4,
"type_id": "value",
"type_name": "choice",
"db_type": "text",
"list_hidden": 0,
"search": 1,
"name": "be_user_id",
"label": "translate:neues_author_be_user_id",
"not_required": "",
"multiple": "0",
"expanded": "0",
"choices": "select id as value, login as label from rex_user",
"choice_attributes": "",
"default": "",
"no_db": "0",
"attributes": "",
"notice": "",
"preferred_choices": "",
"group_by": "",
"placeholder": "Bitte wählen",
"group_attributes": "",
"choice_label": ""
}
]
},
"rex_neues_category": {
"table": {
"status": 1,
Expand Down Expand Up @@ -681,108 +783,6 @@
}
]
},
"rex_neues_author": {
"table": {
"status": 1,
"table_name": "rex_neues_author",
"name": "translate:neues_author_table",
"description": "",
"list_amount": 50,
"list_sortfield": "id",
"list_sortorder": "ASC",
"search": 1,
"hidden": 1,
"export": 1,
"import": 1,
"mass_deletion": 0,
"mass_edit": 0,
"schema_overwrite": 1,
"history": 0,
"createdate": "0000-00-00 00:00:00",
"updatedate": "0000-00-00 00:00:00",
"createuser": "",
"updateuser": ""
},
"fields": [
{
"table_name": "rex_neues_author",
"prio": 1,
"type_id": "value",
"type_name": "text",
"db_type": "varchar(191)",
"list_hidden": 0,
"search": 1,
"name": "name",
"label": "translate:neues_author_name",
"not_required": "",
"default": "",
"no_db": "0",
"attributes": "",
"notice": "",
"append": "",
"prepend": ""
},
{
"table_name": "rex_neues_author",
"prio": 2,
"type_id": "value",
"type_name": "text",
"db_type": "varchar(191)",
"list_hidden": 0,
"search": 1,
"name": "nickname",
"label": "translate:neues_author_nickname",
"not_required": "",
"default": "",
"no_db": "0",
"attributes": "",
"notice": "",
"append": "",
"prepend": ""
},
{
"table_name": "rex_neues_author",
"prio": 3,
"type_id": "value",
"type_name": "textarea",
"db_type": "text",
"list_hidden": 1,
"search": 0,
"name": "text",
"label": "translate:neues_author_text",
"not_required": "",
"default": "",
"no_db": "0",
"attributes": "",
"notice": ""
},
{
"table_name": "rex_neues_author",
"prio": 4,
"type_id": "value",
"type_name": "choice",
"db_type": "text",
"list_hidden": 0,
"search": 1,
"name": "be_user_id",
"label": "translate:neues_author_be_user_id",
"not_required": "",
"multiple": "0",
"expanded": "0",
"choices": "select id as value, login as label from rex_user",
"choice_attributes": "",
"default": "",
"no_db": "0",
"attributes": "",
"notice": "",
"preferred_choices": "",
"group_by": "",
"placeholder": "Bitte wählen",
"group_attributes": "",
"choice_label": ""
}
]
},
"rex_neues_entry_category_rel": {
"table": {
"status": 1,
Expand Down

0 comments on commit 6b12c6e

Please sign in to comment.