mirror of
https://github.com/gantry/gantry5.git
synced 2025-02-25 18:55:21 -06:00
Fixed old YAML syntax
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
1. [](#bugfix)
|
||||
- Fixed equal-height CSS creating width / overflow issues
|
||||
- Fixed fatal error if content block is missing attributes
|
||||
- Fixed old YAML syntax
|
||||
|
||||
# 5.4.29
|
||||
## 06/21/2019
|
||||
|
||||
@@ -12,7 +12,7 @@ form:
|
||||
id:
|
||||
type: input.text
|
||||
label: CSS ID
|
||||
description: Enter the ID for the block without the hash (#) (ie. <code>your-id</code>. You can then reference the element via CSS as <code>#your-id</code>
|
||||
description: 'Enter the ID for the block without the hash (#) (ie. <code>your-id</code>. You can then reference the element via CSS as <code>#your-id</code>'
|
||||
default:
|
||||
|
||||
class:
|
||||
@@ -31,7 +31,7 @@ form:
|
||||
type: collection.keyvalue
|
||||
label: Tag Attributes
|
||||
description: Extra Tag attributes.
|
||||
key_placeholder: Key (data-*, style, ...)
|
||||
key_placeholder: 'Key (data-*, style, ...)'
|
||||
value_placeholder: Value
|
||||
exclude: ['id', 'class']
|
||||
|
||||
@@ -51,7 +51,7 @@ form:
|
||||
size:
|
||||
type: input.text
|
||||
label: Block Size
|
||||
description: Block size in percentages (5-100).
|
||||
description: 'Block size in percentages (5-100).'
|
||||
class: 'custom-validation-field'
|
||||
formnovalidate: true
|
||||
pattern: '^([5-9]|[1-9][0-9]|8.3|9.1|11.1|12.5|14.3|16.7|33.3|100)$'
|
||||
|
||||
@@ -7,7 +7,7 @@ form:
|
||||
boxed:
|
||||
type: select.selectize
|
||||
label: Layout
|
||||
description: Select the Layout container behavior. 'Inherit' refers to Page Settings.
|
||||
description: "Select the Layout container behavior. 'Inherit' refers to Page Settings."
|
||||
isset: true
|
||||
selectize:
|
||||
allowEmptyOption: true
|
||||
@@ -28,6 +28,6 @@ form:
|
||||
type: collection.keyvalue
|
||||
label: Tag Attributes
|
||||
description: Extra Tag attributes.
|
||||
key_placeholder: Key (data-*, style, ...)
|
||||
key_placeholder: 'Key (data-*, style, ...)'
|
||||
value_placeholder: Value
|
||||
exclude: ['class']
|
||||
|
||||
@@ -6,9 +6,9 @@ form:
|
||||
fields:
|
||||
_note:
|
||||
type: separator.note
|
||||
class: alert alert-info blocksize-note
|
||||
class: 'alert alert-info blocksize-note'
|
||||
content: 'You can inherit sections and particles from Base Outline.'
|
||||
_note2:
|
||||
type: separator.note
|
||||
class: alert alert-success blocksize-note
|
||||
class: 'alert alert-success blocksize-note'
|
||||
content: 'No Outline is currently inheriting this item.'
|
||||
|
||||
@@ -6,5 +6,5 @@ form:
|
||||
fields:
|
||||
_note:
|
||||
type: separator.note
|
||||
class: alert alert-warning blocksize-note
|
||||
class: 'alert alert-warning blocksize-note'
|
||||
content: 'This item does not exist in any other Outline and cannot be inherited because of that.'
|
||||
|
||||
@@ -6,5 +6,5 @@ form:
|
||||
fields:
|
||||
_note:
|
||||
type: separator.note
|
||||
class: alert alert-success blocksize-note
|
||||
class: 'alert alert-success blocksize-note'
|
||||
content: 'This %s has been inherited by the following Outlines: %s'
|
||||
|
||||
@@ -7,7 +7,7 @@ form:
|
||||
mode:
|
||||
type: input.radios
|
||||
label: Mode
|
||||
description: Whether to clone or inherit the particle properties. <code>inherit</code> makes the Offcanvas identical to that of the inherited outline.
|
||||
description: 'Whether to clone or inherit the particle properties. <code>inherit</code> makes the Offcanvas identical to that of the inherited outline.'
|
||||
default: inherit
|
||||
options:
|
||||
clone: Clone
|
||||
|
||||
@@ -7,7 +7,7 @@ form:
|
||||
mode:
|
||||
type: input.radios
|
||||
label: Mode
|
||||
description: Whether to clone or inherit the section properties. <code>inherit</code> makes the Section identical to that of the inherited outline.
|
||||
description: 'Whether to clone or inherit the section properties. <code>inherit</code> makes the Section identical to that of the inherited outline.'
|
||||
default: inherit
|
||||
options:
|
||||
clone: Clone
|
||||
|
||||
@@ -24,7 +24,7 @@ form:
|
||||
type: collection.keyvalue
|
||||
label: Tag Attributes
|
||||
description: Extra Tag attributes.
|
||||
key_placeholder: Key (data-*, style, ...)
|
||||
key_placeholder: 'Key (data-*, style, ...)'
|
||||
value_placeholder: Value
|
||||
exclude: ['id', 'class']
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ form:
|
||||
boxed:
|
||||
type: select.selectize
|
||||
label: Layout
|
||||
description: Select the Layout container behavior. 'Inherit' refers to Page Settings.
|
||||
description: "Select the Layout container behavior. 'Inherit' refers to Page Settings."
|
||||
isset: true
|
||||
selectize:
|
||||
allowEmptyOption: true
|
||||
@@ -28,13 +28,13 @@ form:
|
||||
type: input.section-variations
|
||||
label: Variations
|
||||
description: Enter Section Variations.
|
||||
default:
|
||||
default:
|
||||
|
||||
extra:
|
||||
type: collection.keyvalue
|
||||
label: Tag Attributes
|
||||
description: Extra Tag attributes.
|
||||
key_placeholder: Key (data-*, style, ...)
|
||||
key_placeholder: 'Key (data-*, style, ...)'
|
||||
value_placeholder: Value
|
||||
exclude: ['id', 'class']
|
||||
|
||||
|
||||
@@ -13,6 +13,6 @@ form:
|
||||
type: collection.keyvalue
|
||||
label: Tag Attributes
|
||||
description: Extra Tag attributes.
|
||||
key_placeholder: Key (data-*, style, ...)
|
||||
key_placeholder: 'Key (data-*, style, ...)'
|
||||
value_placeholder: Value
|
||||
exclude: ['id', 'class']
|
||||
|
||||
@@ -13,7 +13,7 @@ form:
|
||||
touchicon:
|
||||
type: input.imagepicker
|
||||
label: Touch Icon
|
||||
description: A PNG only image that will be used as icon for Touch Devices. Recommended 180x180 or 192x192.
|
||||
description: 'A PNG only image that will be used as icon for Touch Devices. Recommended 180x180 or 192x192.'
|
||||
filter: '.png$'
|
||||
|
||||
css:
|
||||
@@ -47,19 +47,19 @@ form:
|
||||
_info:
|
||||
type: separator.note
|
||||
class: alert alert-info
|
||||
content: Only add your inline CSS code, the <style></style> tags will get automatically added for you.
|
||||
content: 'Only add your inline CSS code, the <style></style> tags will get automatically added for you.'
|
||||
|
||||
.extra:
|
||||
type: collection.keyvalue
|
||||
label: Tag attributes
|
||||
key_placeholder: Key (data-*, style, ...)
|
||||
key_placeholder: 'Key (data-*, style, ...)'
|
||||
value_placeholder: Value
|
||||
exclude: ['rel', 'href', 'type']
|
||||
|
||||
.priority:
|
||||
type: input.number
|
||||
label: Load Priority
|
||||
description: Sets the load priority of the asset in the page. Value can be between 10 (first) and -10 (last). Default value is 0.
|
||||
description: 'Sets the load priority of the asset in the page. Value can be between 10 (first) and -10 (last). Default value is 0.'
|
||||
default: 0
|
||||
min: -10
|
||||
max: 10
|
||||
@@ -95,11 +95,11 @@ form:
|
||||
_info:
|
||||
type: separator.note
|
||||
class: alert alert-info
|
||||
content: Only add your inline JavaScript code, the <script></script> tags will get automatically added for you.
|
||||
content: 'Only add your inline JavaScript code, the <script></script> tags will get automatically added for you.'
|
||||
|
||||
.in_footer:
|
||||
type: input.checkbox
|
||||
label: Before </body>
|
||||
label: 'Before </body>'
|
||||
description: Whether you want the script to load at the end of the body tag or inside head
|
||||
default: false
|
||||
|
||||
@@ -111,7 +111,7 @@ form:
|
||||
.priority:
|
||||
type: input.number
|
||||
label: Load Priority
|
||||
description: Sets the load priority of the asset in the page. Value can be between 10 (first) and -10 (last). Default value is 0.
|
||||
description: 'Sets the load priority of the asset in the page. Value can be between 10 (first) and -10 (last). Default value is 0.'
|
||||
default: 0
|
||||
min: -10
|
||||
max: 10
|
||||
|
||||
@@ -19,7 +19,7 @@ form:
|
||||
type: collection.keyvalue
|
||||
label: Tag Attributes
|
||||
description: Extra Tag attributes.
|
||||
key_placeholder: Key (data-*, style, ...)
|
||||
key_placeholder: 'Key (data-*, style, ...)'
|
||||
value_placeholder: Value
|
||||
exclude: ['id', 'class']
|
||||
|
||||
@@ -36,10 +36,10 @@ form:
|
||||
|
||||
body_top:
|
||||
type: textarea.textarea
|
||||
label: After <body>
|
||||
label: 'After <body>'
|
||||
description: Anything in this field will be appended right after the opening body tag
|
||||
|
||||
body_bottom:
|
||||
type: textarea.textarea
|
||||
label: Before </body>
|
||||
label: 'Before </body>'
|
||||
description: Anything in this field will be appended right before the closing body tag
|
||||
|
||||
@@ -9,7 +9,7 @@ form:
|
||||
type: collection.keyvalue
|
||||
label: Meta Tags
|
||||
description: Meta Tags for extras such as Facebook and Twitter.
|
||||
key_placeholder: og:title, og:site_name, twitter:site
|
||||
key_placeholder: 'og:title, og:site_name, twitter:site'
|
||||
value_placeholder: Value
|
||||
default:
|
||||
|
||||
|
||||
@@ -8,29 +8,29 @@ form:
|
||||
enabled:
|
||||
type: input.checkbox
|
||||
label: Enabled
|
||||
description: Globally enable analytic particles.
|
||||
description: 'Globally enable analytic particles.'
|
||||
default: true
|
||||
|
||||
ua.code:
|
||||
type: input.text
|
||||
description: Enter the Google UA tracking code for analytics (UA-XXXXXXXX-X)
|
||||
description: 'Enter the Google UA tracking code for analytics (UA-XXXXXXXX-X)'
|
||||
label: UA Code
|
||||
placeholder: UA-XXXXXXXX-X
|
||||
|
||||
ua.anonym:
|
||||
type: input.checkbox
|
||||
description: Send only Anonymous IP Addresses (mandatory in Europe)
|
||||
description: 'Send only Anonymous IP Addresses (mandatory in Europe)'
|
||||
label: Anonym Statistics
|
||||
default: false
|
||||
|
||||
ua.ssl:
|
||||
type: input.checkbox
|
||||
description: Send all data using SSL, even from insecure (HTTP) pages.
|
||||
description: 'Send all data using SSL, even from insecure (HTTP) pages.'
|
||||
label: Force SSL use
|
||||
default: false
|
||||
|
||||
ua.debug:
|
||||
type: input.checkbox
|
||||
description: Enable the debug version of analytics.js - DON'T USE ON PRODUCTION!
|
||||
description: "Enable the debug version of analytics.js - DON'T USE ON PRODUCTION!"
|
||||
label: Use Debug Mode
|
||||
default: false
|
||||
|
||||
@@ -42,19 +42,19 @@ form:
|
||||
_info:
|
||||
type: separator.note
|
||||
class: alert alert-info
|
||||
content: Only add your inline CSS code, the <style></style> tags will get automatically added for you.
|
||||
content: 'Only add your inline CSS code, the <style></style> tags will get automatically added for you.'
|
||||
|
||||
.extra:
|
||||
type: collection.keyvalue
|
||||
label: Tag attributes
|
||||
key_placeholder: Key (data-*, style, ...)
|
||||
key_placeholder: 'Key (data-*, style, ...)'
|
||||
value_placeholder: Value
|
||||
exclude: ['rel', 'href', 'type']
|
||||
|
||||
.priority:
|
||||
type: input.number
|
||||
label: Load Priority
|
||||
description: Sets the load priority of the asset in the page. Value can be between 10 (first) and -10 (last). Default value is 0.
|
||||
description: 'Sets the load priority of the asset in the page. Value can be between 10 (first) and -10 (last). Default value is 0.'
|
||||
default: 0
|
||||
min: -10
|
||||
max: 10
|
||||
@@ -90,11 +90,11 @@ form:
|
||||
_info:
|
||||
type: separator.note
|
||||
class: alert alert-info
|
||||
content: Only add your inline JavaScript code, the <script></script> tags will get automatically added for you.
|
||||
content: 'Only add your inline JavaScript code, the <script></script> tags will get automatically added for you.'
|
||||
|
||||
.in_footer:
|
||||
type: input.checkbox
|
||||
label: Before </body>
|
||||
label: 'Before </body>'
|
||||
description: Whether you want the script to load at the end of the body tag or inside head
|
||||
default: false
|
||||
|
||||
@@ -106,7 +106,7 @@ form:
|
||||
.priority:
|
||||
type: input.number
|
||||
label: Load Priority
|
||||
description: Sets the load priority of the asset in the page. Value can be between 10 (first) and -10 (last). Default value is 0.
|
||||
description: 'Sets the load priority of the asset in the page. Value can be between 10 (first) and -10 (last). Default value is 0.'
|
||||
default: 0
|
||||
min: -10
|
||||
max: 10
|
||||
|
||||
@@ -21,7 +21,7 @@ form:
|
||||
type: select.date
|
||||
label: Format
|
||||
description: Select preferred date format.
|
||||
default: l, F d, Y
|
||||
default: 'l, F d, Y'
|
||||
placeholder: 'Select...'
|
||||
selectize:
|
||||
allowEmptyOption: true
|
||||
|
||||
@@ -8,13 +8,13 @@ form:
|
||||
enabled:
|
||||
type: input.checkbox
|
||||
label: Enabled
|
||||
description: Globally enable Frameworks atom.
|
||||
description: 'Globally enable Frameworks atom.'
|
||||
default: true
|
||||
|
||||
_info:
|
||||
type: separator.note
|
||||
class: alert alert-info
|
||||
content: <strong>TIP</strong>: Only enable following frameworks if you need them in your own particles or your content.
|
||||
content: '<strong>TIP</strong>: Only enable following frameworks if you need them in your own particles or your content.'
|
||||
|
||||
jquery:
|
||||
type: container.set
|
||||
|
||||
@@ -14,7 +14,7 @@ form:
|
||||
_instructions:
|
||||
type: separator.note
|
||||
class: alert alert-info
|
||||
content: Basic usage: <pre><a href="path/to/media.jpg"<br /> data-rel="lightcase"<br /> title="Your title"<br />><br /> Your link description or thumb<br /></a></pre>
|
||||
content: 'Basic usage: <pre><a href="path/to/media.jpg"<br /> data-rel="lightcase"<br /> title="Your title"<br />><br /> Your link description or thumb<br /></a></pre>'
|
||||
|
||||
_info:
|
||||
type: separator.note
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: Logo / Image
|
||||
name: 'Logo / Image'
|
||||
description: Display a logo or an image.
|
||||
type: particle
|
||||
icon: fa-file-image-o
|
||||
@@ -45,7 +45,7 @@ form:
|
||||
link:
|
||||
type: input.checkbox
|
||||
label: Link
|
||||
description: Renders Logo/Image with a link.
|
||||
description: 'Renders Logo/Image with a link.'
|
||||
default: true
|
||||
|
||||
svg:
|
||||
|
||||
@@ -61,7 +61,7 @@ form:
|
||||
hoverExpand:
|
||||
type: input.checkbox
|
||||
label: Expand on Hover
|
||||
description: Allows to enable / disable the ability to expand menu items by hover or click only
|
||||
description: 'Allows to enable / disable the ability to expand menu items by hover or click only'
|
||||
default: 1
|
||||
|
||||
mobileTarget:
|
||||
@@ -74,4 +74,4 @@ form:
|
||||
type: input.checkbox
|
||||
label: Force Target Attribute
|
||||
description: "Adds 'target="_self"' attribute to all menu links instead of omitting the default value. Fixes an issue with pinned tabs in Firefox where external links always open in a new tab."
|
||||
default: 0
|
||||
default: 0
|
||||
|
||||
@@ -82,7 +82,7 @@ form:
|
||||
type: section
|
||||
title: Summary
|
||||
underline: true
|
||||
|
||||
|
||||
header.summary.enabled:
|
||||
type: toggle
|
||||
toggleable: true
|
||||
@@ -116,7 +116,7 @@ form:
|
||||
toggleable: true
|
||||
label: Summary delimiter
|
||||
classes: large
|
||||
placeholder: ===
|
||||
placeholder: '==='
|
||||
|
||||
readmore:
|
||||
type: section
|
||||
|
||||
@@ -5,9 +5,6 @@ extends@:
|
||||
|
||||
child_type: item
|
||||
|
||||
|
||||
title: Default
|
||||
|
||||
rules:
|
||||
slug:
|
||||
pattern: '[a-z][a-z0-9_\-]+'
|
||||
|
||||
@@ -12,12 +12,12 @@ form:
|
||||
column1:
|
||||
fields:
|
||||
name:
|
||||
default: modular/features
|
||||
default: 'modular/features'
|
||||
data-options@: '\Grav\Common\Page\Pages::modularTypes'
|
||||
overrides:
|
||||
fields:
|
||||
header.template:
|
||||
default: modular/features
|
||||
default: 'modular/features'
|
||||
data-options@: '\Grav\Common\Page\Pages::modularTypes'
|
||||
features:
|
||||
type: tab
|
||||
|
||||
@@ -12,12 +12,12 @@ form:
|
||||
column1:
|
||||
fields:
|
||||
name:
|
||||
default: modular/showcase
|
||||
default: 'modular/showcase'
|
||||
data-options@: '\Grav\Common\Page\Pages::modularTypes'
|
||||
overrides:
|
||||
fields:
|
||||
header.template:
|
||||
default: modular/showcase
|
||||
default: 'modular/showcase'
|
||||
data-options@: '\Grav\Common\Page\Pages::modularTypes'
|
||||
buttons:
|
||||
type: tab
|
||||
|
||||
@@ -12,17 +12,17 @@ form:
|
||||
column1:
|
||||
fields:
|
||||
name:
|
||||
default: modular/text
|
||||
default: 'modular/text'
|
||||
data-options@: '\Grav\Common\Page\Pages::modularTypes'
|
||||
overrides:
|
||||
fields:
|
||||
header.template:
|
||||
default: modular/text
|
||||
default: 'modular/text'
|
||||
data-options@: '\Grav\Common\Page\Pages::modularTypes'
|
||||
content:
|
||||
fields:
|
||||
uploads:
|
||||
label: Page Media (first one will be displayed next to your content)
|
||||
label: 'Page Media (first one will be displayed next to your content)'
|
||||
header.image_align:
|
||||
type: select
|
||||
label: Image position
|
||||
@@ -31,4 +31,3 @@ form:
|
||||
options:
|
||||
'left': 'Left'
|
||||
'right': 'Right'
|
||||
type:
|
||||
|
||||
@@ -59,7 +59,7 @@ form:
|
||||
article.limit.start:
|
||||
type: input.text
|
||||
label: Start From
|
||||
description: Enter offset specifying the first article to return. The default is '0' (the first content item).
|
||||
description: "Enter offset specifying the first article to return. The default is '0' (the first content item)."
|
||||
default: 0
|
||||
pattern: '\d{1,2}'
|
||||
overridable: false
|
||||
@@ -94,7 +94,7 @@ form:
|
||||
article.display.image.enabled:
|
||||
type: select.select
|
||||
label: Image
|
||||
description: Select what image should be shown (Pages -> Blog Item -> Header Image settings).
|
||||
description: 'Select what image should be shown (Pages -> Blog Item -> Header Image settings).'
|
||||
default: intro
|
||||
options:
|
||||
intro: Intro
|
||||
@@ -157,7 +157,7 @@ form:
|
||||
type: select.date
|
||||
label: Date Format
|
||||
description: Select preferred date format. Leave empty not to display a date.
|
||||
default: l, F d, Y
|
||||
default: 'l, F d, Y'
|
||||
selectize:
|
||||
allowEmptyOption: true
|
||||
options:
|
||||
@@ -180,7 +180,7 @@ form:
|
||||
article.display.read_more.enabled:
|
||||
type: select.select
|
||||
label: Read More
|
||||
description: Select if the content 'Read More' button should be shown.
|
||||
description: "Select if the content 'Read More' button should be shown."
|
||||
default: show
|
||||
options:
|
||||
show: Show
|
||||
@@ -189,13 +189,13 @@ form:
|
||||
article.display.read_more.label:
|
||||
type: input.text
|
||||
label: Read More Label
|
||||
description: Type in the label for the 'Read More' button.
|
||||
description: "Type in the label for the 'Read More' button."
|
||||
placeholder: 'Read More...'
|
||||
|
||||
article.display.read_more.css:
|
||||
type: input.selectize
|
||||
label: Button CSS Classes
|
||||
description: CSS class name for the 'Read More' button.
|
||||
description: "CSS class name for the 'Read More' button."
|
||||
|
||||
_tab_extras:
|
||||
label: Extras
|
||||
@@ -232,6 +232,6 @@ form:
|
||||
type: collection.keyvalue
|
||||
label: Tag Attributes
|
||||
description: Extra Tag attributes.
|
||||
key_placeholder: Key (data-*, style, ...)
|
||||
key_placeholder: 'Key (data-*, style, ...)'
|
||||
value_placeholder: Value
|
||||
exclude: ['id', 'class']
|
||||
|
||||
@@ -27,7 +27,7 @@ form:
|
||||
article.filter.articles:
|
||||
type: input.text
|
||||
label: Articles
|
||||
description: Enter the Joomla articles that should be shown. It should be a list of article IDs separated with a comma (i.e. 1,2,3,4,5).
|
||||
description: 'Enter the Joomla articles that should be shown. It should be a list of article IDs separated with a comma (i.e. 1,2,3,4,5).'
|
||||
overridable: false
|
||||
|
||||
article.filter.featured:
|
||||
@@ -187,7 +187,7 @@ form:
|
||||
type: select.date
|
||||
label: Date Format
|
||||
description: Select preferred date format. Leave empty not to display a date.
|
||||
default: l, F d, Y
|
||||
default: 'l, F d, Y'
|
||||
selectize:
|
||||
allowEmptyOption: true
|
||||
options:
|
||||
@@ -210,7 +210,7 @@ form:
|
||||
article.display.read_more.enabled:
|
||||
type: select.select
|
||||
label: Read More
|
||||
description: Select if the article 'Read More' button should be shown.
|
||||
description: "Select if the article 'Read More' button should be shown."
|
||||
default: show
|
||||
options:
|
||||
show: Show
|
||||
@@ -219,13 +219,13 @@ form:
|
||||
article.display.read_more.label:
|
||||
type: input.text
|
||||
label: Read More Label
|
||||
description: Type in the label for the 'Read More' button.
|
||||
description: "Type in the label for the 'Read More' button."
|
||||
placeholder: 'Read More...'
|
||||
|
||||
article.display.read_more.css:
|
||||
type: input.selectize
|
||||
label: Button CSS Classes
|
||||
description: CSS class name for the 'Read More' button.
|
||||
description: "CSS class name for the 'Read More' button."
|
||||
|
||||
_tab_extras:
|
||||
label: Extras
|
||||
@@ -267,6 +267,6 @@ form:
|
||||
type: collection.keyvalue
|
||||
label: Tag Attributes
|
||||
description: Extra Tag attributes.
|
||||
key_placeholder: Key (data-*, style, ...)
|
||||
key_placeholder: 'Key (data-*, style, ...)'
|
||||
value_placeholder: Value
|
||||
exclude: ['id', 'class']
|
||||
|
||||
@@ -14,7 +14,7 @@ form:
|
||||
_info:
|
||||
type: separator.note
|
||||
class: alert alert-info
|
||||
content: <strong>TIP</strong>: Only enable following frameworks if you need them in your own particles or your content.
|
||||
content: '<strong>TIP</strong>: Only enable following frameworks if you need them in your own particles or your content.'
|
||||
|
||||
jquery:
|
||||
type: container.set
|
||||
|
||||
@@ -15,7 +15,7 @@ form:
|
||||
_info:
|
||||
type: separator.note
|
||||
class: alert alert-info
|
||||
content: To edit the Module please use the <a href="index.php?option=com_modules" target="_blank" data-g-urltemplate="index.php?option=com_modules&view=module&task=module.edit&id=#ID#" href="#">Joomla's Module Manager <i class="fa fa-fw fa-external-link" aria-hidden="true"></i></a>
|
||||
content: 'To edit the Module please use the <a href="index.php?option=com_modules" target="_blank" data-g-urltemplate="index.php?option=com_modules&view=module&task=module.edit&id=#ID#" href="#">Joomla''s Module Manager <i class="fa fa-fw fa-external-link" aria-hidden="true"></i></a>'
|
||||
|
||||
module_id:
|
||||
type: gantry.module
|
||||
|
||||
@@ -27,7 +27,7 @@ form:
|
||||
post.filter.posts:
|
||||
type: input.text
|
||||
label: Posts
|
||||
description: Enter the WordPress posts that should be shown. It should be a list of post IDs separated with a comma (i.e. 1,2,3,4,5).
|
||||
description: 'Enter the WordPress posts that should be shown. It should be a list of post IDs separated with a comma (i.e. 1,2,3,4,5).'
|
||||
overridable: false
|
||||
|
||||
post.filter.sticky:
|
||||
@@ -75,7 +75,7 @@ form:
|
||||
post.limit.start:
|
||||
type: input.text
|
||||
label: Start From
|
||||
description: Enter offset specifying the first post to return. The default is '0' (the first post).
|
||||
description: "Enter offset specifying the first post to return. The default is '0' (the first post)."
|
||||
default: 0
|
||||
pattern: '\d{1,2}'
|
||||
overridable: false
|
||||
@@ -173,7 +173,7 @@ form:
|
||||
post.display.read_more.enabled:
|
||||
type: select.select
|
||||
label: Read More
|
||||
description: Select if the post 'Read More' button should be shown.
|
||||
description: "Select if the post 'Read More' button should be shown."
|
||||
default: show
|
||||
options:
|
||||
show: Show
|
||||
@@ -182,13 +182,13 @@ form:
|
||||
post.display.read_more.label:
|
||||
type: input.text
|
||||
label: Read More Label
|
||||
description: Type in the label for the 'Read More' button.
|
||||
description: "Type in the label for the 'Read More' button."
|
||||
placeholder: 'Read More...'
|
||||
|
||||
post.display.read_more.css:
|
||||
type: input.selectize
|
||||
label: Button CSS Classes
|
||||
description: CSS class name for the 'Read More' button.
|
||||
description: "CSS class name for the 'Read More' button."
|
||||
|
||||
_tab_extras:
|
||||
label: Extras
|
||||
@@ -234,7 +234,7 @@ form:
|
||||
post.display.text.limit:
|
||||
type: input.text
|
||||
label: Content Limit
|
||||
description: Type in the number of characters the post content/excerpt should be limited to.
|
||||
description: 'Type in the number of characters the post content/excerpt should be limited to.'
|
||||
default: ''
|
||||
pattern: '\d+'
|
||||
|
||||
@@ -256,6 +256,6 @@ form:
|
||||
type: collection.keyvalue
|
||||
label: Tag Attributes
|
||||
description: Extra Tag attributes.
|
||||
key_placeholder: Key (data-*, style, ...)
|
||||
key_placeholder: 'Key (data-*, style, ...)'
|
||||
value_placeholder: Value
|
||||
exclude: ['id', 'class']
|
||||
|
||||
@@ -30,7 +30,7 @@ form:
|
||||
base:
|
||||
type: menu.item
|
||||
label: Base Item
|
||||
description: "Select a menu item to always be used as the base for the menu display."
|
||||
description: 'Select a menu item to always be used as the base for the menu display.'
|
||||
default: '/'
|
||||
options:
|
||||
'/': Active
|
||||
@@ -56,7 +56,7 @@ form:
|
||||
hoverExpand:
|
||||
type: input.checkbox
|
||||
label: Expand on Hover
|
||||
description: Allows to enable / disable the ability to expand menu items by hover or click only
|
||||
description: 'Allows to enable / disable the ability to expand menu items by hover or click only'
|
||||
default: 1
|
||||
|
||||
mobileTarget:
|
||||
@@ -68,5 +68,5 @@ form:
|
||||
forceTarget:
|
||||
type: input.checkbox
|
||||
label: Force Target Attribute
|
||||
description: Adds 'target="_self"' attribute to all menu items. Fixes an issue with pinned tabs in Firefox where external links always open in a new tab.
|
||||
description: 'Adds ''target="_self"'' attribute to all menu items. Fixes an issue with pinned tabs in Firefox where external links always open in a new tab.'
|
||||
default: 0
|
||||
|
||||
@@ -21,17 +21,17 @@ form:
|
||||
theme.base:
|
||||
type: input.text
|
||||
label: Base Theme
|
||||
default: gantry-theme://common
|
||||
default: 'gantry-theme://common'
|
||||
|
||||
theme.file:
|
||||
type: input.text
|
||||
label: Theme Loader
|
||||
default: gantry-theme://include/theme.php
|
||||
default: 'gantry-theme://include/theme.php'
|
||||
|
||||
theme.class:
|
||||
type: input.text
|
||||
label: Theme Class
|
||||
default: \Gantry\Framework\Theme
|
||||
default: '\Gantry\Framework\Theme'
|
||||
|
||||
fonts:
|
||||
type: input.hidden
|
||||
@@ -40,15 +40,15 @@ form:
|
||||
css.compiler:
|
||||
type: input.text
|
||||
label: CSS Compiler
|
||||
default: \Gantry\Component\Stylesheet\ScssCompiler
|
||||
default: '\Gantry\Component\Stylesheet\ScssCompiler'
|
||||
|
||||
css.paths:
|
||||
type: input.text
|
||||
label: CSS Lookup Paths
|
||||
array: true
|
||||
default:
|
||||
- gantry-theme://scss
|
||||
- gantry-engine://scss
|
||||
- 'gantry-theme://scss'
|
||||
- 'gantry-engine://scss'
|
||||
|
||||
css.files:
|
||||
type: input.text
|
||||
@@ -71,7 +71,7 @@ form:
|
||||
|
||||
section-variations:
|
||||
type: input.hidden
|
||||
array: true
|
||||
array: true
|
||||
|
||||
dependencies:
|
||||
type: input.hidden
|
||||
|
||||
@@ -51,12 +51,12 @@ form:
|
||||
copyright:
|
||||
type: input.text
|
||||
label: Copyright
|
||||
default: (C) 2005 - 2019 RocketTheme, LLC. All rights reserved.
|
||||
default: '(C) 2005 - 2019 RocketTheme, LLC. All rights reserved.'
|
||||
|
||||
license:
|
||||
type: input.text
|
||||
label: License
|
||||
default: MIT / GPLv2
|
||||
default: 'MIT / GPLv2'
|
||||
|
||||
description:
|
||||
type: input.text
|
||||
@@ -65,9 +65,9 @@ form:
|
||||
images.thumbnail:
|
||||
type: input.text
|
||||
label: Thumbnail Image
|
||||
default: admin/images/preset1.png
|
||||
default: 'admin/images/preset1.png'
|
||||
|
||||
images.preview:
|
||||
type: input.text
|
||||
label: Preview Image
|
||||
default: admin/images/preset1.png
|
||||
default: 'admin/images/preset1.png'
|
||||
|
||||
@@ -12,4 +12,4 @@ form:
|
||||
settings.base:
|
||||
type: input.text
|
||||
label: Base Path
|
||||
default: /
|
||||
default: '/'
|
||||
|
||||
@@ -69,7 +69,7 @@ form:
|
||||
selectize:
|
||||
allowEmptyOption: true
|
||||
options:
|
||||
'': - Use Default -
|
||||
'': '- Use Default -'
|
||||
standard: Simple
|
||||
fullwidth: Extended
|
||||
|
||||
@@ -92,7 +92,7 @@ form:
|
||||
.width:
|
||||
type: input.text
|
||||
label: Dropdown Width
|
||||
description: Set the width of this parent's dropdowns in rem, em, px units or auto.
|
||||
description: "Set the width of this parent's dropdowns in rem, em, px units or auto."
|
||||
default: "auto"
|
||||
pattern: '((\d+(\.\d+){0,1}(rem|em|px))|auto)'
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@ form:
|
||||
selectize:
|
||||
allowEmptyOption: true
|
||||
options:
|
||||
'': - Use Default -
|
||||
'': '- Use Default -'
|
||||
standard: Simple
|
||||
fullwidth: Extended
|
||||
|
||||
@@ -88,7 +88,7 @@ form:
|
||||
.width:
|
||||
type: input.text
|
||||
label: Dropdown Width
|
||||
description: Set the width of this parent's dropdowns in rem, em, px units or auto.
|
||||
description: "Set the width of this parent's dropdowns in rem, em, px units or auto."
|
||||
default: "auto"
|
||||
pattern: '((\d+(\.\d+){0,1}(rem|em|px))|auto)'
|
||||
|
||||
|
||||
@@ -4,12 +4,12 @@ description: Theme framework.
|
||||
icon: gantry
|
||||
author:
|
||||
name: RocketTheme
|
||||
email: support@rockettheme.com
|
||||
url: http://www.rockettheme.com
|
||||
homepage: http://gantry.org
|
||||
readme: https://github.com/gantry/gantry5/blob/master/README.md
|
||||
email: 'support@rockettheme.com'
|
||||
url: 'http://www.rockettheme.com'
|
||||
homepage: 'http://gantry.org'
|
||||
readme: 'https://github.com/gantry/gantry5/blob/master/README.md'
|
||||
keywords: gantry, gantry5, theme, framework
|
||||
bugs: https://github.com/gantry/gantry5/issues
|
||||
bugs: 'https://github.com/gantry/gantry5/issues'
|
||||
license: MIT
|
||||
dependencies:
|
||||
- { name: grav, version: '>=1.1.9' }
|
||||
@@ -44,7 +44,7 @@ form:
|
||||
use_media_folder:
|
||||
type: toggle
|
||||
label: Use Grav Images Folder
|
||||
description: By default Gantry media picker saves all files under the <strong>data://gantry5/themes/[theme]/images</strong> folder. If you want to save files into <strong>user://images</strong> folder instead, please select this option. Files in the old location can still be used, but are overridden by the files in the selected folder.
|
||||
description: 'By default Gantry media picker saves all files under the <strong>data://gantry5/themes/[theme]/images</strong> folder. If you want to save files into <strong>user://images</strong> folder instead, please select this option. Files in the old location can still be used, but are overridden by the files in the selected folder.'
|
||||
highlight: 1
|
||||
default: 0
|
||||
options:
|
||||
@@ -56,7 +56,7 @@ form:
|
||||
offline:
|
||||
type: toggle
|
||||
label: Offline
|
||||
description: Set site to maintenance mode. When site is offline, it's only visible for logged in users.
|
||||
description: "Set site to maintenance mode. When site is offline, it's only visible for logged in users."
|
||||
highlight: 1
|
||||
default: 0
|
||||
options:
|
||||
@@ -85,7 +85,7 @@ form:
|
||||
asset_timestamps_period:
|
||||
type: text
|
||||
label: Timestamp Period
|
||||
description: Number of days which timestamp is kept after updating the file. Accepts also decimal numbers, eg. 0.5 = 12 hours. Set to 0 to add timestamps on every single asset file.
|
||||
description: 'Number of days which timestamp is kept after updating the file. Accepts also decimal numbers, eg. 0.5 = 12 hours. Set to 0 to add timestamps on every single asset file.'
|
||||
default: 7
|
||||
validate:
|
||||
type: float
|
||||
|
||||
@@ -65,7 +65,7 @@ form:
|
||||
selectize:
|
||||
allowEmptyOption: true
|
||||
options:
|
||||
'': - Use Default -
|
||||
'': '- Use Default -'
|
||||
standard: Simple
|
||||
fullwidth: Extended
|
||||
|
||||
@@ -88,7 +88,7 @@ form:
|
||||
.width:
|
||||
type: input.text
|
||||
label: Dropdown Width
|
||||
description: Set the width of this parent's dropdowns in rem, em, px units or auto.
|
||||
description: "Set the width of this parent's dropdowns in rem, em, px units or auto."
|
||||
default: "auto"
|
||||
pattern: '((\d+(\.\d+){0,1}(rem|em|px))|auto)'
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@ form:
|
||||
selectize:
|
||||
allowEmptyOption: true
|
||||
options:
|
||||
'': - Use Default -
|
||||
'': '- Use Default -'
|
||||
standard: Simple
|
||||
fullwidth: Extended
|
||||
|
||||
@@ -88,7 +88,7 @@ form:
|
||||
.width:
|
||||
type: input.text
|
||||
label: Dropdown Width
|
||||
description: Set the width of this parent's dropdowns in rem, em, px units or auto.
|
||||
description: "Set the width of this parent's dropdowns in rem, em, px units or auto."
|
||||
default: "auto"
|
||||
pattern: '((\d+(\.\d+){0,1}(rem|em|px))|auto)'
|
||||
|
||||
|
||||
@@ -4,25 +4,25 @@ details:
|
||||
icon: paper-plane
|
||||
date: '@versiondate@'
|
||||
author:
|
||||
name: RocketTheme, LLC
|
||||
email: support@rockettheme.com
|
||||
link: http://www.rockettheme.com
|
||||
name: 'RocketTheme, LLC'
|
||||
email: 'support@rockettheme.com'
|
||||
link: 'http://www.rockettheme.com'
|
||||
|
||||
documentation:
|
||||
link: http://docs.gantry.org/gantry5
|
||||
link: 'http://docs.gantry.org/gantry5'
|
||||
|
||||
support:
|
||||
link: https://gitter.im/gantry/gantry5
|
||||
link: 'https://gitter.im/gantry/gantry5'
|
||||
|
||||
updates:
|
||||
link: http://updates.rockettheme.com/themes/helium.yaml
|
||||
link: 'http://updates.rockettheme.com/themes/helium.yaml'
|
||||
|
||||
copyright: (C) 2007 - 2019 RocketTheme, LLC. All rights reserved.
|
||||
copyright: '(C) 2007 - 2019 RocketTheme, LLC. All rights reserved.'
|
||||
license: GPLv2
|
||||
description: Helium Child Theme
|
||||
images:
|
||||
thumbnail: admin/images/preset1.png
|
||||
preview: admin/images/preset1.png
|
||||
thumbnail: 'admin/images/preset1.png'
|
||||
preview: 'admin/images/preset1.png'
|
||||
|
||||
configuration:
|
||||
gantry:
|
||||
@@ -31,9 +31,9 @@ configuration:
|
||||
|
||||
theme:
|
||||
parent: g5_helium
|
||||
base: gantry-theme://common
|
||||
file: gantry-theme://includes/theme.php
|
||||
class: \Gantry\Framework\Theme
|
||||
base: 'gantry-theme://common'
|
||||
file: 'gantry-theme://includes/theme.php'
|
||||
class: '\Gantry\Framework\Theme'
|
||||
textdomain: g5_helium
|
||||
|
||||
fonts:
|
||||
@@ -61,11 +61,11 @@ configuration:
|
||||
200: 'gantry-theme://fonts/lato/lato-light/lato-light-webfont'
|
||||
|
||||
css:
|
||||
compiler: \Gantry\Component\Stylesheet\ScssCompiler
|
||||
target: gantry-theme://css-compiled
|
||||
compiler: '\Gantry\Component\Stylesheet\ScssCompiler'
|
||||
target: 'gantry-theme://css-compiled'
|
||||
paths:
|
||||
- gantry-theme://scss
|
||||
- gantry-engine://scss
|
||||
- 'gantry-theme://scss'
|
||||
- 'gantry-engine://scss'
|
||||
files:
|
||||
- helium
|
||||
- helium-wordpress
|
||||
@@ -77,7 +77,7 @@ configuration:
|
||||
- custom
|
||||
|
||||
dependencies:
|
||||
gantry: 5.4.0
|
||||
gantry: '5.4.0'
|
||||
|
||||
block-variations:
|
||||
Title Variations:
|
||||
@@ -106,10 +106,10 @@ configuration:
|
||||
|
||||
chrome:
|
||||
gantry:
|
||||
before_widget: <div id="%1$s" class="widget %2$s">
|
||||
after_widget: </div>
|
||||
before_title: <h3 class="widgettitle g-title">
|
||||
after_title: </h3>
|
||||
before_widget: '<div id="%1$s" class="widget %2$s">'
|
||||
after_widget: '</div>'
|
||||
before_title: '<h3 class="widgettitle g-title">'
|
||||
after_title: '</h3>'
|
||||
|
||||
admin:
|
||||
styles:
|
||||
|
||||
@@ -28,8 +28,8 @@ form:
|
||||
|
||||
nav:
|
||||
type: select.select
|
||||
label: Prev / Next
|
||||
description: Enable or disable the Prev / Next navigation.
|
||||
label: 'Prev / Next'
|
||||
description: 'Enable or disable the Prev / Next navigation.'
|
||||
default: disable
|
||||
options:
|
||||
enable: Enable
|
||||
|
||||
@@ -4,12 +4,12 @@ description: "Default Gantry 5 theme."
|
||||
icon: gantry
|
||||
author:
|
||||
name: RocketTheme
|
||||
email: support@rockettheme.com
|
||||
url: http://www.rockettheme.com
|
||||
homepage: http://gantry.org
|
||||
readme: https://github.com/gantry/gantry5/blob/master/README.md
|
||||
email: 'support@rockettheme.com'
|
||||
url: 'http://www.rockettheme.com'
|
||||
homepage: 'http://gantry.org'
|
||||
readme: 'https://github.com/gantry/gantry5/blob/master/README.md'
|
||||
keywords: gantry, gantry5, theme
|
||||
bugs: https://github.com/gantry/gantry5/issues
|
||||
bugs: 'https://github.com/gantry/gantry5/issues'
|
||||
license: MIT
|
||||
|
||||
dependencies:
|
||||
|
||||
@@ -5,24 +5,24 @@ details:
|
||||
date: '@versiondate@'
|
||||
author:
|
||||
name: RocketTheme, LLC
|
||||
email: support@rockettheme.com
|
||||
link: http://www.rockettheme.com
|
||||
email: 'support@rockettheme.com'
|
||||
link: 'http://www.rockettheme.com'
|
||||
|
||||
documentation:
|
||||
link: http://docs.gantry.org/gantry5
|
||||
link: 'http://docs.gantry.org/gantry5'
|
||||
|
||||
support:
|
||||
link: https://gitter.im/gantry/gantry5
|
||||
link: 'https://gitter.im/gantry/gantry5'
|
||||
|
||||
updates:
|
||||
link: http://updates.rockettheme.com/themes/helium.yaml
|
||||
link: 'http://updates.rockettheme.com/themes/helium.yaml'
|
||||
|
||||
copyright: (C) 2005 - 2019 RocketTheme, LLC. All rights reserved.
|
||||
copyright: '(C) 2005 - 2019 RocketTheme, LLC. All rights reserved.'
|
||||
license: GPLv2
|
||||
description: Helium Theme
|
||||
images:
|
||||
thumbnail: admin/images/preset1.png
|
||||
preview: admin/images/preset1.png
|
||||
thumbnail: 'admin/images/preset1.png'
|
||||
preview: 'admin/images/preset1.png'
|
||||
|
||||
configuration:
|
||||
gantry:
|
||||
@@ -31,9 +31,9 @@ configuration:
|
||||
|
||||
theme:
|
||||
parent: g5_helium
|
||||
base: gantry-theme://common
|
||||
file: gantry-theme://include/theme.php
|
||||
class: \Gantry\Framework\Theme
|
||||
base: 'gantry-theme://common'
|
||||
file: 'gantry-theme://include/theme.php'
|
||||
class: '\Gantry\Framework\Theme'
|
||||
|
||||
fonts:
|
||||
Raleway:
|
||||
@@ -60,11 +60,11 @@ configuration:
|
||||
200: 'gantry-theme://fonts/lato/lato-light/lato-light-webfont'
|
||||
|
||||
css:
|
||||
compiler: \Gantry\Component\Stylesheet\ScssCompiler
|
||||
target: gantry-theme://css-compiled
|
||||
compiler: '\Gantry\Component\Stylesheet\ScssCompiler'
|
||||
target: 'gantry-theme://css-compiled'
|
||||
paths:
|
||||
- gantry-theme://scss
|
||||
- gantry-engine://scss
|
||||
- 'gantry-theme://scss'
|
||||
- 'gantry-engine://scss'
|
||||
files:
|
||||
- helium
|
||||
- helium-grav
|
||||
@@ -76,7 +76,7 @@ configuration:
|
||||
- custom
|
||||
|
||||
dependencies:
|
||||
gantry: 5.4.0
|
||||
gantry: '5.4.0'
|
||||
|
||||
section-variations:
|
||||
Padding Variations:
|
||||
@@ -85,8 +85,8 @@ configuration:
|
||||
section-vertical-paddings-large: Large Vertical Paddings
|
||||
section-horizontal-paddings-large: Large Horizontal Paddings
|
||||
section-vertical-paddings-small: Small Vertical Paddings
|
||||
section-horizontal-paddings-small: Small Horizontal Paddings
|
||||
Utility:
|
||||
section-horizontal-paddings-small: Small Horizontal Paddings
|
||||
Utility:
|
||||
nomarginall: No Margin
|
||||
nopaddingall: No Padding
|
||||
|
||||
|
||||
@@ -4,25 +4,25 @@ details:
|
||||
icon: paper-plane
|
||||
date: '@versiondate@'
|
||||
author:
|
||||
name: RocketTheme, LLC
|
||||
email: support@rockettheme.com
|
||||
link: http://www.rockettheme.com
|
||||
name: 'RocketTheme, LLC'
|
||||
email: 'support@rockettheme.com'
|
||||
link: 'http://www.rockettheme.com'
|
||||
|
||||
documentation:
|
||||
link: http://docs.gantry.org/gantry5
|
||||
link: 'http://docs.gantry.org/gantry5'
|
||||
|
||||
support:
|
||||
link: https://gitter.im/gantry/gantry5
|
||||
link: 'https://gitter.im/gantry/gantry5'
|
||||
|
||||
updates:
|
||||
link: http://updates.rockettheme.com/themes/helium.yaml
|
||||
link: 'http://updates.rockettheme.com/themes/helium.yaml'
|
||||
|
||||
copyright: (C) 2007 - 2019 RocketTheme, LLC. All rights reserved.
|
||||
copyright: '(C) 2007 - 2019 RocketTheme, LLC. All rights reserved.'
|
||||
license: GPLv2
|
||||
description: Helium Theme
|
||||
images:
|
||||
thumbnail: admin/images/preset1.png
|
||||
preview: admin/images/preset1.png
|
||||
thumbnail: 'admin/images/preset1.png'
|
||||
preview: 'admin/images/preset1.png'
|
||||
|
||||
configuration:
|
||||
gantry:
|
||||
@@ -31,9 +31,9 @@ configuration:
|
||||
|
||||
theme:
|
||||
parent: g5_helium
|
||||
base: gantry-theme://common
|
||||
file: gantry-theme://includes/theme.php
|
||||
class: \Gantry\Framework\Theme
|
||||
base: 'gantry-theme://common'
|
||||
file: 'gantry-theme://includes/theme.php'
|
||||
class: '\Gantry\Framework\Theme'
|
||||
|
||||
fonts:
|
||||
Raleway:
|
||||
@@ -60,11 +60,11 @@ configuration:
|
||||
200: 'gantry-theme://fonts/lato/lato-light/lato-light-webfont'
|
||||
|
||||
css:
|
||||
compiler: \Gantry\Component\Stylesheet\ScssCompiler
|
||||
target: gantry-theme://css-compiled
|
||||
compiler: '\Gantry\Component\Stylesheet\ScssCompiler'
|
||||
target: 'gantry-theme://css-compiled'
|
||||
paths:
|
||||
- gantry-theme://scss
|
||||
- gantry-engine://scss
|
||||
- 'gantry-theme://scss'
|
||||
- 'gantry-engine://scss'
|
||||
files:
|
||||
- helium
|
||||
- helium-joomla
|
||||
@@ -85,10 +85,10 @@ configuration:
|
||||
section-vertical-paddings-large: Large Vertical Paddings
|
||||
section-horizontal-paddings-large: Large Horizontal Paddings
|
||||
section-vertical-paddings-small: Small Vertical Paddings
|
||||
section-horizontal-paddings-small: Small Horizontal Paddings
|
||||
Utility:
|
||||
section-horizontal-paddings-small: Small Horizontal Paddings
|
||||
Utility:
|
||||
nomarginall: No Margin
|
||||
nopaddingall: No Padding
|
||||
nopaddingall: No Padding
|
||||
|
||||
block-variations:
|
||||
Title Variations:
|
||||
|
||||
@@ -3,5 +3,5 @@ default:
|
||||
preset: default
|
||||
|
||||
home:
|
||||
title: Home - Particles
|
||||
title: 'Home - Particles'
|
||||
preset: home_-_particles
|
||||
|
||||
@@ -14,7 +14,7 @@ form:
|
||||
mode:
|
||||
type: select.select
|
||||
label: Display Mode
|
||||
description: When set to Auto - theme detects <!--more--> tag inside of the post content.
|
||||
description: 'When set to Auto - theme detects <!--more--> tag inside of the post content.'
|
||||
default: auto
|
||||
options:
|
||||
auto: Auto
|
||||
|
||||
@@ -21,7 +21,7 @@ form:
|
||||
type: select.date
|
||||
label: Date Format
|
||||
description: Select preferred date format.
|
||||
default: j F Y
|
||||
default: 'j F Y'
|
||||
placeholder: 'Select...'
|
||||
selectize:
|
||||
allowEmptyOption: true
|
||||
|
||||
@@ -14,7 +14,7 @@ form:
|
||||
mode:
|
||||
type: select.select
|
||||
label: Display Mode
|
||||
description: When set to Auto - theme detects <!--more--> tag inside of the post content.
|
||||
description: 'When set to Auto - theme detects <!--more--> tag inside of the post content.'
|
||||
default: auto
|
||||
options:
|
||||
auto: Auto
|
||||
|
||||
@@ -13,4 +13,4 @@ form:
|
||||
_info:
|
||||
type: separator.note
|
||||
class: alert alert-info
|
||||
content: Enables the wpautop WordPress core filter that auto adds paragraphs and break lines to your post/page content.
|
||||
content: 'Enables the wpautop WordPress core filter that auto adds paragraphs and break lines to your post/page content.'
|
||||
|
||||
@@ -21,7 +21,7 @@ form:
|
||||
type: select.date
|
||||
label: Date Format
|
||||
description: Select preferred date format.
|
||||
default: j F Y
|
||||
default: 'j F Y'
|
||||
placeholder: 'Select...'
|
||||
selectize:
|
||||
allowEmptyOption: true
|
||||
|
||||
@@ -21,7 +21,7 @@ form:
|
||||
type: select.date
|
||||
label: Date Format
|
||||
description: Select preferred date format.
|
||||
default: j F Y
|
||||
default: 'j F Y'
|
||||
placeholder: 'Select...'
|
||||
selectize:
|
||||
allowEmptyOption: true
|
||||
|
||||
@@ -4,25 +4,25 @@ details:
|
||||
icon: paper-plane
|
||||
date: '@versiondate@'
|
||||
author:
|
||||
name: RocketTheme, LLC
|
||||
email: support@rockettheme.com
|
||||
link: http://www.rockettheme.com
|
||||
name: 'RocketTheme, LLC'
|
||||
email: 'support@rockettheme.com'
|
||||
link: 'http://www.rockettheme.com'
|
||||
|
||||
documentation:
|
||||
link: http://docs.gantry.org/gantry5
|
||||
link: 'http://docs.gantry.org/gantry5'
|
||||
|
||||
support:
|
||||
link: https://gitter.im/gantry/gantry5
|
||||
link: 'https://gitter.im/gantry/gantry5'
|
||||
|
||||
updates:
|
||||
link: http://updates.rockettheme.com/themes/helium.yaml
|
||||
link: 'http://updates.rockettheme.com/themes/helium.yaml'
|
||||
|
||||
copyright: (C) 2007 - 2019 RocketTheme, LLC. All rights reserved.
|
||||
copyright: '(C) 2007 - 2019 RocketTheme, LLC. All rights reserved.'
|
||||
license: GPLv2
|
||||
description: Helium Theme
|
||||
images:
|
||||
thumbnail: admin/images/preset1.png
|
||||
preview: admin/images/preset1.png
|
||||
thumbnail: 'admin/images/preset1.png'
|
||||
preview: 'admin/images/preset1.png'
|
||||
|
||||
configuration:
|
||||
gantry:
|
||||
@@ -31,9 +31,9 @@ configuration:
|
||||
|
||||
theme:
|
||||
parent: g5_helium
|
||||
base: gantry-theme://common
|
||||
file: gantry-theme://includes/theme.php
|
||||
class: \Gantry\Framework\Theme
|
||||
base: 'gantry-theme://common'
|
||||
file: 'gantry-theme://includes/theme.php'
|
||||
class: '\Gantry\Framework\Theme'
|
||||
textdomain: g5_helium
|
||||
|
||||
fonts:
|
||||
@@ -61,11 +61,11 @@ configuration:
|
||||
200: 'gantry-theme://fonts/lato/lato-light/lato-light-webfont'
|
||||
|
||||
css:
|
||||
compiler: \Gantry\Component\Stylesheet\ScssCompiler
|
||||
target: gantry-theme://css-compiled
|
||||
compiler: '\Gantry\Component\Stylesheet\ScssCompiler'
|
||||
target: 'gantry-theme://css-compiled'
|
||||
paths:
|
||||
- gantry-theme://scss
|
||||
- gantry-engine://scss
|
||||
- 'gantry-theme://scss'
|
||||
- 'gantry-engine://scss'
|
||||
files:
|
||||
- helium
|
||||
- helium-wordpress
|
||||
@@ -86,10 +86,10 @@ configuration:
|
||||
section-vertical-paddings-large: Large Vertical Paddings
|
||||
section-horizontal-paddings-large: Large Horizontal Paddings
|
||||
section-vertical-paddings-small: Small Vertical Paddings
|
||||
section-horizontal-paddings-small: Small Horizontal Paddings
|
||||
Utility:
|
||||
section-horizontal-paddings-small: Small Horizontal Paddings
|
||||
Utility:
|
||||
nomarginall: No Margin
|
||||
nopaddingall: No Padding
|
||||
nopaddingall: No Padding
|
||||
|
||||
block-variations:
|
||||
Title Variations:
|
||||
@@ -118,10 +118,10 @@ configuration:
|
||||
|
||||
chrome:
|
||||
gantry:
|
||||
before_widget: <div id="%1$s" class="widget %2$s">
|
||||
after_widget: </div>
|
||||
before_title: <h3 class="widgettitle g-title">
|
||||
after_title: </h3>
|
||||
before_widget: '<div id="%1$s" class="widget %2$s">'
|
||||
after_widget: '</div>'
|
||||
before_title: '<h3 class="widgettitle g-title">'
|
||||
after_title: '</h3>'
|
||||
|
||||
admin:
|
||||
styles:
|
||||
|
||||
@@ -3,5 +3,5 @@ default:
|
||||
preset: default
|
||||
|
||||
home_-_particles:
|
||||
title: Home - Particles
|
||||
title: 'Home - Particles'
|
||||
preset: home_-_particles
|
||||
|
||||
@@ -49,9 +49,6 @@ form:
|
||||
- name: 'twitter:card'
|
||||
- content: 'The card type, which will be one of “summary”, “summary_large_image”, “photo”, “gallery”, “product”, “app”, or “player”.'
|
||||
|
||||
sep1:
|
||||
type: separator.separator
|
||||
|
||||
font-family-1:
|
||||
type: input.fonts
|
||||
label: Font 1
|
||||
@@ -111,7 +108,7 @@ form:
|
||||
- 'media/images/bla'
|
||||
file-4:
|
||||
type: input.filepicker
|
||||
label: Filter: '^img-'
|
||||
label: "Filter: '^img-'"
|
||||
icon: fa-filter
|
||||
root: 'gantry-media://'
|
||||
filter: '^img-'
|
||||
@@ -124,4 +121,4 @@ form:
|
||||
root: 'media/images'
|
||||
file-7:
|
||||
type: input.videopicker
|
||||
label: Video Picker
|
||||
label: Video Picker
|
||||
|
||||
@@ -8,7 +8,7 @@ form:
|
||||
col-width:
|
||||
type: input.text
|
||||
label: Simple Dropdown Width
|
||||
description: Specify the default width of menu dropdowns for simple mode in rem, em or px units. This width can be overridden on each individual menu item from the menu editor.
|
||||
description: 'Specify the default width of menu dropdowns for simple mode in rem, em or px units. This width can be overridden on each individual menu item from the menu editor.'
|
||||
default: "180px"
|
||||
pattern: '\d+(\.\d+){0,1}(rem|em|px)'
|
||||
animation:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: 2
|
||||
|
||||
preset:
|
||||
image: gantry-admin://images/layouts/2-col-left.png
|
||||
image: 'gantry-admin://images/layouts/2-col-left.png'
|
||||
|
||||
layout:
|
||||
/header/:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: 2
|
||||
|
||||
preset:
|
||||
image: gantry-admin://images/layouts/2-col-right.png
|
||||
image: 'gantry-admin://images/layouts/2-col-right.png'
|
||||
|
||||
layout:
|
||||
/header/:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: 2
|
||||
|
||||
preset:
|
||||
image: gantry-admin://images/layouts/3-col.png
|
||||
image: 'gantry-admin://images/layouts/3-col.png'
|
||||
|
||||
layout:
|
||||
/header/:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: 2
|
||||
|
||||
preset:
|
||||
image: gantry-admin://images/layouts/3-col-left.png
|
||||
image: 'gantry-admin://images/layouts/3-col-left.png'
|
||||
|
||||
layout:
|
||||
/header/:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: 2
|
||||
|
||||
preset:
|
||||
image: gantry-admin://images/layouts/3-col-right.png
|
||||
image: 'gantry-admin://images/layouts/3-col-right.png'
|
||||
|
||||
layout:
|
||||
/header/:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: 2
|
||||
|
||||
preset:
|
||||
image: gantry-admin://images/layouts/body-only.png
|
||||
image: 'gantry-admin://images/layouts/body-only.png'
|
||||
|
||||
layout:
|
||||
/main/:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: 2
|
||||
|
||||
preset:
|
||||
image: gantry-admin://images/layouts/default.png
|
||||
image: 'gantry-admin://images/layouts/default.png'
|
||||
|
||||
layout:
|
||||
/header/:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: 2
|
||||
|
||||
preset:
|
||||
image: gantry-admin://images/layouts/offline.png
|
||||
image: 'gantry-admin://images/layouts/offline.png'
|
||||
|
||||
layout:
|
||||
/header/:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: 2
|
||||
|
||||
preset:
|
||||
image: gantry-admin://images/layouts/default.png
|
||||
image: 'gantry-admin://images/layouts/default.png'
|
||||
|
||||
layout:
|
||||
/header/:
|
||||
|
||||
@@ -76,7 +76,7 @@ form:
|
||||
.id:
|
||||
type: input.text
|
||||
label: CSS ID
|
||||
description: Enter the ID for the block without the hash (#) (ie. <code>your-id</code>. You can then reference the element via CSS as <code>#your-id</code>
|
||||
description: 'Enter the ID for the block without the hash (#) (ie. <code>your-id</code>. You can then reference the element via CSS as <code>#your-id</code>'
|
||||
default:
|
||||
|
||||
.class:
|
||||
|
||||
@@ -4,7 +4,7 @@ details:
|
||||
icon: paper-plane
|
||||
date: '@versiondate@'
|
||||
author:
|
||||
name: RocketTheme, LLC
|
||||
name: 'RocketTheme, LLC'
|
||||
email: support@rockettheme.com
|
||||
link: http://www.rockettheme.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user