bluecadet/bluecadet_ajax_content
Composer 安装命令:
composer require bluecadet/bluecadet_ajax_content
包简介
Library to handle AJAXing content utilitizing Drupal's AJAX.
README 文档
README
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.
... "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
统计信息
- 总下载量: 9.61k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2024-04-13