Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NodeTypes/ContentCollection/ContentCollection.Default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
'Neos.Neos:ContentCollection': true
constraints:
nodeTypes:
'*': false
'Flowpack.Neos.WhatsNewEditor.InMyProject:Content.Section.OneColumn': true
'Flowpack.Neos.WhatsNewEditor.InMyProject:Content.Section.TwoColumns': true
2 changes: 1 addition & 1 deletion NodeTypes/ContentCollection/ContentCollection.Section.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'Neos.Neos:ContentCollection': true
constraints:
nodeTypes:
'*': false
'Flowpack.Neos.WhatsNewEditor.InMyProject:Content.Headline': true
'Flowpack.Neos.WhatsNewEditor.InMyProject:Content.Text': true
'Flowpack.Neos.WhatsNewEditor.InMyProject:Content.Image': true

8 changes: 8 additions & 0 deletions NodeTypes/Overwrite/ContentCollection.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
'Neos.Neos:ContentCollection':
constraints:
nodeTypes:
'Flowpack.Neos.WhatsNewEditor.InMyProject:Content.Section.OneColumn': false
'Flowpack.Neos.WhatsNewEditor.InMyProject:Content.Section.TwoColumns': false
'Flowpack.Neos.WhatsNewEditor.InMyProject:Content.Headline': false
'Flowpack.Neos.WhatsNewEditor.InMyProject:Content.Text': false
'Flowpack.Neos.WhatsNewEditor.InMyProject:Content.Image': false
2 changes: 1 addition & 1 deletion Resources/Private/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"watch:js": "node ./build.mjs --watch",
"watch:typecheck": "nodemon -e ts -x \"yarn run typecheck || echo '!!!!!!!!!!!!!!!!!!!!!! TypeScript Errors, Please fix !!!!!!!!!!!!!!!!!!!!!!'\"",
"build": "yarn run typecheck && yarn run build:tailwind && yarn run build:js",
"build:tailwind": "npx tailwindcss -i ./tailwind.css -o ../Public/main.css",
"build:tailwind": "npx tailwindcss -m -i ./tailwind.css -o ../Public/main.css",
"build:js": "node ./build.mjs",
"postbuild:css": "./node_modules/.bin/postcss --use autoprefixer --autoprefixer.browsers 'last 4 versions' ../Public/*.css -d ../Public/",
"typecheck": "tsc -noEmit"
Expand Down
Loading