Skip to content

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.

3 participants