os2web / os2web_pagebuilder
Page builder set for os2web
Installs: 2 235
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 9
Forks: 0
Open Issues: 1
Type:drupal-module
Requires
- drupal/core: *
- drupal/field_group: *
- drupal/fieldblock: *
- drupal/image_widget_crop: *
- drupal/inline_entity_form: ^1.0@RC
- drupal/paragraphs: *
- drupal/scheduled_transitions: ^2.0
- drupal/scheduler_content_moderation_integration: *
- drupal/svg_image: *
- os2web/os2web_contact: dev-master
- os2web/os2web_hjemmeside: dev-master
- os2web/os2web_kle: dev-master
This package is auto-updated.
Last update: 2024-10-30 07:28:02 UTC
README
Module purpose
Page builder is a core module for OS2Web solution. Module provides initial configuration of Indholdside content type with its fields. To organize flexible page builing process there is used Paragraphs module with predefined paragraph bundles. Take a look at the list on proposed paragraph bundles and install it on demand if you miss any of them.
Other OS2Web modules has implemented paragraph bundles that could be used in Indholdside content type by reference.
Install
- Module is available to download via composer.
composer require os2web/os2web_pagebuilder drush en os2web_pagebuilder
- Enable OS2Web paragraph submodules on demand.
Update
Updating process for OS2Web Pagebuilder module is similar to usual composer package. Use Composer's built-in command for listing packages that have updates available:
composer outdated os2web/os2web_pagebuilder
Contribution
Project is opened for new features and os course bugfixes. If you have any suggestion or you found a bug in project, you are very welcome to create an issue in github repository issue tracker. For issue description there is expected that you will provide clear and sufficient information about your feature request or bug report.