Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bluecadet/bluecadet_utilities
https://github.com/bluecadet/bluecadet_utilities
drupal drupal-module module
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bluecadet/bluecadet_utilities
- Owner: bluecadet
- Created: 2017-08-31T13:32:36.000Z (about 7 years ago)
- Default Branch: 4.0
- Last Pushed: 2024-11-04T19:15:01.000Z (16 days ago)
- Last Synced: 2024-11-04T19:30:48.429Z (16 days ago)
- Topics: drupal, drupal-module, module
- Language: PHP
- Homepage:
- Size: 968 KB
- Stars: 3
- Watchers: 9
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Versions
### 1.x Branch
Completely old and outdated... do not use.
### 2.x Branch
< Drupal 8.9 compatable
### 3.x Branch
Drupal 8.9 and Drupal 9 Compatible.
- Removed all code related to Paragraphs preview
- Removed all code related to preview Display modes of nodes. This should now
all be included in Core Previews.### 4.0.x Branch
Drupal 9 Compatabile. Due to twig file loading easiest to keep seperate branches for D9 and D10.
### 4.1.x Branch
Drupal 10 Compatabile. Due to twig file loading easiest to keep seperate branches for D9 and D10.
## Includes
- Theme for formatting svg files
- Transliteration for file uploads ([Transliteration Module as Source](https://www.drupal.org/project/transliteration))
- Enable WYSIWYG on textfield fields
- Fractal Component template loader (copy of https://github.com/wearewondrous/fractal_compound_handles to handle windows dev environments)
- Image Style generator, based on aspect ratios.### Submodules
- bc_display_title: Provide functionality around the use of the display title field we normally use
- bc_sandbox: provide an easy page to play with
## Not using Composer
If you are not using composer, you can delete all unneeded files.- composer.json
## Using Composer
If you are using composer to manage Drupal modules, make sure you add custom
location for this module to be downloaded to. You must add the installer types
line as well as the location for the module.```json
...
"installer-types": ["custom-drupal-module"],
"installer-paths": {
"web/core": ["type:drupal-core"],
"web/modules/contrib/{$name}": ["type:drupal-module"],
"web/modules/custom/{$name}": ["type:custom-drupal-module"],
"web/profiles/contrib/{$name}": ["type:drupal-profile"],
"web/themes/contrib/{$name}": ["type:drupal-theme"],
"drush/contrib/{$name}": ["type:drupal-drush"]
},
...
```
## Changelog### 4.0.3
- Updating dev tools. Drupal module not really effected.### 4.0.2
- Adding in utilities for github/building/composer etc.### 4.0.1
- Added in Image Style generator.
- Added Simple Format Formatter so we can have min html in a text field.
- Updated simple Format formatter styles for buttons in Claro
- Added formatter settings if you want to run the text through a system text formatter.### 8.x-3.0.3
- Update FractalCompoundHandlesLoader class to use new components API
- Fix multiple uses of the simple formatter### 8.x-3.0.2
- Updated dependencies so we can use Composer v2
### 8.x-3.0.1
- Added in styles for Claro Admin theme.