localgovdrupal / localgov_netcall
Drupal module for Netcall Low-code platform integration.
Installs: 72
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 10
Forks: 1
Open Issues: 1
Type:drupal-module
This package is auto-updated.
Last update: 2024-11-05 12:07:53 UTC
README
Drupal module for Netcall Low-code platform 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 theheader
tag. Request path:/localgov-page-section?header
. - Footer: provides HTML makrup of the
footer
tag. Followed by Javascript tags that appear after thefooter
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 module. If you want to use Drupal's page markup on any Netcall platform, please use this module instead.