bluecadet/bluecadet_ajax_content

一个库,用于处理利用Drupal的AJAX进行AJAX内容。

安装次数: 2,664

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:自定义Drupal模块

1.0.5 2024-09-08 23:36 UTC

This package is auto-updated.

Last update: 2024-09-08 23:36:46 UTC


README

版本

1.x分支

包含

子模块

  • bluecadet_ajax_content_example

不使用Composer

如果您不使用Composer,可以删除所有不需要的文件。

  • composer.json

使用Composer

如果您使用Composer管理Drupal模块,请确保为该模块添加下载的定制位置。您必须添加安装类型行以及模块的位置。

  ...
  "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"]
  },
  ...

变更日志

1.x

  • 初始提交,允许进行3种不同类型的AJAX内容
  • 为内容AJAX添加另一个"触发"类型