corvée(dépendances) ajoute Carbon Fields
This commit is contained in:
parent
135cc65eed
commit
62368587e5
459 changed files with 72750 additions and 26 deletions
11
web/vendor/htmlburger/carbon-fields/packages/blocks/fields/hidden/index.js
vendored
Normal file
11
web/vendor/htmlburger/carbon-fields/packages/blocks/fields/hidden/index.js
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/**
|
||||
* External dependencies.
|
||||
*/
|
||||
import { addFilter } from '@wordpress/hooks';
|
||||
|
||||
/**
|
||||
* The internal dependencies.
|
||||
*/
|
||||
import NotSupportedField from '../../components/not-supported-field';
|
||||
|
||||
addFilter( 'carbon-fields.hidden.block', 'carbon-fields/blocks', () => ( props ) => <NotSupportedField type={ props.field.type } /> );
|
||||
Loading…
Add table
Add a link
Reference in a new issue