diff --git a/Configuration/TypoScript/constants.typoscript b/Configuration/TypoScript/constants.typoscript index 97ac8c2..02578d7 100644 --- a/Configuration/TypoScript/constants.typoscript +++ b/Configuration/TypoScript/constants.typoscript @@ -1,5 +1,9 @@ @import 'EXT:fluid_styled_content/Configuration/TypoScript/constants.typoscript' +@import 'EXT:slub_profile_account/Configuration/TypoScript/constants.typoscript' +@import 'EXT:slub_profile_booked/Configuration/TypoScript/constants.typoscript' +@import 'EXT:slub_profile_bookmarks/Configuration/TypoScript/constants.typoscript' @import 'EXT:slub_profile_events/Configuration/TypoScript/constants.typoscript' +@import 'EXT:slub_profile_messages/Configuration/TypoScript/constants.typoscript' styles.templates { templateRootPath = EXT:slub_profile_service/Resources/Private/Templates/FluidStyledContent/ diff --git a/Configuration/TypoScript/setup.typoscript b/Configuration/TypoScript/setup.typoscript index 9757792..641a4ae 100644 --- a/Configuration/TypoScript/setup.typoscript +++ b/Configuration/TypoScript/setup.typoscript @@ -1,5 +1,9 @@ @import 'EXT:fluid_styled_content/Configuration/TypoScript/setup.typoscript' +@import 'EXT:slub_profile_account/Configuration/TypoScript/setup.typoscript' +@import 'EXT:slub_profile_booked/Configuration/TypoScript/setup.typoscript' +@import 'EXT:slub_profile_bookmarks/Configuration/TypoScript/setup.typoscript' @import 'EXT:slub_profile_events/Configuration/TypoScript/setup.typoscript' +@import 'EXT:slub_profile_messages/Configuration/TypoScript/setup.typoscript' page = PAGE page { diff --git a/README.md b/README.md index 522de54..c2ec40d 100644 --- a/README.md +++ b/README.md @@ -16,15 +16,5 @@ Run the following command within your Composer based TYPO3 project: composer require slub/slub-profile-service ``` -## 2 Administration corner - -### 2.1 Release Management - -News uses [semantic versioning][2], which means, that -* **bugfix updates** (e.g. 1.0.0 => 1.0.1) just includes small bugfixes or security relevant stuff without breaking changes, -* **minor updates** (e.g. 1.0.0 => 1.1.0) includes new features and smaller tasks without breaking changes, -* **major updates** (e.g. 1.0.0 => 2.0.0) breaking changes wich can be refactorings, features or bugfixes. - [1]: https://getcomposer.org/ -[2]: https://semver.org/ diff --git a/ext_emconf.php b/ext_emconf.php index 2b68ea7..cbc22ed 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -1,8 +1,8 @@ 'SLUB web profile', - 'description' => 'SLUB web profile extension for TYPO3', + 'title' => 'SLUB profile service', + 'description' => 'SLUB profile service extension for TYPO3', 'category' => 'fe', 'author' => 'Andreas Pfeiffer', 'author_email' => 'andreas.pfeiffer@e-pixler.com',