{"id":16233374,"url":"https://github.com/helios-ag/fmsummernotebundle","last_synced_at":"2025-07-31T19:36:16.934Z","repository":{"id":44689896,"uuid":"43000455","full_name":"helios-ag/FMSummernoteBundle","owner":"helios-ag","description":"FMSummernoteBundle, adds Summernote editor to your symfony project","archived":false,"fork":false,"pushed_at":"2024-12-05T02:02:40.000Z","size":872,"stargazers_count":6,"open_issues_count":0,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T13:05:50.799Z","etag":null,"topics":["summernote","symfony","symfony-bundle","wysiwyg","wysiwyg-editor"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/helios-ag.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-09-23T12:47:57.000Z","updated_at":"2024-11-27T05:01:51.000Z","dependencies_parsed_at":"2024-10-27T20:54:40.476Z","dependency_job_id":null,"html_url":"https://github.com/helios-ag/FMSummernoteBundle","commit_stats":{"total_commits":57,"total_committers":10,"mean_commits":5.7,"dds":"0.33333333333333337","last_synced_commit":"597f2991251c50bc8c5843a41a711374ab4532e9"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helios-ag%2FFMSummernoteBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helios-ag%2FFMSummernoteBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helios-ag%2FFMSummernoteBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helios-ag%2FFMSummernoteBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/helios-ag","download_url":"https://codeload.github.com/helios-ag/FMSummernoteBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243997108,"owners_count":20380980,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["summernote","symfony","symfony-bundle","wysiwyg","wysiwyg-editor"],"created_at":"2024-10-10T13:12:29.436Z","updated_at":"2025-03-19T14:31:29.576Z","avatar_url":"https://github.com/helios-ag.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"FMSummernoteBundle\n==================\n\nFMSummernoteBundle adds [summernote](https://github.com/summernote/summernote) bundle\n\n\n| Tests | Downloads | Version | License |\n|---------|-----------|---------|---------|\n|[![Tests - Linux](https://github.com/helios-ag/FMSummernoteBundle/actions/workflows/test.yaml/badge.svg)](https://github.com/helios-ag/FMSummernoteBundle/actions/workflows/test.yaml)|[![Total Downloads](https://poser.pugx.org/helios-ag/fm-summernote-bundle/downloads)](https://packagist.org/packages/helios-ag/fm-summernote-bundle)|[![Latest Stable Version](https://poser.pugx.org/helios-ag/fm-summernote-bundle/v/stable)](https://packagist.org/packages/helios-ag/fm-summernote-bundle)|[![License](https://poser.pugx.org/helios-ag/fm-summernote-bundle/license)](https://packagist.org/packages/helios-ag/fm-summernote-bundle)|\n\n\n## Installation\n\n\n### Step 1: Installation\n\nUsing Composer, just add the following configuration to your `composer.json`:\n\nOr you can use composer to install this bundle:\nAdd FMSummernoteBundle in your composer.json:\n\n```sh\ncomposer require helios-ag/fm-summernote-bundle\n```\n\n### Step 2: Enable the bundle\n\nFinally, enable the bundle in the kernel:\n\n``` php\n\u003c?php\n// app/AppKernel.php\n\npublic function registerBundles()\n{\n    $bundles = array(\n        // ...\n        new FM\\SummernoteBundle\\FMSummernoteBundle(),\n    );\n}\n```\n\n## Configuration\n\nYou can configure the bundle as follows, but note that the plugins \"elfinder\" and \"video\" are not supported in Jquery2.x.\n\n```yaml\nfm_summernote:\n    plugins:\n        - video\n        - elfinder # by default plugins not set, bundle comes with elfinder plugin / provides integration with FMElfinderBundle\n    selector: .summernote #defines summernote selector for apply to\n    toolbar: # define toolbars, if no toolbar configured, default toolbars defined\n        style: [style]\n        bold: [bold]\n    extra_toolbar: # extra toolbar can be used for plugins toolbar and as additional toolbar setings, when 'toolbar' option is omitted\n        elfinder: [elfinder]\n    width: 600\n    height: 400\n    language: '' # define language (with language culture code like de-DE, fr-FR, etc.) by default, it is in english\n    include_jquery: true #include js libraries, if your template already have them, set to false\n    include_bootstrap: true\n    include_fontawesome: true\n```\n\n## Usage\n\nTwig template example\n\n```twig\n    {{ summernote_init() }}\n    \u003ctextarea class=\"summernote\"\u003e\u003c/textarea\u003e  \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelios-ag%2Ffmsummernotebundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelios-ag%2Ffmsummernotebundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelios-ag%2Ffmsummernotebundle/lists"}