Project

General

Profile

Actions

Task #91910

closed

Add working default icon for Backend Layout Builder Page TS

Added by Nikita Hovratov over 4 years ago. Updated 5 months ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-07-31
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

When creating a new backend layout record it is possible to show the equivalent page ts config.
This shows something like this:

mod.web_layout.BackendLayouts {
  exampleKey {
    title = Example
--> icon = EXT:example_extension/Resources/Public/Images/BackendLayouts/default.gif
    config {
      backend_layout {
        colCount = 1
        rowCount = 1
        rows {
          1 {
            columns {
              1 {
                name = 0x0
                colPos = 1
              }
            }
          }
        }
      }
    }
  }
}

People might forget changing the icon. Add a working icon example to mitigate any errors resulting from that.

Actions #1

Updated by Nikita Hovratov over 4 years ago

  • Description updated (diff)
Actions #2

Updated by Georg Ringer over 4 years ago

  • Status changed from New to Needs Feedback

Thanks for creating the issue. I am wondering: What is the benefit having the path to a working default icon? Important is to have the configuration which works and which can be used modfied later on.

Actions #3

Updated by Nikita Hovratov over 4 years ago

Georg Ringer wrote:

Thanks for creating the issue. I am wondering: What is the benefit having the path to a working default icon? Important is to have the configuration which works and which can be used modfied later on.

Hi Georg, i agree with you. In my case the issue was people copying the configuration and forget to change the icon later on. This led to an error with the mask extension because of the missing icon. So the benefit would be to prevent such cases with either adding a working default icon or completely comment out the icon property.

Actions #4

Updated by Benni Mack about 3 years ago

Hey Nikita,

sure, but did they copy it from the official docs or from somewhere in their other project?

Actions #6

Updated by Gerrit Code Review 6 months ago

  • Status changed from Needs Feedback to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84529

Actions #7

Updated by Gerrit Code Review 6 months ago

Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84529

Actions #8

Updated by Gerrit Code Review 5 months ago

Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84752

Actions #9

Updated by Georg Ringer 5 months ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #10

Updated by Gerrit Code Review 5 months ago

  • Status changed from Resolved to Under Review

Patch set 2 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84752

Actions #11

Updated by Georg Ringer 5 months ago

  • Status changed from Under Review to Resolved
Actions #12

Updated by Benni Mack 5 months ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF