Add blueprints: pages/client, pages/clients, pages/projects, pages/project, sections/projects, files/image, files/pdf, users/admin, users/client, users/project-manager
This commit is contained in:
parent
a7a2143385
commit
d49daf9c97
11 changed files with 202 additions and 0 deletions
15
public/site/blueprints/files/image.yml
Normal file
15
public/site/blueprints/files/image.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
title: Image
|
||||
|
||||
accept:
|
||||
mime: image/*
|
||||
type: image
|
||||
focus: false
|
||||
|
||||
fields:
|
||||
description:
|
||||
type: textarea
|
||||
buttons: false
|
||||
size: small
|
||||
width: 1/2
|
||||
# tags:
|
||||
# type: tags
|
||||
5
public/site/blueprints/files/pdf.yml
Normal file
5
public/site/blueprints/files/pdf.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
title: PDF
|
||||
|
||||
accept:
|
||||
mime: application/pdf
|
||||
focus: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue