diff --git a/Configuration/Sets/Headless/config.yaml b/Configuration/Sets/Headless/config.yaml new file mode 100644 index 00000000..a3b0b026 --- /dev/null +++ b/Configuration/Sets/Headless/config.yaml @@ -0,0 +1,2 @@ +name: friendsoftypo3/headless +label: TYPO3 Headless diff --git a/Configuration/Sets/Headless/constants.typoscript b/Configuration/Sets/Headless/constants.typoscript new file mode 100644 index 00000000..5c4fdedc --- /dev/null +++ b/Configuration/Sets/Headless/constants.typoscript @@ -0,0 +1 @@ +@import 'EXT:headless/Configuration/TypoScript/constants.typoscript' diff --git a/Configuration/Sets/Headless/setup.typoscript b/Configuration/Sets/Headless/setup.typoscript new file mode 100644 index 00000000..4f15f1ac --- /dev/null +++ b/Configuration/Sets/Headless/setup.typoscript @@ -0,0 +1 @@ +@import 'EXT:headless/Configuration/TypoScript/setup.typoscript' diff --git a/Configuration/Sets/HeadlessMixed/config.yaml b/Configuration/Sets/HeadlessMixed/config.yaml new file mode 100644 index 00000000..3ad8a7d8 --- /dev/null +++ b/Configuration/Sets/HeadlessMixed/config.yaml @@ -0,0 +1,2 @@ +name: friendsoftypo3/headless-mixed +label: TYPO3 Headless Mixed diff --git a/Configuration/Sets/HeadlessMixed/setup.typoscript b/Configuration/Sets/HeadlessMixed/setup.typoscript new file mode 100644 index 00000000..fc32285d --- /dev/null +++ b/Configuration/Sets/HeadlessMixed/setup.typoscript @@ -0,0 +1 @@ +@import 'EXT:headless/Configuration/TypoScript/Mixed/setup.typoscript'