承接 neos/neos-ui-extensibilityexamples 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

neos/neos-ui-extensibilityexamples

Composer 安装命令:

composer require neos/neos-ui-extensibilityexamples

包简介

README 文档

README

See examples in "Resources/Private" and Configuration/Settings.yaml.

To see the API, check UI Extensibility Docs.

Installation

cd Packages/Application/
git clone git@github.com:neos/neos-ui-extensibility-examples.git Neos.Neos.Ui.ExtensibilityExamples
cd ../../
./flow flow:package:rescan

How to build the examples

Currently, the examples do only work with yarn and not with NPM install.

  • Go to Resources/Private/[ExampleName]
  • (optional): Use NVM to ensure you're using the right node.js version: nvm install
  • Install yarn globally npm install -g yarn
  • In the folder Resources/Private/[ExampleName], run yarn.
  • Then, use npm run build or npm run watch.

Examples

CustomStylingForEditor

  • Adds custom button for CKEditor 5, to add a custom CSS style

ModifyDataWithCommandCKEditor

  • Adds custom button for CKEditor 5 to manipulate the content. In this case we change the content to uppercase text.

CustomEditor

  • adds custom editor for inspector

ColorPickerEditor

  • a little more advanced example for a color picker editor.

ReplacingComponentsViaUnplannedExtensibility

  • showcasing how to add a custom theme

统计信息

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

GitHub 信息

  • Stars: 18
  • Watchers: 4
  • Forks: 6
  • 开发语言: JavaScript

其他信息

  • 授权协议: Unknown
  • 更新时间: 2022-12-07