We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b484a80 commit 4a48d05Copy full SHA for 4a48d05
1 file changed
ajax/container.php
@@ -56,14 +56,12 @@
56
57
$display_condition = new PluginFieldsContainerDisplayCondition();
58
if ($display_condition->computeDisplayContainer($item, $containers_id)) {
59
- echo "<div class='offset-md-1 col-md-8 col-xxl-6'>";
60
PluginFieldsField::showDomContainer(
61
$containers_id,
62
$item,
63
$type,
64
$subtype,
65
);
66
- echo "</div>";
67
} else {
68
echo '';
69
}
0 commit comments