MTShop/code/web/modules/contrib/gin_lb
Gdilove c391965547 update config 2023-11-17 01:10:57 +08:00
..
.docksal update config 2023-11-17 01:10:57 +08:00
config update config 2023-11-17 01:10:57 +08:00
css update config 2023-11-17 01:10:57 +08:00
dist update config 2023-11-17 01:10:57 +08:00
js update config 2023-11-17 01:10:57 +08:00
postcss-glb-classes-generator update config 2023-11-17 01:10:57 +08:00
src update config 2023-11-17 01:10:57 +08:00
styles update config 2023-11-17 01:10:57 +08:00
templates update config 2023-11-17 01:10:57 +08:00
tests/Unit/TwigExtension update config 2023-11-17 01:10:57 +08:00
.eslintignore update config 2023-11-17 01:10:57 +08:00
.eslintrc.js update config 2023-11-17 01:10:57 +08:00
.github_changelog_generator update config 2023-11-17 01:10:57 +08:00
.gitignore update config 2023-11-17 01:10:57 +08:00
.phpunit.result.cache update config 2023-11-17 01:10:57 +08:00
.travis.yml update config 2023-11-17 01:10:57 +08:00
CHANGELOG.md update config 2023-11-17 01:10:57 +08:00
LICENSE.txt update config 2023-11-17 01:10:57 +08:00
README.md update config 2023-11-17 01:10:57 +08:00
composer.json update config 2023-11-17 01:10:57 +08:00
docker-compose.yml update config 2023-11-17 01:10:57 +08:00
gin_lb.api.php update config 2023-11-17 01:10:57 +08:00
gin_lb.info.yml update config 2023-11-17 01:10:57 +08:00
gin_lb.install update config 2023-11-17 01:10:57 +08:00
gin_lb.libraries.yml update config 2023-11-17 01:10:57 +08:00
gin_lb.links.menu.yml update config 2023-11-17 01:10:57 +08:00
gin_lb.module update config 2023-11-17 01:10:57 +08:00
gin_lb.routing.yml update config 2023-11-17 01:10:57 +08:00
gin_lb.services.yml update config 2023-11-17 01:10:57 +08:00
grumphp.drupal8.yml update config 2023-11-17 01:10:57 +08:00
grumphp.yml update config 2023-11-17 01:10:57 +08:00
package.json update config 2023-11-17 01:10:57 +08:00
phpunit.xml.dist update config 2023-11-17 01:10:57 +08:00
runner.yml.dist update config 2023-11-17 01:10:57 +08:00
webpack.config.build.js update config 2023-11-17 01:10:57 +08:00
webpack.config.dev.js update config 2023-11-17 01:10:57 +08:00
webpack.config.js update config 2023-11-17 01:10:57 +08:00
yarn-error.log update config 2023-11-17 01:10:57 +08:00
yarn.lock update config 2023-11-17 01:10:57 +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