Skip to content
Snippets Groups Projects

[TASK] Remove inline styles and scripts from plugin preview and pagination

Merged Kevin Ditscheid requested to merge cleanup_BackendModule into master
Files
9
@@ -32,11 +32,11 @@ $localLangBackendPath = 'LLL:EXT:sg_news/Resources/Private/Language/locallang_ba
foreach (
[
\SGalinski\SgNews\Utility\BackendNewsUtility::CATEGORY_DOKTYPE => [
'icon' => 'EXT:sg_news/Resources/Public/Images/Category.png',
'icon' => 'EXT:sg_news/Resources/Public/Icons/Category.png',
'locallangIndex' => 'pageType.category'
],
\SGalinski\SgNews\Utility\BackendNewsUtility::NEWS_DOKTYPE => [
'icon' => 'EXT:sg_news/Resources/Public/Images/News.png',
'icon' => 'EXT:sg_news/Resources/Public/Icons/News.png',
'locallangIndex' => 'pageType.news'
]
] as $doktype => $configuration) {
Loading