Skip to content
Snippets Groups Projects

Issue #3470231 by pdureau, grimreaper, g4mbini, smustgrave: Attributes normalization

Files
13
@@ -26,7 +26,7 @@
@@ -26,7 +26,7 @@
</tr>
</tr>
{% endfor %}
{% endfor %}
{% for prop_id, prop in component.props.properties %}
{% for prop_id, prop in component.props.properties %}
{% if prop_id != 'attributes' %}
{% if prop_id != 'attributes' and prop_id != 'variant' %}
<tr class="ui_patterns_component_table__prop">
<tr class="ui_patterns_component_table__prop">
<td>
<td>
<code>{{ prop_id }}</code>
<code>{{ prop_id }}</code>
Loading