contextualcode/ezplatform-admin-ui-elements-path

eZ Platform 套件,通过添加元素路径 UI 块增强在线编辑器

2.0.0 2021-12-30 10:20 UTC

This package is not auto-updated.

Last update: 2024-09-20 04:21:07 UTC


README

通过添加元素路径块扩展 eZ Platform 在线编辑器。

安装

  1. 运行 composer require

     composer require contextualcode/ezplatform-admin-ui-elements-path
    
  2. app/AppKernel.php 中启用套件

     new ContextualCode\EzPlatformAdminUiElementsPathBundle\EzPlatformAdminUiElementsPathBundle()
    
  3. 清除缓存以更新 encore 配置

     php bin/console cache:clear
    
  4. 安装资源

     php bin/console assets:install public --symlink --relative
    
  5. 更新资源

     yarn encore dev
    

用法

尝试编辑任何具有 RichText 字段的任何内容。在每个 eZ Platform 在线编辑器的实例中都应该有元素路径块。