Skip to content

Commit 873a6b8

Browse files
committed
Revert "Added field options"
This reverts commit 065f645.
1 parent 7e05bc6 commit 873a6b8

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

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)