2017 © Pedro Peláez
 

symfony-bundle fm-summernote-bundle

Summernote bundle, adds Summernote WYSIWYG editor to your Symfony2/3/4 project

image

helios-ag/fm-summernote-bundle

Summernote bundle, adds Summernote WYSIWYG editor to your Symfony2/3/4 project

  • Sunday, July 8, 2018
  • by helios
  • Repository
  • 2 Watchers
  • 4 Stars
  • 4,596 Installations
  • JavaScript
  • 0 Dependents
  • 3 Suggesters
  • 8 Forks
  • 0 Open issues
  • 7 Versions
  • 11 % Grown

The README.md

FMSummernoteBundle

FMSummernoteBundle adds summernote bundle, (*1)

Tests StyleCI Downloads Version License
Tests - Linux StyleCI Total Downloads Latest Stable Version License

Installation

Step 1: Installation

Using Composer, just add the following configuration to your composer.json:, (*2)

Or you can use composer to install this bundle: Add FMSummernoteBundle in your composer.json:, (*3)

composer require helios-ag/fm-summernote-bundle

Step 2: Enable the bundle

Finally, enable the bundle in the kernel:, (*4)

``` php <?php // app/AppKernel.php, (*5)

public function registerBundles() { $bundles = array( // ... new FM\SummernoteBundle\FMSummernoteBundle(), ); }, (*6)


## Configuration You can configure the bundle as follows, but note that the plugins "elfinder" and "video" are not supported in Jquery2.x. ```yaml fm_summernote: plugins: - video - elfinder # by default plugins not set, bundle comes with elfinder plugin / provides integration with FMElfinderBundle selector: .summernote #defines summernote selector for apply to toolbar: # define toolbars, if no toolbar configured, default toolbars defined style: [style] bold: [bold] extra_toolbar: # extra toolbar can be used for plugins toolbar and as additional toolbar setings, when 'toolbar' option is omitted elfinder: [elfinder] width: 600 height: 400 language: '' # define language (with language culture code like de-DE, fr-FR, etc.) by default, it is in english include_jquery: true #include js libraries, if your template already have them, set to false include_bootstrap: true include_fontawesome: true

Usage

Twig template example, (*7)

    {{ summernote_init() }}
    <textarea class="summernote"></textarea>  

The Versions

08/07 2018

dev-master

9999999-dev https://github.com/helios-ag/FMSummernoteBundle

Summernote bundle, adds Summernote WYSIWYG editor to your Symfony2/3/4 project

  Sources   Download

MIT

The Requires

 

The Development Requires

by Al Ganiev

editor wysiwyg summernote

16/04 2016

0.2

0.2.0.0 https://github.com/helios-ag/summernote-bundle

Summernote bundle, adds Summernote WYSIWYG editor to your Symfony2 project

  Sources   Download

MIT

The Requires

 

by Al Ganiev

editor wysiwyg summernote

20/12 2015

dev-gitattributes

dev-gitattributes https://github.com/helios-ag/summernote-bundle

Summernote bundle, adds Summernote WYSIWYG editor to your Symfony2 project

  Sources   Download

MIT

The Requires

 

by Al Ganiev

editor wysiwyg summernote

20/12 2015

dev-style-ci

dev-style-ci https://github.com/helios-ag/summernote-bundle

Summernote bundle, adds Summernote WYSIWYG editor to your Symfony2 project

  Sources   Download

MIT

The Requires

 

by Al Ganiev

editor wysiwyg summernote

16/10 2015

0.1.1

0.1.1.0 https://github.com/helios-ag/summernote-bundle

Summernote bundle, adds Summernote WYSIWYG editor to your Symfony2 project

  Sources   Download

MIT

The Requires

 

by Al Ganiev

editor wysiwyg summernote

27/09 2015

dev-analysis-8ARNBX

dev-analysis-8ARNBX https://github.com/helios-ag/summernote-bundle

Summernote bundle, adds Summernote WYSIWYG editor to your Symfony2 project

  Sources   Download

MIT

The Requires

 

by Al Ganiev

editor wysiwyg summernote

23/09 2015

0.1

0.1.0.0 https://github.com/helios-ag/summernote-bundle

Summernote bundle, adds Summernote WYSIWYG editor to your Symfony2 project

  Sources   Download

MIT

The Requires

 

by Al Ganiev

editor wysiwyg summernote