neues theme: add blueprints.yaml

This commit is contained in:
teldra 2023-01-10 11:33:15 +01:00
parent e81c88ad08
commit 5ec80c5ec8

View File

@ -140,50 +140,118 @@ form:
1: No
validate:
type: bool
header.content.items.@taxonomy.type:
type: text
label: Taxonomy Type
default: event
header.content.items.@taxonomy.event_repeat:
type: text
label: Repeats On
placeholder: "[M,T,W,R,F,S,U]"
header.content.items.@taxonomy.event_freq:
type: text
label: Frequency
placeholder: weekly
header.content.dateRange.start:
type: date
label: Start Date
header.content.dateRange.end:
type: date
label: End Date
header.content.order.by:
type: text
label: Order By
default: date
header.content.order.dir:
type: text
label: Order Direction
default: asc
header.content.limit:
type: text
label: limit
default: 10
header.content.pagination:
label: Pagination
type: toggle
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
hero_title:
type: spacer
title: Hero Section
events1:
type: section
title: Event
underline: true
header.event.status-section:
type: section
title: Status
underline: true
header.event.status:
label: Status
type: select
default: ""
options:
"": "None"
"scheduled": "scheduled"
"postponed": "postponed"
"cancelled": "cancelled"
title: Status
help: Possible values are scheduled, postponed, cancelled.
header.event.dt-section:
type: section
title: Date & Time
underline: true
header.event.doors_open:
type: datetime
label: PLUGIN_EVENTS.EVENTS.DOORS_OPEN
help: Use the date selector to enter a doors open date and time for this event.
header.event.start:
type: datetime
label: Start
help: Use the date selector to enter a start date and time for this event.
validate:
type: required
header.event.end:
type: datetime
label: End
help: Use the date selector to enter an end date and time for this event.
validate:
type: required
header.event.repeat:
type: text
label: Repeat
help: Using MTWRFSU to specify what days of the week this event repeats. For example, MWF.
placeholder: MTWRFSU
header.event.freq:
type: select
label: Frequency
help: How often should this event repeat?
options:
'': "None"
'daily': 'Daily'
'weekly': 'Weekly'
'monthly': 'Monthly'
'yearly': 'Yearly'
header.event.until:
type: datetime
label: Until
help: How long should this event repeat? (3 months automatically if Repeat or Frequency are set)
header.event.exceptions-section:
type: section
title: Exceptions
underline: true
header.event.exceptions:
type: list
style: vertical
name: exceptions
label: Enter dates this repeating/reoccuring event will not meet.
fields:
.date:
type: date
label: Date
header.event.ticket-section:
type: section
underline: true
title: Ticket
header.event.ticket_show:
label: Show
type: select
options:
"hidden": "Hidden"
"free": "Free"
"price": "Price"
title: Show events as free, price or just without information
header.event.ticket_price:
type: text
label: Price
placeholder: "9.00 $"
header.event.ticket_link:
type: text
label: Ticket Link
help: Paste link to Ticketsystem here
header.event.location-section:
type: section
title: Location
underline: true
header.event.location:
type: text
label: Location
help: Where is this event located? If you enter an address it will be geocoded below.
header.event.coordinates:
type: text
label: Coordinates
placeholder: Latitude, Longitude
help: These are automatically generated from the location field.
header.event.city:
type: hidden
header.event.zip:
type: hidden
header.event.country:
type: hidden
header.hero_classes:
type: text
@ -191,7 +259,11 @@ form:
markdown: true
description: 'There are several Hero class options that can be listed here (space separated):<br />`text-light`, `text-dark`, `title-h1h2`, `parallax`, `overlay-dark-gradient`, `overlay-light-gradient`, `overlay-dark`, `overlay-light`, `hero-fullscreen`, `hero-large`, `hero-medium`, `hero-small`, `hero-tiny`<br />Please consult the [Quark documentation](https://github.com/getgrav/grav-theme-quark#hero-options) for more details.'
data-default@: '\Grav\Theme\QuarkOpenPublishing::getblogpageheroclasses'
hero1:
type: section
title: Hero
underline: true
header.hero_image:
type: filepicker
label: Hero Image