Plugin Tabs noticias

This commit is contained in:
root
2026-04-14 13:50:04 -06:00
parent 299099d006
commit 19d08e5694
2334 changed files with 628926 additions and 113 deletions

View File

@@ -0,0 +1,496 @@
<?php
/*
Name: Global
Slug: global
Description: Only untick these options if you plan to include your own version of Bootstrap CSS and JS in your theme, otherwsie your Bootstrap blocks will not be styled and will display incorrectly. When including your own version the block editor may not match up with the front end so we suggest keeping these checked.
Position: 10
Theme:
*/
$slug = AREOI__PREPEND . ( !empty( $section ) ? '-' . $section : '' ) . '-global-';
return array(
array(
'label' => 'Bootstrap Version',
'name' => $slug . 'bootstrap-version',
'variable' => '',
'row' => 'default',
'input' => 'select',
'default' => '5.0.2',
'description' => 'Choose the version number of Bootstrap you would like to include.',
'allow_reset' => false,
'options' => array(
array(
'id' => '5.0.2',
'label' => '5.0.2 (Default)',
'description' => null
),
array(
'id' => '5.3.0',
'label' => '5.3.0',
'description' => null
),
array(
'id' => '5.3.3',
'label' => '5.3.3 (Beta)',
'description' => null
),
)
),
array(
'label' => 'Include Bootstrap CSS',
'name' => $slug . 'bootstrap-css',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 1,
'description' => 'If checked, then Bootstrap CSS will automatically be inserted into the head of your website. You will be able to manage all of your Bootstrap settings via Wordpress and each time you save variables, Bootstrap will be recompiled and minified.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Include Bootstrap Icon CSS',
'name' => $slug . 'bootstrap-icon-css',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => false,
'description' => 'If checked, then Bootstrap Icons CSS will automatically be inserted into the head of your website.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Force Exclude for Bootstrap Icon CSS',
'name' => $slug . 'bootstrap-exclude-icon-css',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => false,
'description' => 'By default the icon css will be included if there is a button or another block that uses icons on the page. Checking this box will remove the icon css completely.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Bootstrap CSS Priority',
'name' => $slug . 'bootstrap-css-priority',
'variable' => '',
'row' => 'default',
'input' => 'text',
'default' => null,
'exclude_variables' => true,
'description' => 'If using All Bootstrap Blocks to include your Botstrap CSS you can control where this gets added to the <head> section of the site. Use this field to specify when the CSS should be included. Setting this value below 10 (1 to 9) will include the Bootstrap CSS before the WordPress global styles from your theme.json file.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Include Bootstrap JS',
'name' => $slug . 'bootstrap-js',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 1,
'description' => 'If checked, then Bootstrap JS will automatically be inserted into the footer of your website. This will allow you to make use of things like tooltips, popovers and modals as well as all other Bootstrap JS functionality.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Display Units',
'name' => $slug . 'display-units',
'variable' => '',
'row' => 'default',
'input' => 'select',
'default' => 'px',
'description' => 'Choose the units you would like to apply when setting display settings such as padding and margin on blocks.',
'allow_reset' => false,
'options' => array(
array(
'id' => 'px',
'label' => 'px (Default)',
'description' => null
),
array(
'id' => 'rem',
'label' => 'rem',
'description' => null
),
array(
'id' => 'em',
'label' => 'em',
'description' => null
),
array(
'id' => 'vw',
'label' => 'vw',
'description' => null
),
array(
'id' => 'vh',
'label' => 'vh',
'description' => null
),
)
),
array(
'label' => 'Default Blocks',
'name' => '',
'variable' => '',
'row' => 'default',
'input' => 'header',
'default' => '',
'description' => 'Wordpress includes a number of blocks by default that this plugin also includes. Below you can hide the default Wordpress blocks if needed to stop confusion when selecting blocks on a page.',
'allow_reset' => true,
'options' => array()
),
array(
'label' => 'Hide Buttons Block',
'name' => $slug . 'hide-buttons-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the default Wordpress block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide Columns Block',
'name' => $slug . 'hide-columns-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the default Wordpress block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude Blocks',
'name' => '',
'variable' => '',
'row' => 'default',
'input' => 'header',
'default' => '',
'description' => 'In some cases you may wish to exclude some of the available blocks included within this plugin.',
'allow_reset' => true,
'options' => array()
),
array(
'label' => 'Hide strip block',
'name' => $slug . 'hide-strip-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the strip block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide container block',
'name' => $slug . 'hide-container-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the container block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide row block',
'name' => $slug . 'hide-row-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the row block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide column block',
'name' => $slug . 'hide-column-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the column block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide column-break block',
'name' => $slug . 'hide-column-break-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the column-break block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide accordion block',
'name' => $slug . 'hide-accordion-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the accordion block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide alert block',
'name' => $slug . 'hide-alert-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the alert block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide breadcrumb block',
'name' => $slug . 'hide-breadcrumb-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the breadcrumb block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide button block',
'name' => $slug . 'hide-button-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the button block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide button-group block',
'name' => $slug . 'hide-button-group-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the button-group block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide card block',
'name' => $slug . 'hide-card-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the card block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide card-group block',
'name' => $slug . 'hide-card-group-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the card-group block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide carousel block',
'name' => $slug . 'hide-carousel-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the carousel block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide collapse block',
'name' => $slug . 'hide-collapse-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the collapse block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide div block',
'name' => $slug . 'hide-div-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the div block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide list-group block',
'name' => $slug . 'hide-list-group-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the list-group block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide modal block',
'name' => $slug . 'hide-modal-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the modal block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide tabs block',
'name' => $slug . 'hide-tabs-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the tabs block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide nav-and-tab block',
'name' => $slug . 'hide-nav-and-tab-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the nav-and-tab block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide offcanvas block',
'name' => $slug . 'hide-offcanvas-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the offcanvas block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide progress block',
'name' => $slug . 'hide-progress-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the progress block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide spinner block',
'name' => $slug . 'hide-spinner-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the spinner block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide toast block',
'name' => $slug . 'hide-toast-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the toast block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide icon block',
'name' => $slug . 'hide-icon-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the icon block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide banner block',
'name' => $slug . 'hide-banner-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the banner block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide content-with-media block',
'name' => $slug . 'hide-content-with-media-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the content-with-media block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide content-grid block',
'name' => $slug . 'hide-content-grid-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the content-grid block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide post-grid block',
'name' => $slug . 'hide-post-grid-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the post-grid block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Hide media-grid block',
'name' => $slug . 'hide-media-grid-block',
'variable' => '',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the media-grid block will not display in the page builder.',
'allow_reset' => false,
'options' => array()
),
);

View File

@@ -0,0 +1,375 @@
<?php
/*
Name: SCSS Compiled
Slug: scss-compiled
Description: Reduce the size of compiled Bootstrap CSS by excluding specific utilities and components. When a component is excluded the compiled Bootstrap CSS will not include the relevant styles for that component. Use these options with care as excluding styles will make some blocks render incorrectly.
Position: 10
Theme:
*/
$slug = AREOI__PREPEND . ( !empty( $section ) ? '-' . $section : '' ) . '-compiled-';
return array(
array(
'label' => 'Exclude @import "utilities";',
'name' => $slug . 'exclude-utilities',
'variable' => '$exclude-utilities',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the utilities classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "root";',
'name' => $slug . 'exclude-root',
'variable' => '$exclude-root',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the root classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "reboot";',
'name' => $slug . 'exclude-reboot',
'variable' => '$exclude-reboot',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the reboot classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "type";',
'name' => $slug . 'exclude-type',
'variable' => '$exclude-type',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the type classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "images";',
'name' => $slug . 'exclude-images',
'variable' => '$exclude-images',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the images classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "containers";',
'name' => $slug . 'exclude-containers',
'variable' => '$exclude-containers',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the containers classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "grid";',
'name' => $slug . 'exclude-grid',
'variable' => '$exclude-grid',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the grid classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "tables";',
'name' => $slug . 'exclude-tables',
'variable' => '$exclude-tables',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the tables classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "forms";',
'name' => $slug . 'exclude-forms',
'variable' => '$exclude-forms',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the forms classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "buttons";',
'name' => $slug . 'exclude-buttons',
'variable' => '$exclude-buttons',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the buttons classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "transitions";',
'name' => $slug . 'exclude-transitions',
'variable' => '$exclude-transitions',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the transitions classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "dropdown";',
'name' => $slug . 'exclude-dropdown',
'variable' => '$exclude-dropdown',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the dropdown classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "button-group";',
'name' => $slug . 'exclude-button-group',
'variable' => '$exclude-button-group',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the button-group classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "nav";',
'name' => $slug . 'exclude-nav',
'variable' => '$exclude-nav',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the nav classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "navbar";',
'name' => $slug . 'exclude-navbar',
'variable' => '$exclude-navbar',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the navbar classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "card";',
'name' => $slug . 'exclude-card',
'variable' => '$exclude-card',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the card classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "accordion";',
'name' => $slug . 'exclude-accordion',
'variable' => '$exclude-accordion',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the accordion classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "breadcrumb";',
'name' => $slug . 'exclude-breadcrumb',
'variable' => '$exclude-breadcrumb',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the breadcrumb classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "pagination";',
'name' => $slug . 'exclude-pagination',
'variable' => '$exclude-pagination',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the pagination classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "badge";',
'name' => $slug . 'exclude-badge',
'variable' => '$exclude-badge',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the badge classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "alert";',
'name' => $slug . 'exclude-alert',
'variable' => '$exclude-alert',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the alert classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "progress";',
'name' => $slug . 'exclude-progress',
'variable' => '$exclude-progress',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the progress classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "list-group";',
'name' => $slug . 'exclude-list-group',
'variable' => '$exclude-list-group',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the list-group classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "close";',
'name' => $slug . 'exclude-close',
'variable' => '$exclude-close',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the close classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "toasts";',
'name' => $slug . 'exclude-toasts',
'variable' => '$exclude-toasts',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the toasts classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "modal";',
'name' => $slug . 'exclude-modal',
'variable' => '$exclude-modal',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the modal classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "tooltip";',
'name' => $slug . 'exclude-tooltip',
'variable' => '$exclude-tooltip',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the tooltip classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "popover";',
'name' => $slug . 'exclude-popover',
'variable' => '$exclude-popover',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the popover classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "carousel";',
'name' => $slug . 'exclude-carousel',
'variable' => '$exclude-carousel',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the carousel classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "spinners";',
'name' => $slug . 'exclude-spinners',
'variable' => '$exclude-spinners',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the spinners classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "offcanvas";',
'name' => $slug . 'exclude-offcanvas',
'variable' => '$exclude-offcanvas',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the offcanvas classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "placeholders";',
'name' => $slug . 'exclude-placeholders',
'variable' => '$exclude-placeholders',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the placeholders classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
array(
'label' => 'Exclude @import "helpers";',
'name' => $slug . 'exclude-helpers',
'variable' => '$exclude-helpers',
'row' => 'default',
'input' => 'checkbox',
'default' => 0,
'description' => 'If checked the helpers classes will be excluded from compiled Bootstrap CSS.',
'allow_reset' => false,
'options' => array()
),
);