File: /var/www/html/wpmuhibbah/wp-content/plugins/give/src/Views/Form/Templates/Legacy/optionConfig.php
<?php
use Give\Form\Template\Options;
$price_placeholder = give_format_decimal('1.00', false, false);
return [
'display_settings' => [
'name' => __('Form Display', 'give'),
'desc' => __('Step description will show up here if any', 'give'),
'fields' => [
Options::getDonationLevelsDisplayStyleField(),
Options::getDisplayOptionsField(
[
'modal' => __('Modal', 'give'),
'reveal' => __(
'Reveal',
'give'
),
]
),
Options::getContinueToDonationFormField(),
Options::getCheckoutLabelField(),
Options::getFloatLabelsField(),
Options::getDisplayContentField(),
Options::getContentPlacementField(),
Options::getFormContentField(),
],
],
];