mirror of
https://github.com/SkillDisplay/TYPO3ContentElements.git
synced 2024-11-21 19:16:08 +01:00
Daniel Siepmann
01d25e4c49
Content elements could not be created, since they needed campaigns. In order to retrieve campaigns, the API needs to be created. The API needs settings from current site, which is not available in that context. Therefore the factory is extended to also fetch site and their settings based on page uid. The page uid is available in the context. Since we now interact with guzzle, we add the dependency. Wouldn't be necessary if SDK would have PSR compatible type hints. Also tests were added for code, to keep code coverage. Fixes: #5 |
||
---|---|---|
.. | ||
Backend | ||
Frontend/DataProcessing | ||
ViewHelpers/Verification | ||
CampaignsFactoryTest.php | ||
SettingsFactoryTest.php | ||
TcaEnhancerTest.php |