Skip to content
/ customal Public

A Drupal 8 administration theme extending Gin, providing the ability to add project-specific styling to the administration.

License

Notifications You must be signed in to change notification settings

wieni/customal

Repository files navigation

Customal

A Drupal 8 administration theme extending Gin, providing the ability to add project-specific styling to the administration.

Installation

This theme should be used as a starting point for project-specific theming. Because of this, the theme has no composer.json file and dependencies should be added to the project this theme is created in.

git clone https://github.com/wieni/customal.git public/themes/custom/customal

Define an entry point

An entry point, always has a name (the name of the output file) and a corresponding file in /resources.

module.exports = {
  entry: {
    global: "index.js",
    search: "search.js",
  },
};

The following entry will results in two javascript files: global.js (resources/index.js) and search.js (resources/search.js). When any of the files contains css (or sass), the output will be written to a .css file with the same name. In this case global.css and search.css.

Security

If you discover any security-related issues, please email security@wieni.be instead of using the issue tracker.

License

Distributed under the MIT License. See the LICENSE file for more information.

About

A Drupal 8 administration theme extending Gin, providing the ability to add project-specific styling to the administration.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy