File manager - Edit - /home/verseaumee/empowernetkenyajuly2026/particles.tar
Back
portfolio.yaml 0000604 00000016442 15251741464 0007461 0 ustar 00 name: Portfolio description: Display portfolio. type: particle configuration: caching: type: static form: fields: enabled: type: input.checkbox label: Enabled description: Globally enable Portfolio particles. default: true _note: type: separator.note class: alert alert-info content: '<strong>This Particle requires the "UIkit for Gantry5" Atom to be loaded.</strong>' mainheading: type: input.text label: Title description: Type in the title. placeholder: 'Enter Title' default: '' introtext: type: textarea.textarea label: Intro Text description: Type in the intro text. placeholder: 'Enter Intro Text' default: '' style: type: select.select label: Style description: Select the style which defines the particle layout on the frontend. placeholder: 'Select...' default: style1 options: style1: Style 1 style2: Style 2 style3: Style 3 style4: Style 4 columns: type: select.select label: Columns description: Select the number of items per row (columns). placeholder: 'Select...' default: 3 options: 1: 1 2: 2 3: 3 4: 4 5: 5 6: 6 10: 10 gutter: type: select.select label: Gutter description: Enable or disable the Portfolio gutter (to have space between the items or not). placeholder: 'Select...' default: enabled options: enabled: Enabled disabled: Disabled lightbox: type: select.select label: Lightbox description: Enable or disable the image lightbox/popup. placeholder: 'Select...' default: enable options: enable: Enabled disable: Disabled disablelink: Disabled (Item Link) filters: type: select.select label: Filters description: Enable or disable the Portfolio filters. placeholder: 'Select...' default: disabled options: enabled: Enabled enabled2: Enabled - Counter 1 enabled3: Enabled - Counter 2 disabled: Disabled filterall: type: input.text label: Filter "All" description: Type in the Filter 'All' name. This filter shows all items. You can use this field to translate the text in your language. placeholder: 'Enter Filter Name' default: 'All' filter1: type: input.text label: Filter 1 description: Type in the Filter 1 name. Here you create the filters and then you assign them to the Portfolio items. It is similar to tags. placeholder: 'Enter Filter Name' default: '' filter2: type: input.text label: Filter 2 description: Type in the Filter 2 name. Here you create the filters and then you assign them to the Portfolio items. It is similar to tags. placeholder: 'Enter Filter Name' default: '' filter3: type: input.text label: Filter 3 description: Type in the Filter 3 name. Here you create the filters and then you assign them to the Portfolio items. It is similar to tags. placeholder: 'Enter Filter Name' default: '' filter4: type: input.text label: Filter 4 description: Type in the Filter 4 name. Here you create the filters and then you assign them to the Portfolio items. It is similar to tags. placeholder: 'Enter Filter Name' default: '' filter5: type: input.text label: Filter 5 description: Type in the Filter 5 name. Here you create the filters and then you assign them to the Portfolio items. It is similar to tags. placeholder: 'Enter Filter Name' default: '' css.class: type: input.selectize label: CSS Classes description: CSS class name for the particle. default: extra: type: collection.keyvalue label: Tag Attributes description: Extra Tag attributes. key_placeholder: Key (data-*, style, ...) value_placeholder: Value exclude: ['id', 'class'] items: type: collection.list array: true label: Portfolio Items description: Create each Portfolio item to display. value: name ajax: true fields: .image: type: input.imagepicker label: Image description: Select an image. .alt: type: input.text label: Image Alt Tag .video: type: input.text label: Video URL description: Paste the video URL. If a video URL is added to this field, the modal window will load the video instead of the image. .title: type: input.text label: Title .link: type: input.text label: Title Link .target: type: select.select label: Target description: Target browser window when item is clicked. placeholder: 'Select...' default: _parent options: _parent: Self _blank: New Window .description: type: textarea.textarea label: Description .date: type: input.text label: Date description: Enter the date that you want to be associated with this item. The field is mostly used as a 'Published Date'. Being able to type in the date manually gives you a great flexibility as you can show the exact format you want. .specialtext: type: input.text label: Special Text .icon: type: input.icon label: Special Icon description: Choose an icon to be placed in front of 'Special Text'. .bottomlink: type: input.text label: Bottom Link description: Enter the clickable text you want to be shown. The link is the URL you enter in the 'Title Link' field above. .filter1: type: input.checkbox label: Filter 1 description: Assign Filter 1 to this item. It is similar to tags. default: 0 .filter2: type: input.checkbox label: Filter 2 description: Assign Filter 2 to this item. It is similar to tags. default: 0 .filter3: type: input.checkbox label: Filter 3 description: Assign Filter 3 to this item. It is similar to tags. default: 0 .filter4: type: input.checkbox label: Filter 4 description: Assign Filter 4 to this item. It is similar to tags. default: 0 .filter5: type: input.checkbox label: Filter 5 description: Assign Filter 5 to this item. It is similar to tags. default: 0 .class: type: input.selectize label: CSS Class .extra: type: collection.keyvalue label: Tag Attributes description: Extra Tag attributes. key_placeholder: Key (data-*, style, ...) value_placeholder: Value exclude: ['id', 'class'] adminer.php 0000644 00000000000 15251741464 0006673 0 ustar 00 features.html.twig 0000604 00000017677 15251741464 0010250 0 ustar 00 {% extends '@nucleus/partials/particle.html.twig' %} {% set attr_extra = '' %} {% if particle.extra %} {% for attributes in particle.extra %} {% for key, value in attributes %} {% set attr_extra = attr_extra ~ ' ' ~ key|e ~ '="' ~ value|e('html_attr') ~ '"' %} {% endfor %} {% endfor %} {% endif %} {% set particleheading %} <div class="g-particle-intro"> {% if particle.mainheading %} <h3 class="g-title g-main-title">{{ particle.mainheading|raw }}</h3> <div class="g-title-separator {% if particle.introtext == false %}no-intro-text{% endif %}"></div> {% endif %} {% if particle.introtext %}<p class="g-introtext">{{ particle.introtext|raw }}</p>{% endif %} </div> {% endset %} {% set mainclass %} {% if particle.style|default("style1") == "style1" or particle.style|default('style1') == 'style6' or particle.style|default('style1') == 'style7' or particle.style|default('style1') == 'style8' %} g-features-particle {% else %} g-features2-particle {% endif %} {% endset %} {% set featuresitems %} {% for row in particle.items|batch(particle.columns|default('3')|e) %} <div class="g-grid"> {% for item in row %} {% set attr_extra_item = '' %} {% for extra in item.extra %} {% set attr_extra_item = attr_extra_item ~ ' ' ~ extra|keys|first|e ~ '="' ~ extra|values|first|e('html_attr') ~ '"' %} {% endfor %} {% set subfeatures %} <div class="g-features-particle-subs"> {% if item.subfeature1 %}<div class="g-subs-item">{{ item.subfeature1|raw }}</div>{% endif %} {% if item.subfeature2 %}<div class="g-subs-item">{{ item.subfeature2|raw }}</div>{% endif %} {% if item.subfeature3 %}<div class="g-subs-item">{{ item.subfeature3|raw }}</div>{% endif %} {% if item.subfeature4 %}<div class="g-subs-item">{{ item.subfeature4|raw }}</div>{% endif %} {% if item.subfeature5 %}<div class="g-subs-item">{{ item.subfeature5|raw }}</div>{% endif %} </div> {% endset %} {% set button %} <div class="g-features-particle-button"> <a class="button" target="{{ item.target|default('_parent')|e }}" href="{{ item.link|e }}"> {{- item.buttontext|raw -}} </a> </div> {% endset %} {% set style1 %} <div class="g-block g-features-particle-item{% if item.class %} {{ item.class|e }}{% endif %}" {% if item.extra %}{{ attr_extra_item|raw }}{% endif %}> {% if particle.style|default("style1") != "style8" %} <div class="g-content"> {% endif %} {% if particle.style|default("style1") == "style7" %} <div class="g-features-particle-item-inner"> {% endif %} {% if item.icon and item.image == false %} <span class="g-features-particle-icon {{ item.icon|e }}"> <span class="g-circle-border"></span> </span> {% endif %} {% if item.image %} <div class="g-features-particle-image"> <img alt="{{ item.title|e }}" src="{{ url(item.image) }}" {{ particle.image|imagesize|raw }}> </div> {% endif %} {% if item.title %} <h4 class="g-features-particle-title"> {%- if item.link -%} <a target="{{ item.target|default('_parent')|e }}" href="{{ item.link|e }}"> {%- endif -%} {{- item.title|raw -}} {%- if item.link -%} </a> {%- endif -%} </h4> {% endif %} {% if item.description %} <p class="g-features-particle-desc"> {{- item.description|raw -}} </p> {% endif %} {% if item.subfeature1 or item.subfeature2 or item.subfeature3 or item.subfeature4 or item.subfeature5 %} {{ subfeatures }} {% endif %} {% if item.buttontext %} {{ button }} {% endif %} {% if particle.style|default("style1") == "style7" %} </div> {% endif %} {% if particle.style|default("style1") != "style8" %} </div> {% endif %} </div> {% endset %} {% set style2 %} <div class="g-block g-features2-particle-item{% if item.class %} {{ item.class|e }}{% endif %}" {% if item.extra %}{{ attr_extra_item|raw }}{% endif %}> <div class="g-content"> {% if item.title %} <h4 class="g-features2-particle-title"> {%- if item.link -%} <a target="{{ item.target|default('_parent')|e }}" href="{{ item.link|e }}"> {%- endif -%} {%- if item.icon and item.image == false -%} <span class="g-features2-particle-icon {{ item.icon|e }}"></span> {%- endif -%} {%- if item.image -%} <div class="g-features2-particle-image"> <img alt="{{ item.title|e }}" src="{{ url(item.image) }}" {{ particle.image|imagesize|raw }}> </div> {%- endif -%} {{- item.title|raw -}} {%- if item.link -%} </a> {%- endif -%} </h4> {% endif %} {% if item.description %} <p class="g-features2-particle-desc"> {{- item.description|raw -}} </p> {% endif %} {% if item.subfeature1 or item.subfeature2 or item.subfeature3 or item.subfeature4 or item.subfeature5 %} {{ subfeatures }} {% endif %} {% if item.buttontext %} {{ button }} {% endif %} </div> </div> {% endset %} {% set style3 %} <div class="g-block g-features2-particle-item{% if item.class %} {{ item.class|e }}{% endif %}" {% if item.extra %}{{ attr_extra_item|raw }}{% endif %}> <div class="g-content"> {% if item.icon and item.image == false %} <div class="g-features2-particle-icon"> <span class="{{ item.icon|e }}"></span> </div> {% endif %} {% if item.image %} <div class="g-features2-particle-image"> <img alt="{{ item.title|e }}" src="{{ url(item.image) }}" {{ particle.image|imagesize|raw }}> </div> {% endif %} {% if item.title or item.description or item.buttontext or item.subfeature1 or item.subfeature2 or item.subfeature3 or item.subfeature4 or item.subfeature5%} <div class="g-title-desc-container"> {% if item.title %} <h4 class="g-features2-particle-title"> {%- if item.link -%} <a target="{{ item.target|default('_parent')|e }}" href="{{ item.link|e }}"> {%- endif -%} {{- item.title|raw -}} {%- if item.link -%} </a> {%- endif -%} </h4> {% endif %} {% if item.description %} <p class="g-features2-particle-desc"> {{- item.description|raw -}} </p> {% endif %} {% if item.subfeature1 or item.subfeature2 or item.subfeature3 or item.subfeature4 or item.subfeature5 %} {{ subfeatures }} {% endif %} {% if item.buttontext %} {{ button }} {% endif %} </div> {% endif %} </div> </div> {% endset %} {% if particle.style|default("style1") == "style1" or particle.style|default('style1') == 'style6' or particle.style|default('style1') == 'style7' or particle.style|default('style1') == 'style8' %}{{ style1 }}{% endif %} {% if particle.style|default("style1") == "style2" or particle.style|default('style1') == 'style3' %}{{ style2 }}{% endif %} {% if particle.style|default("style1") == "style4" or particle.style|default('style1') == 'style5' %}{{ style3 }}{% endif %} {% endfor %} </div> {% endfor %} {% endset %} {% block particle %} <div class="{{ mainclass|trim }} {{ particle.style|default("style1")|e }}{% if particle.css.class %} {{ particle.css.class|e }}{% endif %}" {% if particle.extra %}{{ attr_extra|raw }}{% endif %}> {% if particle.mainheading or particle.introtext %} {{ particleheading }} {% endif %} {{ featuresitems }} </div> {% endblock %} modal-search.yaml 0000604 00000002217 15251741464 0007776 0 ustar 00 name: Modal Search description: Display modal search. type: particle configuration: caching: type: static form: fields: enabled: type: input.checkbox label: Enabled description: Globally enable spacer. default: true _note: type: separator.note class: alert alert-info content: '<strong>This Particle requires the "UIkit for Gantry5" Atom to be loaded.</strong><br /><br />Displays modal search in your layout.<br />This particle is designed to be used in the Menu only.<br /><br /><strong>Joomla:</strong> Go to the Module Manager and make sure your Search module is published in the "<strong>modal-search</strong>" position.<br /><br /><strong>Grav CMS:</strong> Make sure you have installed the <a href="https://github.com/getgrav/grav-plugin-simplesearch" target="_blank"><strong>SimpleSearch</strong></a> plugin.' style: type: select.select label: Style description: Select the style which defines the particle layout on the frontend. placeholder: 'Select...' default: style1 options: style1: Style 1 style2: Style 2 offcanvas-toggle.html.twig 0000604 00000001141 15251741464 0011632 0 ustar 00 {% extends '@nucleus/partials/particle.html.twig' %} {% block stylesheets %} {% if particle.enabled %} {{ parent() }} <style type="text/css"> @media (min-width: {{ gantry.config.get('styles.breakpoints.mobile-menu-breakpoint')|default('48rem') }}) { .g-offcanvas-toggle { display: none; } } </style> {% endif %} {% endblock %} {% block particle %} <div class="offcanvas-toggle-particle g-offcanvas-toggle" data-offcanvas-toggle="" aria-label="{{'Offcanvas'|trans_key('IT_ACCESS_OFFCANVAS')}}"> <i class="{{ particle.icon|e }}"></i> </div> {% endblock %} uikit.yaml 0000604 00000002254 15251741464 0006565 0 ustar 00 name: UIkit for Gantry5 description: Configure UIkit for Gantry5. type: atom form: fields: enabled: type: input.checkbox label: Enabled description: Globally enable UIkit for Gantry5 particles. default: true _note: type: separator.note class: alert alert-info content: 'This Atom loads a modified and optimized version of the <a href="http://getuikit.com/index.html" target="_blank">UIkit Framework</a> prepared specifically for Gantry 5.<br />Developed and maintained by <a href="http://www.inspiretheme.com/" target="_blank">InspireTheme.com</a><br /><br /><strong>UIkit Version:</strong><br />2.27.4<br /><br /><strong>Components Included:</strong><br />Core, Dynamic Grid, Dotnav, Progress, Slidenav, Lightbox, Slider, Slideset, Slideshow, Parallax, Accordion, Notify, Sticky, Tooltip' jslocation: type: select.select label: JS Location description: Select where the UIkit JS assets should be loaded. The default and recommended location is 'Footer' (before the closing body tag). placeholder: 'Select...' default: footer options: footer: Footer head: Head image-features.html.twig 0000604 00000010067 15251741464 0011312 0 ustar 00 {% extends '@nucleus/partials/particle.html.twig' %} {% set attr_extra = '' %} {% if particle.extra %} {% for attributes in particle.extra %} {% for key, value in attributes %} {% set attr_extra = attr_extra ~ ' ' ~ key|e ~ '="' ~ value|e('html_attr') ~ '"' %} {% endfor %} {% endfor %} {% endif %} {% set particleheading %} <div class="g-particle-intro"> {% if particle.mainheading %} <h3 class="g-title g-main-title">{{ particle.mainheading|raw }}</h3> <div class="g-title-separator {% if particle.introtext == false %}no-intro-text{% endif %}"></div> {% endif %} {% if particle.introtext %}<p class="g-introtext">{{ particle.introtext|raw }}</p>{% endif %} </div> {% endset %} {% set imagefeaturesitems %} {% for row in particle.items|batch(particle.columns|default('2')|e) %} <div class="g-grid"> {% for item in row %} {% set attr_extra_item = '' %} {% for extra in item.extra %} {% set attr_extra_item = attr_extra_item ~ ' ' ~ extra|keys|first|e ~ '="' ~ extra|values|first|e('html_attr') ~ '"' %} {% endfor %} {% set image %} {% if item.image %} <div class="g-block size-{{ item.imagewidth|default(33)|e }} g-image-features-image{% if item.link %} uk-overlay uk-overlay-hover{% endif %}"> {% if item.link %} <a target="{{ item.target|default('_parent')|e }}" href="{{ item.link|e }}"> <span class="uk-overlay-panel uk-overlay-background uk-overlay-icon uk-overlay-fade"></span> {% endif %} <img alt="{{ item.alt|e }}" src="{{ url(item.image) }}" {{ item.image|imagesize|raw }}> {% if item.link %} </a> {% endif %} </div> {% endif %} {% endset %} {% set content %} {% if item.title or item.description %} <div class="g-block g-image-features-content"> {% if item.title %} <h4 class="g-image-features-title"> {%- if item.link -%} <a target="{{ item.target|default('_parent')|e }}" href="{{ item.link|e }}"> {%- endif -%} {{- item.title|raw -}} {%- if item.link -%} </a> {%- endif -%} </h4> {% endif %} {% if item.description %} <div class="g-image-features-desc"> {{- item.description|raw -}} </div> {% endif %} {% if item.specialtext or item.bottomlink %} <div class="g-bottom-info clearfix{% if item.specialtext == false %} no-special{% endif %}"> {% if item.specialtext %} <div class="g-image-feature-special"> {%- if item.icon -%} <i class="{{ item.icon|raw }}"></i> {%- endif -%} {{- item.specialtext|raw -}} </div> {% endif %} {% if item.bottomlink %} <div class="g-image-features-link"> <a target="{{ item.target|default('_parent')|e }}" href="{{ item.link|e }}"> {{- item.bottomlink|raw -}}<i class="fa fa-long-arrow-right"></i> </a> </div> {% endif %} </div> {% endif %} </div> {% endif %} {% endset %} <div class="g-block{% if item.class %} {{ item.class|e }}{% endif %}" {% if item.extra %}{{ attr_extra_item|raw }}{% endif %}> <div class="g-content"> <div class="g-image-features-item layout-{{ item.layout|default('left')|e }}"> <div class="g-grid"> {% if item.layout|default('left') == 'left' %} {{ image }} {{ content }} {% else %} {{ content }} {{ image }} {% endif %} </div> </div> </div> </div> {% endfor %} </div> {% endfor %} {% endset %} {% set featurecontent %} {% endset %} {% block particle %} <div class="g-image-features{% if particle.css.class %} {{ particle.css.class|e }}{% endif %}" {% if particle.extra %}{{ attr_extra|raw }}{% endif %}> {% if particle.mainheading or particle.introtext %} {{ particleheading }} {% endif %} {{ imagefeaturesitems }} </div> {% endblock %} content-pro-joomla.yaml 0000604 00000031523 15251741464 0011170 0 ustar 00 name: Content PRO (Joomla) description: Display Joomla articles in an awesome way. type: particle form: fields: enabled: type: input.checkbox label: Enabled description: Globally enable Content PRO (Joomla) particles. default: true _note: type: separator.note class: alert alert-info content: '<strong>This Particle requires the "UIkit for Gantry5" Atom to be loaded.</strong>' _tabs: type: container.tabs fields: _tab_main: label: Main Settings fields: mainheading: type: input.text label: Title description: Type in the title. placeholder: 'Enter Title' default: '' introtext: type: textarea.textarea label: Intro Text description: Type in the intro text. placeholder: 'Enter Intro Text' default: '' style: type: select.select label: Style description: Select the style which defines the particle layout on the frontend. placeholder: 'Select...' default: style1 options: style1: Style 1 style2: Style 2 style3: Style 3 behaviour: type: select.select label: Behaviour description: Select the particle behaviour - static, slider or slideset. placeholder: 'Select...' default: static options: static: Static slider: Slider slideset: Slideset columns: type: select.select label: Items per Slide description: Select the number of items per slide for the Slider and Slideset behaviour. This option also acts as 'Items per Row' for the 'Static' behavior. placeholder: 'Select...' default: 3 options: 1: 1 2: 2 3: 3 4: 4 5: 5 6: 6 10: 10 gutter: type: select.select label: Gutter description: Enable or disable the Content PRO gutter (to have space between the items or not). placeholder: 'Select...' default: enabled options: enabled: Enabled disabled: Disabled autoplay: type: select.select label: Autoplay description: Select whether or not the Slider and Slideset items should switch automatically placeholder: 'Select...' default: disable options: enable: Enabled disable: Disabled autoplayInterval: type: input.text label: Autoplay Interval description: Set the timespan in miliseconds between switching the slides/pages. default: 7000 navigation: type: select.select label: Navigation description: Select the navigation type (Slideset ONLY). placeholder: 'Select...' default: arrows options: arrows: Arrows dots: Dots both: Both animation: type: select.select label: Animation description: Select the animation type (Slideset ONLY). placeholder: 'Select...' default: fade options: fade: Fade scale: Scale slide-horizontal: Slide-horizontal slide-vertical: Slide-vertical slide-top: Slide-top slide-bottom: Slide-bottom duration: type: input.text label: Animation Duration description: Set the animation duration in miliseconds (Slideset ONLY). default: 200 lightbox: type: select.select label: Lightbox description: Enable or disable the image lightbox/popup. placeholder: 'Select...' default: enable options: enable: Enabled disable: Disabled disablelink: Disabled (Article Link) pullup: type: input.checkbox label: Pull Up description: If enabled, a negative 'margin-top' will be applied to the particle. Enabling this option is recommended only when the particle is just below the slider. default: 0 css.class: type: input.selectize label: CSS Classes description: CSS class name for the particle. default: extra: type: collection.keyvalue label: Tag Attributes description: Extra Tag attributes. key_placeholder: Key (data-*, style, ...) value_placeholder: Value exclude: ['id', 'class'] _tab_source: label: Data Source fields: article.filter.categories: type: joomla.categories label: Categories description: Select the categories the articles should be taken from. overridable: false 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). overridable: false article.filter.featured: type: select.select label: Featured Articles description: Select how Featured articles should be filtered. default: '' options: include: Include Featured exclude: Exclude Featured only: Only Featured overridable: false article.limit.total: type: input.text label: Number of Articles description: Enter the maximum number of articles to display. default: 3 pattern: '\d{1,2}' overridable: false article.limit.start: type: input.text label: Start From description: Enter offset specifying the first article to return. The default is '0' (the first article). default: 0 pattern: '\d{1,2}' overridable: false article.sort.orderby: type: select.select label: Order By description: Select how the articles should be ordered by. default: publish_up options: publish_up: Published Date created: Created Date modified: Last Modified Date title: Title ordering: Ordering hits: Hits id: ID alias: Alias overridable: false article.sort.ordering: type: select.select label: Ordering Direction description: Select the direction the articles should be ordered by. default: ASC options: ASC: Ascending DESC: Descending overridable: false _tab_layout: label: Article Layout fields: article.display.image.enabled: type: select.select label: Image description: Select if and what image of the article should be shown. default: intro options: intro: Intro full: Full '': None height: type: input.text label: Image Height description: Set the image height in pixels (do NOT type in 'px', enter just the digits). If you leave this field empty the default image proportions will be used. pattern: '\d{1,4}' article.display.title.enabled: type: select.select label: Title description: Select if the article title should be shown. default: show options: show: Show (Article Link) shownolink: Show (No Link) '': Hide article.display.title.limit: type: input.text label: Title Limit description: Enter the maximum number of characters the article title should be limited to. pattern: '\d+(\.\d+){0,1}' articledetails: type: select.select label: Article Details description: Select if the article details should be shown (Date, Author, Category, Hits). default: show options: show: Show (Top) showbottom: Show (Bottom) hide: Hide article.display.date.enabled: type: select.select label: Date description: Select if the article date should be shown. default: published options: created: Show Created Date published: Show Published Date modified: Show Modified Date '': Hide article.display.date.format: type: select.date label: Date Format description: Select the preferred date format. default: l, F d, Y selectize: allowEmptyOption: true options: 'l, F d, Y': Date1 'l, d F': Date2 'D, d F': Date3 'F d': Date4 'd F': Date5 'd M': Date6 'D, M d, Y': Date7 'D, M d, y': Date8 'l': Date9 'l j F Y': Date10 'j F Y': Date11 article.display.author.enabled: type: select.select label: Author description: Select if the article author should be shown. default: show options: show: Show (Author) showalias: Show (Alias) '': Hide article.display.category.enabled: type: select.select label: Category description: Select if and how the article category should be shown. default: link options: show: Show link: Show with Link '': Hide article.display.hits.enabled: type: select.select label: Hits description: Select if the article hits should be shown. default: show options: show: Show '': Hide article.display.text.type: type: select.select label: Article Text description: Select if and how the article text should be shown. default: intro options: intro: Introduction full: Full Article '': Hide article.display.text.limit: type: input.text label: Text Limit description: Type in the number of characters the article text should be limited to. default: '' pattern: '\d+' article.display.text.formatting: type: select.select label: Text Formatting description: Select the formatting you want to use to display the article text. default: text options: text: Plain Text html: HTML article.display.read_more.enabled: type: select.select label: Read More description: Select if the article 'Read More' button should be shown. default: show options: show: Show '': Hide article.display.read_more.label: type: input.text label: Read More Label description: Type in the label for the 'Read More' button. placeholder: 'Read More...'