EzContent Publish
EzContent Publish enhances content editing on Drupal sites by adding features like a color button and preview for CKEditor, content locking to prevent simultaneous edits, form tips for cleaner forms, smart trimming for text fields, customizable vertical tabs, diffing for node revisions, and an autosave function for forms.
This EzContent Publish module provide additional feature on top of ezcontent profile for content editor's , authors or publishers, as it add following features,
Ckeditor enhancements:
- Color Button
- Preview
- Layout Manager
Other features
Content Lock - When a user is editing a node, any other user that attempts to edit the same node will be blocked from doing so, and notified that the content is already being edited.
Formtips - Form Tips module uses JavaScript to move form description/help text to tooltips. It helps to reduce form clutter by removing form descriptions from the page and only displaying them when needed.
Smart Trim - Smart Trim implements a new field formatter for text fields like (text, text_long, and text_with_summary) and provides you with some settings based on which you can decide the number of characters you want to display along with the suffix.
Vertical Tab Config - This module allows you to hide vertical tabs on add/edit node pages depending on content type and role and you can also decide vertical tabs order with a drag and drop interface.
Diff - This module adds a tab for users (permission required). The tab shows all revisions like standard Drupal but it also allows pretty viewing of all added/changed/deleted words between revisions.
Autosave Form - This module provides an autosave feature for all forms. If the user accidentally closes a form after filling it then this module saves the form data as draft state and when the user visits the form again, it shows a popup with a message indicating that there is an autosaved state and offers the ability to resume the editing or discard the autosaved states.
Dependencies:
This module require following ckeditor plugins, please download and place them inside libraries folder, This is how your directory structure should look like - "[PROJECT_ROOT]/libraries". For example color button plugin should be placed as "[PROJECT_ROOT]/libraries/colorbutton".
INSTALLATION:
composer require drupal/ezcontent_publish