From b6b93792a9541386d3e18cd12ccb976c967f6444 Mon Sep 17 00:00:00 2001 From: Tobias Quadflieg Date: Mon, 4 Nov 2024 11:04:41 +0100 Subject: [PATCH] Add barebone Sets config, so other extensions could start rely on --- Configuration/Sets/Headless/config.yaml | 2 ++ Configuration/Sets/Headless/constants.typoscript | 1 + Configuration/Sets/Headless/setup.typoscript | 1 + Configuration/Sets/HeadlessMixed/config.yaml | 2 ++ Configuration/Sets/HeadlessMixed/setup.typoscript | 1 + 5 files changed, 7 insertions(+) create mode 100644 Configuration/Sets/Headless/config.yaml create mode 100644 Configuration/Sets/Headless/constants.typoscript create mode 100644 Configuration/Sets/Headless/setup.typoscript create mode 100644 Configuration/Sets/HeadlessMixed/config.yaml create mode 100644 Configuration/Sets/HeadlessMixed/setup.typoscript 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'