Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/typo3-themes/themes
Browse files Browse the repository at this point in the history
  • Loading branch information
kaystrobach committed Jun 5, 2023
2 parents e818243 + 4f051f8 commit f7179e6
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion Classes/Controller/EditorController.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
*/
class EditorController extends ActionController
{

/**
* @var string Key of the extension this controller belongs to
*/
Expand Down
1 change: 0 additions & 1 deletion Classes/DataProcessing/HeaderLinkDataProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
*/
class HeaderLinkDataProcessor implements DataProcessorInterface
{

/**
* Process data for the header link.
*
Expand Down
1 change: 0 additions & 1 deletion Classes/DataProcessing/ThemesIconDataProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
*/
class ThemesIconDataProcessor implements DataProcessorInterface
{

/**
* Process data for the Themes icons.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
*/
class ThemesResponsiveColumnDataProcessor implements DataProcessorInterface
{

/**
* @var array
*/
Expand Down
1 change: 0 additions & 1 deletion Classes/DataProcessing/ThemesResponsiveDataProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
*/
class ThemesResponsiveDataProcessor implements DataProcessorInterface
{

/**
* @var array
*/
Expand Down
1 change: 0 additions & 1 deletion Classes/Frontend/CssClassMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
*/
class CssClassMapper
{

/**
* Maps generic class names of a record to the official class names of the underlying framework.
*
Expand Down
1 change: 0 additions & 1 deletion Classes/Hooks/PageRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
*/
class PageRenderer implements SingletonInterface
{

/**
* Wrapper function called by hook (\TYPO3\CMS\Core\Page\PageRenderer->render-preProcess).
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
*/
class ThemesDomainRepositoryThemeRepositoryInitHook
{

/**
* Add all available themes to the Themes repository
*
Expand Down
1 change: 0 additions & 1 deletion Classes/Slots/BackendUtilitySlot.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
*/
class BackendUtilitySlot extends TsConfigParser
{

/**
* Selected/activated extensions in Theme (selected by sys_template)
* @var array
Expand Down
2 changes: 0 additions & 2 deletions Classes/Tca/ContentEnforceEqualColumnHeight.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,12 @@ public function render()
$checkboxes = '';
if (isset($responsives['properties']) && is_array($responsives['properties'])) {
foreach ($responsives['properties'] as $groupKey => $settings) {

// Validate groupKey and get label
$groupKey = substr($groupKey, 0, -1);
$label = isset($settings['label']) ? $settings['label'] : $groupKey;
$checkboxes .= '<div class="col-xs-6 col-sm-2 themes-column">'.LF;
$checkboxes .= '<label class="t3js-formengine-label">'.$this->getLanguageService()->sL($label).'</label>'.LF;
if (isset($settings['rowSettings.']) && is_array($settings['rowSettings.'])) {

// check if there is already a value selected
$valueSet = false;
foreach ($settings['rowSettings.'] as $visibilityKey => $_) {
Expand Down
2 changes: 0 additions & 2 deletions Classes/Tca/ContentResponsive.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ public function render()
$selectboxes = '';
if (isset($responsives['properties']) && is_array($responsives['properties'])) {
foreach ($responsives['properties'] as $groupKey => $settings) {

// Validate groupKey and get label
$groupKey = substr($groupKey, 0, -1);
$label = isset($settings['label']) ? $settings['label'] : $groupKey;
Expand All @@ -106,7 +105,6 @@ public function render()
$selectboxes .= '<div class="'.$cssClasses.'" style="'.$cssStyles.'">'.LF;
$selectboxes .= '<label class="t3js-formengine-label">'.$this->getLanguageService()->sL($label).'</label>'.LF;
if (isset($settings['visibility.']) && is_array($settings['visibility.'])) {

// check if there's already a value selected
$valueSet = false;
foreach ($settings['visibility.'] as $visibilityKey => $_) {
Expand Down
1 change: 0 additions & 1 deletion Classes/Tca/ContentVariants.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ public function render()
$this->checkboxesArray['gridLayout'] = [];
if (isset($variants['properties']) && is_array($variants['properties'])) {
foreach ($variants['properties'] as $contentElementKey => $label) {

// GridElements: are able to provide grid-specific variants
if (is_array($label) && $cType === 'gridelements_pi1' && !array_key_exists($contentElementKey, $this->defaultProperties)) {
$contentElementKey = substr($contentElementKey, 0, -1);
Expand Down
1 change: 0 additions & 1 deletion Classes/Utilities/ApplicationContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

class ApplicationContext
{

/**
* @var \TYPO3\CMS\Install\Configuration\FeatureManager
*/
Expand Down
1 change: 0 additions & 1 deletion Classes/Utilities/FindParentPageWithThemeUtility.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
*/
class FindParentPageWithThemeUtility
{

/**
* @param $pid
* @return mixed
Expand Down
1 change: 0 additions & 1 deletion Classes/Utilities/ThemeEnabledCondition.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
*/
class ThemeEnabledCondition
{

/**
* Check if theme is enabled
*
Expand Down

0 comments on commit f7179e6

Please sign in to comment.