File "noStyleAttributes.js"
Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/generateblocks/src/utils/noStyleAttributes.js
File
size: 1.29 B
MIME-type: text/x-java
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
import { applyFilters } from '@wordpress/hooks';
export const noStyleAttributes = applyFilters(
'generateblocks.utils.noStyleAttributes',
[
'accordionItemOpen',
'accordionMultipleOpen',
'alt',
'anchor',
'ariaLabel',
'blockLabel',
'blockVersion',
'buttonType',
'className',
'columns',
'content',
'cssClasses',
'customIcon',
'dateReplacePublished',
'dateType',
'defaultOpenedTab',
'dynamicContentType',
'dynamicLinkType',
'dynamicSource',
'element',
'elementId',
'globalClasses',
'globalStyleId',
'globalStyleLabel',
'gridId',
'hasIcon',
'hasUrl',
'hiddenLinkAriaLabel',
'href',
'htmlAttributes',
'icon',
'iconLocation',
'isDynamic',
'isDynamic',
'isGlobalStyle',
'isGrid',
'isPagination',
'isQueryLoop',
'isQueryLoopItem',
'linkMetaFieldName',
'linkType',
'lock',
'marginSyncUnits',
'mediaId',
'mediaUrl',
'metaFieldName',
'multipleCommentsText',
'noCommentsText',
'openInNewWindow',
'paddingSyncUnits',
'postId',
'postType',
'query',
'relNoFollow',
'relSponsored',
'singleCommentsText',
'sizeSlug',
'tabItemOpen',
'tagName',
'target',
'termSeparator',
'termTaxonomy',
'text',
'title',
'uniqueId',
'url',
'useDynamicData',
'useGlobalStyle',
'useInnerContainer',
'variantRole',
],
);