Problem/Motivation
The current installation docs are missing one more step to ensure the 'card' example renders correctly when nesting an {% include ... %} tag: the cl_components_example module must be installed.
Steps to reproduce
- Follow the current installation docs
- In storybook, check the button stories: they all work correctly
- In storybook, check the card stories both fail due to the clMeta.path variable not being properly set in the context of the nested my-button component.
Proposed resolution
Add a step to the installation instructions, directing to install cl_components_example.
Issue fork cl_server-3299162
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:
Issue fork cl_components-3299162
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
jedihe commentedMoving to cl_server project.
Comment #4
jedihe commentedComment #5
e0ipsoYou are right! Otherwise the twig namespace is not correct.
Comment #6
e0ipsoComment #8
e0ipso