bluecadet/bluecadet_ajax_content

Library to handle AJAXing content utilitizing Drupal's AJAX.

Installs: 149

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:custom-drupal-module

1.0.2 2024-04-22 16:51 UTC

This package is auto-updated.

Last update: 2024-04-22 16:52:20 UTC


README

1.x Branch

Completely old and outdated... do not use.

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 differnt types of Content AJAXing