corvée(dépendances) ajoute Carbon Fields

This commit is contained in:
gcch 2024-08-09 18:45:01 +02:00
commit 62368587e5
459 changed files with 72750 additions and 26 deletions

View file

@ -0,0 +1,6 @@
<div class="carbon-container">
<fieldset class="container-<?php echo $this->get_id(); ?>" data-json="<?php echo urlencode( json_encode( $this->to_json( false ) ) ); ?>"></fieldset>
<?php if ( ! $this->has_fields() ) : ?>
<?php _e( 'No options are available for this widget.', 'carbon-fields' ); ?>
<?php endif; ?>
</div>