Skip to content

Commit

Permalink
Merge pull request #4 from derweba/master
Browse files Browse the repository at this point in the history
Group NodeTypes into a cookie group
  • Loading branch information
Nikdro authored May 18, 2020
2 parents 613c90a + 8f357c3 commit cf7178d
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions Configuration/NodeTypes.Content.Cookie.Attribute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
ui:
label: 'Cookie Attribut'
icon: 'icon-cookie'
group: 'cookies'
properties:
label:
type: string
Expand Down
1 change: 1 addition & 0 deletions Configuration/NodeTypes.Content.Cookie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
ui:
label: 'Cookie'
icon: icon-cookie
group: 'cookies'
inspector:
groups:
cookie:
Expand Down
1 change: 1 addition & 0 deletions Configuration/NodeTypes.Content.CookieGroup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
ui:
label: 'Cookie Gruppe'
icon: 'icon-cookie'
group: 'cookies'
inspector:
groups:
cookie:
Expand Down
1 change: 1 addition & 0 deletions Configuration/NodeTypes.Content.CookieSettings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
ui:
label: 'Cookie Settings'
icon: 'icon-cookie'
group: 'cookies'
inlineEditable: true
inspector:
groups:
Expand Down
1 change: 1 addition & 0 deletions Configuration/NodeTypes.Content.NecessaryCookieGroup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
'KaufmannDigital.GDPR.CookieConsent:Content.CookieGroup': true
ui:
label: 'Notwendige Cookies Gruppe'
group: 'cookies'
1 change: 1 addition & 0 deletions Configuration/NodeTypes.Document.CookieSettingsPage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
ui:
label: 'Cookie-Settings Page'
icon: 'icon-cookie'
group: 'cookies'

6 changes: 6 additions & 0 deletions Configuration/Settings.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Neos:
Neos:
nodeTypes:
groups:
cookies:
position: 300
label: 'Cookies'
collapsed: true
fusion:
autoInclude:
KaufmannDigital.GDPR.CookieConsent: true
Expand Down

0 comments on commit cf7178d

Please sign in to comment.