Skip to content
Snippets Groups Projects
Commit fc4c3ec2 authored by Matthias Adrowski's avatar Matthias Adrowski
Browse files

[TASK] Add atleast one necessary public module, fix wrong Doc-Header

parent 99e20da1
No related branches found
No related tags found
1 merge request!38Feature upgrade to typo3 11
...@@ -39,8 +39,7 @@ use TYPO3\CMS\Extbase\Utility\LocalizationUtility; ...@@ -39,8 +39,7 @@ use TYPO3\CMS\Extbase\Utility\LocalizationUtility;
class PageLayoutController { class PageLayoutController {
/** /**
* Sets the default value for the pages author field * Adds a Button to News-Pages which allows the user to switch to the News module
* to the name of the logged-in user
* *
* @param array $parameters * @param array $parameters
* @param CorePageLayoutController $controller * @param CorePageLayoutController $controller
......
...@@ -6,3 +6,6 @@ services: ...@@ -6,3 +6,6 @@ services:
SGalinski\SgNews\: SGalinski\SgNews\:
resource: '../Classes/*' resource: '../Classes/*'
SGalinski\SgNews\Preview\PreviewRenderer:
public: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment