Skip to content

Commit

Permalink
[TASK] Create team extension with sets
Browse files Browse the repository at this point in the history
  • Loading branch information
schliesser committed Apr 7, 2024
1 parent 82cc2d7 commit 4297740
Show file tree
Hide file tree
Showing 34 changed files with 331 additions and 5 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"require": {
"php": "^8.2",
"helhum/dotenv-connector": "^3.1",
"surfcamp/success": "@dev",
"typo3/cms-backend": "dev-main",
"typo3/cms-belog": "dev-main",
"typo3/cms-beuser": "dev-main",
Expand Down
38 changes: 33 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions config/sites/advent/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ languages:
languageId: 0
rootPageId: 3
websiteTitle: ''
dependencies:
- surfcamp/success-advent
2 changes: 2 additions & 0 deletions config/sites/career/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ languages:
languageId: 0
rootPageId: 4
websiteTitle: ''
dependencies:
- surfcamp/success-career
2 changes: 2 additions & 0 deletions config/sites/product-launch/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ languages:
flag: us
rootPageId: 1
websiteTitle: ''
dependencies:
- surfcamp/success-product-launch
2 changes: 2 additions & 0 deletions config/sites/sets/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ languages:
languageId: 0
rootPageId: 5
websiteTitle: ''
dependencies:
- surfcamp/success-sets
2 changes: 2 additions & 0 deletions config/sites/whitepaper/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ languages:
languageId: 0
rootPageId: 2
websiteTitle: ''
dependencies:
- surfcamp/success-whitepaper
5 changes: 5 additions & 0 deletions local_packages/success/Configuration/Sets/Advent/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: surfcamp/success-advent
label: Advent landing page

dependencies:
- surfcamp/success-landing-page
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
foo:
bar:
baz: 50
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
page.10.paths.200 = EXT:success/Resources/Private/Templates/Advent/
5 changes: 5 additions & 0 deletions local_packages/success/Configuration/Sets/Career/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: surfcamp/success-career
label: Career landing page

dependencies:
- surfcamp/success-landing-page
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
foo:
bar:
baz: 60
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
page.10.paths.200 = EXT:success/Resources/Private/Templates/Career/
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
name: surfcamp/success-landing-page
label: Landing page
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
settings:
foo.bar.baz:
label: 'My example baz setting'
description: 'Configure baz to be used in bar'
type: int
default: 5
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
page = PAGE
page {
10 = PAGEVIEW
10.paths.100 = EXT:success/Resources/Private/Templates/LandingPage/
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: surfcamp/success-product-launch
label: Product launch landing page

dependencies:
- surfcamp/success-landing-page
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
foo:
bar:
baz: 1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
page.10.paths.200 = EXT:success/Resources/Private/Templates/ProductLaunch/
5 changes: 5 additions & 0 deletions local_packages/success/Configuration/Sets/Sets/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: surfcamp/success-sets
label: TYPO3 sets landing page

dependencies:
- surfcamp/success-landing-page
3 changes: 3 additions & 0 deletions local_packages/success/Configuration/Sets/Sets/settings.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
foo:
bar:
baz: 99
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
page.10.paths.200 = EXT:success/Resources/Private/Templates/Sets/
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: surfcamp/success-whitepaper
label: Whitepaper landing page

dependencies:
- surfcamp/success-landing-page
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
foo:
bar:
baz: 99
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
page.10.paths.200 = EXT:success/Resources/Private/Templates/Whitepaper/
Empty file.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{_all -> f:debug()}

<h1>{page.title}</h1>
Empty file.
Empty file.
Empty file.
Loading

0 comments on commit 4297740

Please sign in to comment.