Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bluecadet/bluecadet_ajax_content
https://github.com/bluecadet/bluecadet_ajax_content
drupal module
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bluecadet/bluecadet_ajax_content
- Owner: bluecadet
- Created: 2024-04-12T17:22:09.000Z (10 months ago)
- Default Branch: 1.x
- Last Pushed: 2024-09-08T23:36:28.000Z (5 months ago)
- Last Synced: 2024-09-28T10:01:40.053Z (4 months ago)
- Topics: drupal, module
- Language: PHP
- Homepage:
- Size: 593 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Ajax Content
## Versions
### 1.x Branch
## Includes
### Submodules
- bluecadet_ajax_content_example
## 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
### 1.x
- Initial commit allowing for 3 different types of Content AJAXing
- Adding in another "trigger" type for Content AJAXing