Skip to content

Commit b484a80

Browse files
committed
Revert "Added field options"
This reverts commit 065f645.
1 parent ed468d2 commit b484a80

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ajax/container.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,12 @@
5656

5757
$display_condition = new PluginFieldsContainerDisplayCondition();
5858
if ($display_condition->computeDisplayContainer($item, $containers_id)) {
59-
$field_options = [
60-
'label_class' => 'col-lg-3',
61-
'input_class' => 'col-lg-9',
62-
];
6359
echo "<div class='offset-md-1 col-md-8 col-xxl-6'>";
6460
PluginFieldsField::showDomContainer(
6561
$containers_id,
6662
$item,
6763
$type,
6864
$subtype,
69-
$field_options
7065
);
7166
echo "</div>";
7267
} else {

0 commit comments

Comments
 (0)