ventusforge/neos-form-navigation
最新稳定版本:0.1.1
Composer 安装命令:
composer require ventusforge/neos-form-navigation
包简介
Adds navigation elements to Neos Form
README 文档
README
Adds navigation buttons to the form.
This package includes Nodes for the Neos FormBuilder too.
Hide the default navigation in Form-Builder
Add the mixin to the form-builder:
'Neos.Form.Builder:NodeBasedForm': superTypes: 'VentusForge.Neos.FormNavigation:Mixin.HideNavigation': true
Update the form template (Neos.Form:Form) to hide the default navigation:
<f:if condition="{form.renderingOptions.showNavigation}"> <f:render partial="Neos.Form:Form/Navigation" arguments="{form: form}" /> </f:if>
Set the default settings in the form definition:
Neos: Form: presets: default: formElementTypes: 'Neos.Form:Form': renderingOptions: showNavigation: true
统计信息
- 总下载量: 29
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2026-02-19