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