Commit 218652e2 authored by santiago duque's avatar santiago duque

added my own plugins and blueprints for structure, also files bp's and tabs, etc

parent bff3fb72
...@@ -2,3 +2,9 @@ title: Default file ...@@ -2,3 +2,9 @@ title: Default file
accept: accept:
maxsize: 12000000 maxsize: 12000000
fields:
infotxt:
type: info
text: This file has no fields
...@@ -2,10 +2,11 @@ type: files ...@@ -2,10 +2,11 @@ type: files
label: false label: false
layout: list layout: list
template: default template: null
create: false create: false
when:
showNoTemplate: true
text: "{{ file.filename }}" text: "{{ file.filename }}"
empty: empty:
de: Diese Sektion sollte optimalerweise leer sein. de: Diese Sektion zeigt alle Dateien. Falls beim Uploaden ein Fehler aufgetretten ist können Sie hier schauen, ob die Datei vorhanden ist oder nicht.
en: This section should optimally be empty. en: This section shows all files. In case when uploading there was an error you can check here if the file was uploaded or not.
...@@ -22,6 +22,9 @@ sections: ...@@ -22,6 +22,9 @@ sections:
text: text:
de: Diese Sektion sollte optimalerweise leer sein. Nur Assets, die evtl. nicht richtig hochgeladen wurden, erscheinen hier. de: Diese Sektion sollte optimalerweise leer sein. Nur Assets, die evtl. nicht richtig hochgeladen wurden, erscheinen hier.
en: This section should optimally be empty. Only assets that were not correctly uploaded will appear here. en: This section should optimally be empty. Only assets that were not correctly uploaded will appear here.
showNoTemplate:
width: 1/3
type: toggle
no_template: no_template:
headline: '-' headline: '-'
extends: sections/files extends: sections/files
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment