Skip to content
Snippets Groups Projects
Select Git revision
  • 3372782-phpcs-issues
  • 1.0.x default
2 results

html_processors-3372782

  • Clone with SSH
  • Clone with HTTPS
  • Forked from project / html_processors
    1 commit ahead of the upstream repository.

    HTML Processors

    This module provides some useful processors to convert HTML to Drupal, it does that process through feeds tampers and Drupal actions, the following are the initial features:

    • Action: HTML to Gutenberg -> Converts node body field HTML to Gutenberg.
    • Tamper: Href to Media -> Finds all links and detect media elements to import into the site, then it replaces the url to the Drupal file.
    • Tamper: HTML to Gutenberg

    For a full description of the module, visit the project page.

    Submit bug reports and feature suggestions, or track changes in the issue queue.

    Table of contents

    • Requirements
    • Installation
    • Configuration
    • Maintainers

    Requirements

    This module requires no modules outside of Drupal core.

    Installation

    Install as you would normally install a contributed Drupal module. For further information, see Installing Drupal Modules.

    Configuration

    You can create and configure the action to Convert body to Gutenberg on: _/admin/config/system/actions_

    Maintainers