shel/neos-subtrees 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

shel/neos-subtrees

最新稳定版本:0.1.2

Composer 安装命令:

composer require shel/neos-subtrees

包简介

Filter the Neos CMS document tree for configured subtrees via tabs

README 文档

README

This plugin adds tabs above the document tree in Neos CMS. Each tab can show a different subtree of the main page tree.

⚠️ this plugin is currently only a preview for testing its viability and shouldn't be used in production yet.

Installation

composer require shel/neos-subtrees

Example configuration

Neos:
  Neos:
    Ui:
      frontendConfiguration:
        'Shel.Neos.SubTrees:TabbedPageTree':
          presets:
            default:
              title: Default
              tooltip: Default document tree
              icon: home
            # Example for a custom preset:
            blog:
              # The label shown in the tab
              title: Blog
              # The tooltip to show when the tab is hovered
              tooltip: Blog & blog articles
              # The icon for the tab
              icon: list-alt
              # The path to the root node of this subtree / tab
              rootNode: '/sites/mysite/blog'

Development - Build a new version

Run the following commands in the ui-plugin folder to build a new version of the plugin:

yarn
yarn build

Sponsors

The public first release of this package was generously sponsored by RTP GmbH.

License

See License

统计信息

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

GitHub 信息

  • Stars: 2
  • Watchers: 2
  • Forks: 1
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-09-25