tbmatuka/editorjs-bundle
Composer 安装命令:
composer require tbmatuka/editorjs-bundle
包简介
Symfony bundle for Editor.js
README 文档
README
Symfony bundle that integrates Editor.js primarily with Symfony Forms.
Installation
Symfony
- Download the package with composer:
$ composer require tbmatuka/editorjs-bundle - Add the bundle to
bundles.phpif it wasn't added automatically:Tbmatuka\EditorjsBundle\TbmatukaEditorjsBundle::class => ['all' => true], - Copy the example package config file (
examples/ediotrjs.yaml) or use it as an example to create your own configuration. - Add the form theme to your twig configuration:
twig:
form_themes:
- '@TbmatukaEditorjs/Form/editorjs_widget.html.twig'
JavaScript
There is an example of the JS implementation in examples/editorjs-init.js.
Encore/webpack
If you're using Encore, you will need to install the npm package for Editor.js (@editorjs/editorjs) and any plugins that you want to use. Copy the example to your assets dir, add the plugin classes to the array and import the file from your main JS file.
Inline
Configuration options and examples will have to be added for other loading methods (like loading JS from the CDN or a local path inline in the widget), but they're not there for now.
Usage
Symfony Forms
You can use the EditorjsType in your forms to get Editor.js on the frontend. Data (decoded json) is returned as an array.
Twig
You can get an Editor.js config directly from the Twig extension. Check the form widget in src/Resources/views/Form/editorjs_widget.html.twig to see how to use it. The editorjs() Twig function accepts either a configuration object or just the name of a configuration that you want to use.
Contributing
Any kind of help is welcome, but especially information about the included JS not working in specific browsers. Please open an issue to discuss whatever you want to work on before you submit a pull request and avoid any kind of BC breaking changes unless they are agreed to in the issue discussion.
tbmatuka/editorjs-bundle 适用场景与选型建议
tbmatuka/editorjs-bundle 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 17.59k 次下载、GitHub Stars 达 19, 最近一次更新时间为 2020 年 04 月 15 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 tbmatuka/editorjs-bundle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 tbmatuka/editorjs-bundle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 17.59k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 19
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-04-15