Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added smart component #162

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added smart component #162

wants to merge 1 commit into from

Conversation

iberdinsky-skilld
Copy link
Contributor

@iberdinsky-skilld iberdinsky-skilld commented May 8, 2022

To test

as result both environments Drupal and storybook will share same modifiers/settings and libraries

@artreaktor-niks
Copy link
Collaborator

artreaktor-niks commented May 11, 2022

Tested.
On BackOffice settings for the field - not visible.
Because the wrapper for the layout is absent.
"js-layout-builder-block layout-builder-block"

According to these classes - options inside become visible on mouse hover.
https://prnt.sc/P5nxlw_hmujT

To fix it need to add

wrapper or specific CSS to show it from back-end side on hover without this wrapper.
<div {{ attributes }}>
  {% if content.content %}
    <div {{ region_attributes.content }}>
      {{- content.content -}}
    </div>
  {% endif %}
</div>

@artreaktor-niks
Copy link
Collaborator

artreaktor-niks commented May 11, 2022

Also.
After "drush cex" command - didn't found config exported.
For Drupal I used
https://github.com/skilld-labs/skilld-docker-container

On Root Drupal installation config are exporting and
Dependency of Kaizen module - don't present in config.
Only theme dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants