Skip to content

Commit

Permalink
[TASK] Undo previous changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DIU-PascalFolleher committed May 24, 2019
1 parent b078efa commit 0b0cf3b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 15 deletions.
6 changes: 0 additions & 6 deletions Configuration/NodeTypes.Content.Structure.Section.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,3 @@
editorOptions:
allowEmpty: true
placeholder: i18n
anchorId:
type: string
ui:
label: i18n
inspector:
group: 'general'
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ prototype(DIU.Grid:Components.Atom.Section) < prototype(Neos.Fusion:Component) {
id = ''

renderer = afx`
<section id={props.id} class={'atom-section ' + props.classNames + ' ' + props.offset}>
<section class={'atom-section ' + props.classNames + ' ' + props.offset}>
<div class={'container' + props.fluidLayout}>
{props.content}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ prototype(DIU.Grid:Content.Structure.Section) < prototype(Neos.Neos:ContentCompo
content = Neos.Neos:PrimaryContent {
nodePath = 'section'
}
id = ${q(node).property('anchorId')}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
<source>Fluid Container / Full screen width</source>
<target>Fluid Container / Volle Bildschirmbreite</target>
</trans-unit>
<trans-unit id="properties.anchorId">
<source>Anchor ID</source>
<target>Anchor ID</target>
</trans-unit>
</body>
</file>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
<trans-unit id="properties.fluidLayout">
<source>Fluid Container / Full screen width</source>
</trans-unit>
<trans-unit id="properties.anchorId">
<source>Anchor ID</source>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 0b0cf3b

Please sign in to comment.