fields:
.name:
type: input.text
label: Title
.icon:
type: input.icon
label: Icon
fields:
.name:
type: input.text
label: Title
.link:
type: input.text
label: Link
description: Specify the link address.
.linktext:
type: input.text
label: Link Text
description: Customize the link text.
.target:
type: select.selectize
label: Target
description: Target browser window when item is clicked.
placeholder: 'Select...'
default: _blank
options:
_parent: Self
_blank: New Window
.icon:
type: input.icon
label: Icon
<div class="g-grid">
{% for subcontent in particle.subcontents %}
<div class="g-block {{ subcontent.class }}">
<div class="g-content">
{% if subcontent.icon %}<i class="{{ subcontent.icon }} g-block-icons"></i>{% endif %}
{% if subcontent.img %}<img src="{{ url(subcontent.img) }}" class="g-block-subcontent-img" alt="{{ subcontent.title|e }}" />{% endif %}
{% if subcontent.subtitle %} <div class="g-subtitle">{{ subcontent.subtitle|raw }}</div> {% endif %}
{% if subcontent.name %}<h4>{{ subcontent.name|raw }}</h4>{% endif %}
{% if subcontent.description %}{{ subcontent.description|raw }}{% endif %}
</div>
</div>
{% endfor %}
</div>
<div class="g-grid">
{% for subcontent in particle.subcontents %}
<div class="g-block {{ subcontent.class }}">
{% if subcontent.linktext %}<a href="{{ subcontent.link|e }}" target="{{ subcontent.target|default('_blank')|e }}">{% endif %}
<div class="g-content">
{% if subcontent.icon %}<i class="{{ subcontent.icon }} g-block-icons"></i>{% endif %}
{% if subcontent.img %}<img src="{{ url(subcontent.img) }}" class="g-block-subcontent-img" alt="{{ subcontent.title|e }}" />{% endif %}
{% if subcontent.name %}<h4>{{ subcontent.name|raw }}</h4>{% endif %}
{% if subcontent.description %}{{ subcontent.description|raw }}{% endif %}
</div>
</a>
</div>
{% endfor %}
</div>
The following users have thanked you: Miguel Guzman
The following users have thanked you: Nixx, David Martinez
Component Type | index.php/component/content/article/ |
Category ID | 8-features/ |
Article ID | 18-hidden-menu-article |
Hidden Menu Item ID | ?Itemid=254 |
Final URL | index.php/component/content/article/8-features/18-hidden-menu-article?Itemid=254 |
Time to create page: 0.106 seconds