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
6
web/vendor/htmlburger/carbon-fields/templates/Container/widget.php
vendored
Normal file
6
web/vendor/htmlburger/carbon-fields/templates/Container/widget.php
vendored
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue