We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1161a62 commit 5ef35aaCopy full SHA for 5ef35aa
1 file changed
ajax/container.php
@@ -56,12 +56,17 @@
56
57
$display_condition = new PluginFieldsContainerDisplayCondition();
58
if ($display_condition->computeDisplayContainer($item, $containers_id)) {
59
+ $field_options = [
60
+ 'label_class' => 'col-lg-3',
61
+ 'input_class' => 'col-lg-9',
62
+ ];
63
echo "<div class='offset-md-1 col-md-8 col-xxl-6'>";
64
PluginFieldsField::showDomContainer(
65
$containers_id,
66
$item,
67
$type,
68
$subtype,
69
+ $field_options
70
);
71
echo "</div>";
72
} else {
0 commit comments