Giter Site home page Giter Site logo

magento-wysiwyg's Introduction

Magento_Wysiwyg

This is an example implementation of abstracting the WYSIWYG component to allow customisation of the WYSIWYG's through configuration.

Adding a new WYSIWYG type

This can be achieved by implementing further types within a modules di.xml file for the class \Magento\Wysiwyg\Model\Types.

Here is an example of the potential contents:

<type name="Magento\Wysiwyg\Model\Types">
    <arguments>
        <argument name="types" xsi:type="array">
            <item name="tinymce_v4" xsi:type="array">
                <item name="label" xsi:type="string">TinyMCE</item>
                <item name="version" xsi:type="string">4.6.4</item>
                <item name="component" xsi:type="string">Magento_Wysiwyg/js/tinymcev4/wysiwyg-component</item>
                <item name="template" xsi:type="string">Magento_Wysiwyg/tinymcev4/wysiwyg</item>
            </item>
        </argument>
    </arguments>
</type>

You then have to implement a component & template, these followed Magento's core implementations. However the component should extend from Magento_Wysiwyg/js/component/wysiwyg-component.

Changing WYSIWYG type

You can change the currently enabled WYSIWYG type via the system configuration.

Configuration > General > Content Management > WYSIWYG Type

System Configuration

Available editors

We provide a number of editors embedded in the WYSIWYG module which can be enabled. We currently implement:

  • TinyMCE v4.6.4 TinyMCE v4
  • TinyMCE v3.5.8 TinyMCE v3

Note: These implementations do not yet include the required Magento plugins:

  • Magento Widgets
  • Magento Variables
  • Magento Media Gallery

magento-wysiwyg's People

Contributors

davemacaulay avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.