File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Resources/Private/Fusion/NodeBased Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
prototype(Neos.Form.Builder:NodeBasedForm) < prototype(Neos.Form.Builder:Form) {
2
2
@context.formNode = ${q(node).closest('[instanceof Neos.Form.Builder:NodeBasedForm]').get(0)}
3
3
@context.formFusionPath = ${this.path}
4
- identifier = ${formNode.properties.identifier || 'form-' + pageNode .aggregateId.value}
4
+ identifier = ${formNode.properties.identifier || 'form-' + formNode .aggregateId.value}
5
5
presetName = ${formNode.properties.preset ? formNode.properties.preset : 'default'}
6
6
formElementType = ${renderingMode.isEdit ? 'Neos.Form:FormEditMode' : 'Neos.Form:Form'}
7
7
Original file line number Diff line number Diff line change 1
1
prototype(Neos.Form.Builder:NodeBasedFormElement) < prototype(Neos.Fusion:Renderer) {
2
2
element {
3
3
@context.element = ${this}
4
- identifier = ${elementNode.properties.identifier || pageNode .aggregateId.value}
4
+ identifier = ${elementNode.properties.identifier || elementNode .aggregateId.value}
5
5
label = ${elementNode.properties.label}
6
6
required = ${elementNode.properties.required}
7
7
defaultValue = ${elementNode.properties.defaultValue}
You can’t perform that action at this time.
0 commit comments