added: forestry support

This commit is contained in:
ronopixels
2020-05-05 00:44:48 +06:00
parent f8d6727f6b
commit 309ab1e4be
7 changed files with 192 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
---
label: Blog Post
hide_body: false
fields:
- type: text
name: title
label: title
- type: datetime
name: date
label: date
- type: file
name: image
label: image
- type: file
name: feature_image
label: feature_image
- type: text
name: author
label: author
pages:
- content/blog/Design-inspiration:-the-best-projects-from-December.md
- content/blog/Design-inspiration:-the-best-projects-from-November.md
- content/blog/Pt-chooses-Classic-Blue-for-its-colour-of-the-year-2020.md
- content/blog/The-10-biggest-rebrands-and-logo-designs-of-2019.md
- content/blog/the-10-biggest-product-stories-of-2019.md

View File

@@ -0,0 +1,15 @@
---
label: Clients
hide_body: true
fields:
- type: boolean
name: enable
label: enable
- type: text
name: title
label: title
- type: image_gallery
name: client_logos
label: client_logos
pages:
- data/clients.yml

View File

@@ -0,0 +1,25 @@
---
label: Portfolio
hide_body: false
fields:
- type: text
name: title
label: title
- type: datetime
name: date
label: date
- type: text
name: type
label: type
- type: file
name: image
label: image
- type: list
name: category
label: category
- type: image_gallery
name: project_images
label: project_images
pages:
- content/portfolio/seamless-watch.md
- content/portfolio/use-less-brand.md

View File

@@ -0,0 +1,34 @@
---
label: Team
hide_body: true
fields:
- type: boolean
name: enable
label: enable
- type: text
name: title
label: title
- type: field_group_list
name: members
label: members
fields:
- type: file
name: image
label: image
- type: text
name: name
label: name
- type: text
name: designation
label: designation
- type: text
name: medium
label: medium
- type: text
name: linkedIn
label: linkedIn
- type: text
name: instagram
label: instagram
pages:
- data/team.yml

View File

@@ -0,0 +1,31 @@
---
label: Testimonial
hide_body: true
fields:
- type: boolean
name: enable
label: enable
- type: text
name: title
label: title
- type: text
name: subtitle
label: subtitle
- type: field_group_list
name: testimonial_item
label: testimonial_item
fields:
- type: file
name: thumb
label: thumb
- type: text
name: name
label: name
- type: text
name: company_position
label: company_position
- type: textarea
name: quote
label: quote
pages:
- data/testimonial.yml