Webform View Element
Component type
Categories
Maintenance status
Development status
Component created
Component changed
This module will allow a view containing a form field on each row to be used as a webform 8.5 form element.
This module will allow a view containing a form field on each row to be used as a webform 8.5 form element.
Send log entries from Core Database Logging module (dblog, formerly: watchdog) by email at cron run.
The DBLog Mailer module is part of the OSCE suite of admin tools. It is especially usefull on production environment, in combination with the following module:
Just trying to create what I require in a module that does forms.
Pulls in a whole bunch of form modules for a comprehensive form management experience based on the entity and field API (vs webform).
Provides a role for "trial" users.
Gives this role on install and then removes it after x number of days.
If you want to react on the role being removed (for example send a mail), you can implement the hook
function hook_trial_role_removed(DrupaluserUserInterface $user);
This module was developed as part of developing Violinist. Keep your composer dependencies up to date. Automatically and all the time.
This module aims to allow the administrator of a Drupal 8 website to disable the "Preview" button that is shown on the forms.
Just use a regexp that matches the "form_id" to target the forms that should not display the "Preview" button.
This settings is only available to users who have access to the "administer site configuration" permission.
A Drupal 8 module to force Config Management to compare sorted, rather than unsorted, configs for diffs.
Drupal 8 Configuration Management can be unreliable about the order of configuration keys. The official fix is coming in 8.4 (#2852557: Config export key order is not predictable, use config schema to order keys for maps), which allows config schemas to specify a field to be used for sorting.
Edit and Save
This is a Drupal 8 port of the https://www.drupal.org/project/save_edit , with support for all kinds of
content entities, not only nodes.
Install
Install as a normal module, by going to the extend tab (admin/modules path).
Configure
All the configuration is placed in admin/config/content/edit-save. There is menu item inside the
main configuration screen, under "Content Authoring section"
Uninstall
This module helps to convert relative paths to absolute URL.
There is also provision in admin to control to convert relative paths of Images, CSS, JavaScript and Hyperlinks to absolute URL. Refer attached screenshot.
The Admin Language Negotiation module allows non-admin users to have their preferred administration language.
The module enables the Administration pages language settings to anyone
that has the permission Admin language negotiation
and introduces a new Language Negotiation based on this permission.