-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Create team extension with sets
- Loading branch information
1 parent
82cc2d7
commit 4297740
Showing
34 changed files
with
331 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,5 @@ languages: | |
languageId: 0 | ||
rootPageId: 3 | ||
websiteTitle: '' | ||
dependencies: | ||
- surfcamp/success-advent |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,5 @@ languages: | |
languageId: 0 | ||
rootPageId: 4 | ||
websiteTitle: '' | ||
dependencies: | ||
- surfcamp/success-career |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,5 @@ languages: | |
flag: us | ||
rootPageId: 1 | ||
websiteTitle: '' | ||
dependencies: | ||
- surfcamp/success-product-launch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,5 @@ languages: | |
languageId: 0 | ||
rootPageId: 5 | ||
websiteTitle: '' | ||
dependencies: | ||
- surfcamp/success-sets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,5 @@ languages: | |
languageId: 0 | ||
rootPageId: 2 | ||
websiteTitle: '' | ||
dependencies: | ||
- surfcamp/success-whitepaper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
3 changes: 3 additions & 0 deletions
3
local_packages/success/Configuration/Sets/Advent/settings.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
foo: | ||
bar: | ||
baz: 50 |
1 change: 1 addition & 0 deletions
1
local_packages/success/Configuration/Sets/Advent/setup.typoscript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
page.10.paths.200 = EXT:success/Resources/Private/Templates/Advent/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
3 changes: 3 additions & 0 deletions
3
local_packages/success/Configuration/Sets/Career/settings.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
foo: | ||
bar: | ||
baz: 60 |
1 change: 1 addition & 0 deletions
1
local_packages/success/Configuration/Sets/Career/setup.typoscript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
page.10.paths.200 = EXT:success/Resources/Private/Templates/Career/ |
2 changes: 2 additions & 0 deletions
2
local_packages/success/Configuration/Sets/LandingPage/config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
name: surfcamp/success-landing-page | ||
label: Landing page |
Empty file.
6 changes: 6 additions & 0 deletions
6
local_packages/success/Configuration/Sets/LandingPage/settings.definitions.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
5 changes: 5 additions & 0 deletions
5
local_packages/success/Configuration/Sets/LandingPage/setup.typoscript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ | ||
} |
5 changes: 5 additions & 0 deletions
5
local_packages/success/Configuration/Sets/ProductLaunch/config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
3 changes: 3 additions & 0 deletions
3
local_packages/success/Configuration/Sets/ProductLaunch/settings.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
foo: | ||
bar: | ||
baz: 1 |
1 change: 1 addition & 0 deletions
1
local_packages/success/Configuration/Sets/ProductLaunch/setup.typoscript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
page.10.paths.200 = EXT:success/Resources/Private/Templates/ProductLaunch/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
foo: | ||
bar: | ||
baz: 99 |
1 change: 1 addition & 0 deletions
1
local_packages/success/Configuration/Sets/Sets/setup.typoscript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
page.10.paths.200 = EXT:success/Resources/Private/Templates/Sets/ |
5 changes: 5 additions & 0 deletions
5
local_packages/success/Configuration/Sets/Whitepaper/config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
3 changes: 3 additions & 0 deletions
3
local_packages/success/Configuration/Sets/Whitepaper/settings.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
foo: | ||
bar: | ||
baz: 99 |
1 change: 1 addition & 0 deletions
1
local_packages/success/Configuration/Sets/Whitepaper/setup.typoscript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
3 changes: 3 additions & 0 deletions
3
local_packages/success/Resources/Private/Templates/LandingPage/Pages/Default.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Oops, something went wrong.