GithubHelp home page GithubHelp logo

wimski / nova-froala-field Goto Github PK

View Code? Open in Web Editor NEW

This project forked from froala/nova-froala-field

0.0 0.0 0.0 5.67 MB

A Laravel Nova Froala WYSIWYG Editor Field.

License: MIT License

PHP 73.56% JavaScript 17.66% Vue 8.12% SCSS 0.65%

nova-froala-field's Introduction

Nova Froala Field

โš ๏ธ This is a fork of the original Nova Froala Field which has been archived! :warning

Installation

composer require wimski/nova-froala-field

Usage

See original README.md.

Custom Elements

To add custom elements like buttons, icons or plugins, you can create separate scripts and load them in the editor.
See also the documentation: https://froala.com/wysiwyg-editor/docs/concepts/custom/button/

// config/froala-field.php
return [
    'options' => [
        'custom_elements' => [
            'froala/custom-elements/buttons/my-custom-button.js',
        ],
    ],
];
// public/froala/custom-elements/buttons/my-custom-button.js
(function (FroalaEditor) {
    FroalaEditor.RegisterCommand('MyCustomButton', {
        // ...
    });
});

nova-froala-field's People

Contributors

clingle avatar shaffe-fr avatar spekulatius avatar sytheveenje avatar tharindu-abans avatar wimski 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.