diff --git a/Configuration/Sets/BlogExample/config.yaml b/Configuration/Sets/BlogExample/config.yaml new file mode 100644 index 0000000..4f3f9d2 --- /dev/null +++ b/Configuration/Sets/BlogExample/config.yaml @@ -0,0 +1,2 @@ +name: t3docs/blog-example +label: Blog example set diff --git a/Configuration/TypoScript/constants.typoscript b/Configuration/Sets/BlogExample/constants.typoscript similarity index 100% rename from Configuration/TypoScript/constants.typoscript rename to Configuration/Sets/BlogExample/constants.typoscript diff --git a/Configuration/page.tsconfig b/Configuration/Sets/BlogExample/page.tsconfig similarity index 100% rename from Configuration/page.tsconfig rename to Configuration/Sets/BlogExample/page.tsconfig diff --git a/Configuration/TypoScript/setup.typoscript b/Configuration/Sets/BlogExample/setup.typoscript similarity index 100% rename from Configuration/TypoScript/setup.typoscript rename to Configuration/Sets/BlogExample/setup.typoscript diff --git a/Configuration/Sets/DefaultStyles/config.yaml b/Configuration/Sets/DefaultStyles/config.yaml new file mode 100644 index 0000000..bea5ab5 --- /dev/null +++ b/Configuration/Sets/DefaultStyles/config.yaml @@ -0,0 +1,4 @@ +name: t3docs/blog-example-styles +label: Blog example default styles +dependencies: + - t3docs/blog-example diff --git a/Configuration/TypoScript/DefaultStyles/setup.typoscript b/Configuration/Sets/DefaultStyles/setup.typoscript similarity index 100% rename from Configuration/TypoScript/DefaultStyles/setup.typoscript rename to Configuration/Sets/DefaultStyles/setup.typoscript diff --git a/Configuration/Sets/RssFeed/config.yaml b/Configuration/Sets/RssFeed/config.yaml new file mode 100644 index 0000000..174865e --- /dev/null +++ b/Configuration/Sets/RssFeed/config.yaml @@ -0,0 +1,4 @@ +name: t3docs/blog-example-rss +label: Blog example RSS feed +dependencies: + - t3docs/blog-example diff --git a/Configuration/TypoScript/RssFeed/constants.typoscript b/Configuration/Sets/RssFeed/constants.typoscript similarity index 100% rename from Configuration/TypoScript/RssFeed/constants.typoscript rename to Configuration/Sets/RssFeed/constants.typoscript diff --git a/Configuration/TypoScript/RssFeed/setup.typoscript b/Configuration/Sets/RssFeed/setup.typoscript similarity index 100% rename from Configuration/TypoScript/RssFeed/setup.typoscript rename to Configuration/Sets/RssFeed/setup.typoscript