first row

This commit is contained in:
2025-10-02 17:27:06 +00:00
parent 9409de9103
commit eefa562cb1
29 changed files with 779 additions and 739 deletions

View File

@@ -152,16 +152,6 @@ permissions:
put: true
delete: true
hooks:
post:
return:
type: javascript
file: hooks/clear_cache.js
put:
return:
type: javascript
file: hooks/clear_cache.js
projections:
navigation:
select:

View File

@@ -454,7 +454,6 @@ subFields:
########################### Blöcke ############################
###############################################################
- !include ./contentBlocks/columns.yml
- !include ./contentBlocks/form.yml
- !include ./contentBlocks/predefined.yml
- !include ./contentBlocks/productSlider.yml
- !include ./contentBlocks/MainHomepage.yml

View File

@@ -1,7 +0,0 @@
name: form
type: object
meta:
widget: containerLessObject
dependsOn:
eval: $parent.type == 'form'
subFields: !include ../../fieldLists/formular/form.yml

View File

@@ -1,7 +0,0 @@
type: object
name: formular
meta:
label:
de: Formular
en: Form
widget: jsonField

View File

@@ -1,38 +0,0 @@
name: form
uploadPath: ../media/forms
meta:
label: Formular
muiIcon: web
backup:
active: true
collectionName: backups
views:
- type: table
columns:
- source: formular
permissions:
public:
methods:
get: true
post: true
put: false
delete: false
user:
methods:
get: true
post: true
put: true
delete: true
hooks:
post:
create:
type: javascript
file: hooks/forms/post_create.js
return:
type: javascript
file: hooks/forms/post_return.js
fields:
- !include fields/form.yml

View File

@@ -120,20 +120,6 @@ x-externalUrl: &externalUrl
de: Geben Sie hier die URL ein, zu der der Link führen soll.
en: Enter the URL to which the link should lead.
hooks:
post:
return:
type: javascript
file: hooks/clear_cache.js
put:
return:
type: javascript
file: hooks/clear_cache.js
delete:
return:
type: javascript
file: hooks/clear_cache.js
fields:
- name: tree
type: number

View File

@@ -1,4 +1,4 @@
namespace: kontextwerk
namespace: kontextwerk
meta:
openapi:
@@ -17,7 +17,7 @@ meta:
label:
de: Seiten
en: Pages
collections:
- !include collections/contact.yml
- !include collections/banner.yml
@@ -25,7 +25,6 @@ collections:
- !include collections/medialib.yml
- !include collections/navigation.yml
- !include collections/tag.yml
- !include collections/webhook.yml
- !include collections/action.yml
- !include collections/module.yml
- !include collections/ssr.yml