MTShop/code/web/modules/contrib/gin_lb
Gdilove 6f7054591c change folder for dev 2023-11-16 17:29:07 +08:00
..
.docksal change folder for dev 2023-11-16 17:29:07 +08:00
config change folder for dev 2023-11-16 17:29:07 +08:00
css change folder for dev 2023-11-16 17:29:07 +08:00
dist change folder for dev 2023-11-16 17:29:07 +08:00
js change folder for dev 2023-11-16 17:29:07 +08:00
postcss-glb-classes-generator change folder for dev 2023-11-16 17:29:07 +08:00
src change folder for dev 2023-11-16 17:29:07 +08:00
styles change folder for dev 2023-11-16 17:29:07 +08:00
templates change folder for dev 2023-11-16 17:29:07 +08:00
tests/Unit/TwigExtension change folder for dev 2023-11-16 17:29:07 +08:00
.eslintignore change folder for dev 2023-11-16 17:29:07 +08:00
.eslintrc.js change folder for dev 2023-11-16 17:29:07 +08:00
.github_changelog_generator change folder for dev 2023-11-16 17:29:07 +08:00
.gitignore change folder for dev 2023-11-16 17:29:07 +08:00
.phpunit.result.cache change folder for dev 2023-11-16 17:29:07 +08:00
.travis.yml change folder for dev 2023-11-16 17:29:07 +08:00
CHANGELOG.md change folder for dev 2023-11-16 17:29:07 +08:00
LICENSE.txt change folder for dev 2023-11-16 17:29:07 +08:00
README.md change folder for dev 2023-11-16 17:29:07 +08:00
composer.json change folder for dev 2023-11-16 17:29:07 +08:00
docker-compose.yml change folder for dev 2023-11-16 17:29:07 +08:00
gin_lb.api.php change folder for dev 2023-11-16 17:29:07 +08:00
gin_lb.info.yml change folder for dev 2023-11-16 17:29:07 +08:00
gin_lb.install change folder for dev 2023-11-16 17:29:07 +08:00
gin_lb.libraries.yml change folder for dev 2023-11-16 17:29:07 +08:00
gin_lb.links.menu.yml change folder for dev 2023-11-16 17:29:07 +08:00
gin_lb.module change folder for dev 2023-11-16 17:29:07 +08:00
gin_lb.routing.yml change folder for dev 2023-11-16 17:29:07 +08:00
gin_lb.services.yml change folder for dev 2023-11-16 17:29:07 +08:00
grumphp.drupal8.yml change folder for dev 2023-11-16 17:29:07 +08:00
grumphp.yml change folder for dev 2023-11-16 17:29:07 +08:00
package.json change folder for dev 2023-11-16 17:29:07 +08:00
phpunit.xml.dist change folder for dev 2023-11-16 17:29:07 +08:00
runner.yml.dist change folder for dev 2023-11-16 17:29:07 +08:00
webpack.config.build.js change folder for dev 2023-11-16 17:29:07 +08:00
webpack.config.dev.js change folder for dev 2023-11-16 17:29:07 +08:00
webpack.config.js change folder for dev 2023-11-16 17:29:07 +08:00
yarn-error.log change folder for dev 2023-11-16 17:29:07 +08:00
yarn.lock change folder for dev 2023-11-16 17:29:07 +08:00

README.md

Gin Layout Builder

The Gin Layout Builder module brings the gin admin theme to the layout builder.

For a full description of the module, visit the Gin Layout Builder.

Submit bug reports and feature suggestions, or track changes in the issue queue.

Conflicts with your frontend theme.

To avoid conflicts with your frontend theme, the module adds a CSS prefix "glb-" to all layout builder styles. If your theme uses theme suggestions there could be conflicts with the module theme suggestions from "gin layout builder". To avoid these conflicts add the following code to your hook_theme_suggestions inside your theme.

if (isset($variables['element']['#gin_lb_form'])) { return; }

Develop

Gin layout builder comes with a webpack configuration to builder SCSS styles. To use them run:

yarn install yarn dev

For a full description of the module, visit the project page.

Submit bug reports and feature suggestions, or track changes in the issue queue.

Table of contents

  • Requirements
  • Installation
  • Configuration
  • Maintainers

Requirements

This module requires the following modules other than core module:

Installation

Install as you would normally install a contributed Drupal module. For further information, see Installing Drupal Modules.

Configuration

The module has no menu or modifiable settings. There is no configuration at the module level.

Maintainers