定制 neosidekick/htmlcontent 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

neosidekick/htmlcontent

最新稳定版本:v2.0.1

Composer 安装命令:

composer require neosidekick/htmlcontent

包简介

HTML content nodes for the Neos CMS

README 文档

README

Latest Stable Version License

HTML Content nodes for Neos CMS

The successor of CodeQ.HtmlWidget

Create content nodes with HTML code, e.g. external players or iframe embeds. Manage who can create and editor those nodes with the role NEOSidekick.HtmlContent:HtmlWidgetDefinitionEditor.

Features

  • Validates HTML and prevents the backend from breaking by not rendering broken HTML
  • Automatically removes JavaScript code in the backend, to not break the Neos Administration
  • Used media assets can be set on the node, so these assets can not be deleted.

HTML Content Demo

The development and the public-releases of this package are generously sponsored by Code Q Web Factory.

Installation

NEOSidekick.HtmlContent is available via packagist. "neosidekick/htmlcontent" : "~2.0" to the require section of the composer.json or run:

composer require neosidekick/htmlcontent

We use semantic-versioning so every breaking change will increase the major-version number.

You want to define your own NodeType or different Fusion?

Just set the NodeType to abstract and do your own thing:

'NEOSidekick.HtmlContent:Content.Html':
  abstract: true
'YOUR.PACKAGE:Content.Html':
  superTypes:
    'NEOSidekick.HtmlContent:Content.Html': true
prototype(YOUR.PACKAGE:Content.Html) < prototype(Neos.Neos:ContentComponent) {
  renderer = afx`
    <div class="container">
      <NEOSidekick.HtmlContent:Content.Html isEditable={false}/>
    </div>
  `
}

License

Licensed under MIT, see LICENSE

Contribution

We will gladly accept contributions. Please send us pull requests.

统计信息

  • 总下载量: 361
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2024-06-19