Skip to content
Snippets Groups Projects
Commit 267cbd3c authored by Lukas Raska's avatar Lukas Raska Committed by Guillaume Delhumeau
Browse files

[XWIKI-10118] Parse ssfx

(cherry picked from commit b54cb3ea)
parent 930763aa
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,10 @@ public void layoutContainer(Block container)
return;
}
ssfx.use("uicomponents/container/columns.css");
Map<String, Object> skinxParams = new HashMap<String, Object>();
skinxParams.put("forceSkinAction", true);
ssfx.use("uicomponents/container/columns.css", skinxParams);
// add styles to all columns inside
for (int i = 0; i < count; i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment