Problem/Motivation
Twig\Error\SyntaxError: Unknown "spaceless" tag. in Twig\Parser->subparse() (line 13 of themes/contrib/bootstrap_storybook/./src/components/form/select.twig).
Steps to reproduce
Proposed resolution
Use this instead.
{% apply spaceless %}
{% endapply %}
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork bootstrap_storybook-3326565
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
szeidler commentedAlso it depends on stable which is not in core anymore. It would either need to depend on stable9, the stable contrib module or depend on anything.
More info: https://www.drupal.org/node/3309392
Comment #4
szeidler commentedopened a merge request.
Comment #5
thallesComment #6
thallesChange records:
#3066038: The base theme property in theme .info.yml files is now required
Comment #11
doxigo commentedThanks for the MRs guys, merged them both