Skip to content

Commit

Permalink
Merge pull request #92 from sitegeist/task/neos83AndChitChat
Browse files Browse the repository at this point in the history
TASK: Upgrade Neos and install ChitChat, Noderobis and Pyranodis
  • Loading branch information
mficzel authored Jun 13, 2023
2 parents ec839eb + 7b86670 commit fe9578a
Show file tree
Hide file tree
Showing 4 changed files with 11,204 additions and 137 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@ prototype(Vendor.WheelInventor:Block.Text) < prototype(Neos.Fusion:Component) {
title = 'Text'

props {
content = ${File.readFile('resource://Vendor.WheelInventor/Private/Fusion/Presentation/Block/Text/kitchenSink.html')}
content = afx`
<Sitegeist.ChitChat:H1 />
<Sitegeist.ChitChat:P />
<Sitegeist.ChitChat:H2 />
<Sitegeist.ChitChat:P />
<Sitegeist.ChitChat:H3 />
<Sitegeist.ChitChat:P />
<Sitegeist.ChitChat:UL />
<Sitegeist.ChitChat:P />
<Sitegeist.ChitChat:OL />
`
}
}

Expand Down

This file was deleted.

6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
},
"require": {
"neos/neos": "~8.2.0",
"neos/neos": "~8.3.0",
"neos/seo": "^3.0",
"neos/redirecthandler-ui": "^2.4",
"neos/redirecthandler-neosadapter": "^4.3",
Expand All @@ -25,12 +25,14 @@

"sitegeist/klarschiff": "~3.0",
"sitegeist/monocle": "~7.2",
"sitegeist/chitchat": "~1.2",
"sitegeist/kaleidoscope": "^6.0",
"sitegeist/csvpo": "^1.3",
"sitegeist/stampede": "^1.1",
"sitegeist/archaeopteryx": "^1.0",
"sitegeist/iconoclasm": "^1.0",

"sitegeist/noderobis": "~1.1",
"sitegeist/pyranodis": "~1.0",
"vendor/site": "^1.0",
"vendor/wheelinventor": "^1.0"
},
Expand Down
Loading

0 comments on commit fe9578a

Please sign in to comment.