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.
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.
- Description updated (diff)
- 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.
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.
Hey Nikita,
sure, but did they copy it from the official docs or from somewhere in their other project?
- Status changed from Needs Feedback to Under Review
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Under Review
- Status changed from Under Review to Resolved
- Status changed from Resolved to Closed
Also available in: Atom
PDF