- Issue created by @joelpittet
- Assigned to occupant
- @occupant opened merge request.
- Status changed to Needs review
almost 2 years ago 11:58pm 28 January 2023 - 🇨🇦Canada joelpittet Vancouver
We are going to remove the field.html.twig to the default stable. Which removes this code and BEM class syntax
# Create classes array #} {% set classes = [] %} {# BEM inspired class syntax: https://en.bem.info/ Enable this code if you would like field classes like "article__tags", where article is the content type and field_tags is the field name. #} {% set classes = classes|merge([ bundle ~ '__' ~ field_name|replace({'field_' : ''})|clean_class ]) %}
- 🇨🇦Canada joelpittet Vancouver
When generating the starterkit it copied over
final class StarterKit
by accident it seems because that would fail as it's the same namespace. -
joelpittet →
committed b5493512 on 3.x authored by
occupant →
Issue #3337052 by occupant, joelpittet: Convert Basic to use starterkit...
-
joelpittet →
committed b5493512 on 3.x authored by
occupant →
- Status changed to Fixed
almost 2 years ago 12:58am 29 January 2023 - 🇨🇦Canada occupant Canada
Re #5, the command I used was
php core/scripts/drupal generate-theme basic --path themes/custom
as per the docs → . Automatically closed - issue fixed for 2 weeks with no activity.