https://github.com/localgovdrupal/localgov_netcall
Drupal module for Netcall Low-code platform integration.
https://github.com/localgovdrupal/localgov_netcall
Last synced: 5 months ago
JSON representation
Drupal module for Netcall Low-code platform integration.
- Host: GitHub
- URL: https://github.com/localgovdrupal/localgov_netcall
- Owner: localgovdrupal
- Created: 2024-07-17T08:54:22.000Z (almost 2 years ago)
- Default Branch: 1.x
- Last Pushed: 2024-11-05T12:07:50.000Z (over 1 year ago)
- Last Synced: 2025-03-28T03:24:54.286Z (about 1 year ago)
- Language: PHP
- Size: 27.3 KB
- Stars: 0
- Watchers: 10
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Drupal module for [Netcall Low-code platform](https://www.netcall.com/) integration.
At the moment, the module functionality is limited to providing partial page markup (e.g. header) only. This is useful for sharing Drupal's page sections with Netcall platforms. More functionalities are expected at later stages.
## Features
### Page markup
- Header: Provides HTML markup of the `header` tag. Preceeded by Javascript tags that appear before the `header` tag. Request path: `/localgov-page-section?header`.
- Footer: provides HTML makrup of the `footer` tag. Followed by Javascript tags that appear after the `footer` tag. Request path: `/localgov-page-section?footer`.
### Stylesheet list
- Provides a plain text list of all stylesheets mentioned within the `html > head` tag. Request path: `/localgov-page-section?stylesheets`.
### Note
- Part of the functionality of this module has been taken from the [localgov_moderngov](https://github.com/localgovdrupal/localgov_moderngov) module. If you want to use Drupal's page markup on any Netcall platform, please use this module instead.