File: /var/www/newfaith.focalat.com/new-faith/wp-content/themes/christian/assets/js/gutenberg.js
/******/ (() => { // webpackBootstrap
/******/ "use strict";
/******/ var __webpack_modules__ = ({
/***/ 972:
/***/ (() => {
/* Check layout */
(function () {
jQuery(document).ready(function () {
jQuery('.acf-field-select[data-name="cmsmasters_layout"] select').on('change', function () {
var value = jQuery(this).val(),
$el = jQuery('body');
$el.removeClass(function (index, classes) {
return (classes.match(/cmsmasters-layout-\S+/g) || []).join(' ');
});
$el.addClass(function (index, classes) {
if ('default' === value) {
var def = classes.match(/cmsmasters-def-layout-(\S+)\s+/);
return classes + ' cmsmasters-layout-' + def[1];
}
return classes + ' cmsmasters-layout-' + value;
});
});
});
})();
/***/ }),
/***/ 495:
/***/ (() => {
/* Gutenberg Scripts */
wp.domReady(function () {
wp.blocks.unregisterBlockStyle('core/quote', ['default', 'large']);
wp.blocks.unregisterBlockStyle('core/table', ['default', 'stripes']);
});
/***/ })
/******/ });
/************************************************************************/
/******/ // The module cache
/******/ var __webpack_module_cache__ = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/ // Check if module is in cache
/******/ var cachedModule = __webpack_module_cache__[moduleId];
/******/ if (cachedModule !== undefined) {
/******/ return cachedModule.exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = __webpack_module_cache__[moduleId] = {
/******/ // no module.id needed
/******/ // no module.loaded needed
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/************************************************************************/
var __webpack_exports__ = {};
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
(() => {
/* Gutenberg Script */
__webpack_require__(972);
__webpack_require__(495);
})();
/******/ })()
;
//# sourceMappingURL=gutenberg.js.map