Project

General

Profile

Actions

Task #91910

open

Add working default icon for Backend Layout Builder Page TS

Added by Nikita Hovratov almost 4 years ago. Updated over 2 years ago.

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

0%

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

Also available in: Atom PDF