定制 internezzo/childreload 二次开发

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

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

internezzo/childreload

最新稳定版本:2.0.0

Composer 安装命令:

composer require internezzo/childreload

包简介

Neos CMS package that helps to reload the page on change of any of the child nodes of the specific nodetype

README 文档

README

Sometimes the rendering of your base node depends on the number of child nodes underneath it. So when adding or removing children, you would want your whole page to reload. This package helps you to accomplish just that.

Usage

  1. composer require internezzo/childreload
  2. Modify your base nodetype like this:
'YourVendor:YourBaseNodeType': options: reloadIfChildChanged: true 

Voila! When any of the child nodes were added or removed, the page would reload.

The package only works with the modern Neos UI starting with Neos 3.3

Development

Go to Resources/Private/JavaScript/ChildReload and run yarn watch or yarn build to recompile the JS assets.

统计信息

  • 总下载量: 68.39k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 11
  • 点击次数: 8
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 11
  • Watchers: 3
  • Forks: 2
  • 开发语言: JavaScript

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2026-01-04