Task #91910
Updated by Nikita Hovratov over 4 years ago
When creating a new backend layout record it is possible to show the equivalent page ts config.
This shows something like this:
<pre>
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
}
}
}
}
}
}
}
}
</pre>
People might forget changing the icon. Add a working icon example to mitigate any errors resulting from that.