sauvegarde le travail accompli

This commit is contained in:
gcch 2025-04-22 07:28:32 +02:00
commit 26165682d9
521 changed files with 4919 additions and 17279 deletions

0
web/vendor/htmlburger/carbon-fields/core/Block.php vendored Executable file → Normal file
View file

0
web/vendor/htmlburger/carbon-fields/core/Carbon_Fields.php vendored Executable file → Normal file
View file

0
web/vendor/htmlburger/carbon-fields/core/Container.php vendored Executable file → Normal file
View file

View file

@ -438,21 +438,20 @@ class Block_Container extends Container {
*
* @param array $attributes
* @param string $content
* @param \WP_Block $block
* @return string
*/
public function render_block( $attributes, $content ) {
public function render_block( $attributes, $content, $block = null ) { // added variable at the end
$fields = $attributes['data'];
$post_id = $this->get_post_id();
// Unset the "data" property because we
// pass it as separate argument to the callback.
unset($attributes['data']);
ob_start();
call_user_func( $this->render_callback , $fields, $attributes, $content, $post_id );
return ob_get_clean();
call_user_func( $this->render_callback , $fields, $attributes, $content, $post_id, $block );
$toReturn = ob_get_contents();
ob_clean();
return $toReturn;
}
/**

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

0
web/vendor/htmlburger/carbon-fields/core/Container/Container.php vendored Executable file → Normal file
View file

View file

View file

View file

View file

0
web/vendor/htmlburger/carbon-fields/core/Container/Repository.php vendored Executable file → Normal file
View file

View file

View file

View file

View file

View file

0
web/vendor/htmlburger/carbon-fields/core/Datastore/Datastore.php vendored Executable file → Normal file
View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

0
web/vendor/htmlburger/carbon-fields/core/Event/Emitter.php vendored Executable file → Normal file
View file

0
web/vendor/htmlburger/carbon-fields/core/Event/Listener.php vendored Executable file → Normal file
View file

View file

View file

View file

0
web/vendor/htmlburger/carbon-fields/core/Field.php vendored Executable file → Normal file
View file

View file

View file

0
web/vendor/htmlburger/carbon-fields/core/Field/Broken_Field.php vendored Executable file → Normal file
View file

0
web/vendor/htmlburger/carbon-fields/core/Field/Checkbox_Field.php vendored Executable file → Normal file
View file

0
web/vendor/htmlburger/carbon-fields/core/Field/Color_Field.php vendored Executable file → Normal file
View file

0
web/vendor/htmlburger/carbon-fields/core/Field/Complex_Field.php vendored Executable file → Normal file
View file

0
web/vendor/htmlburger/carbon-fields/core/Field/Date_Field.php vendored Executable file → Normal file
View file

0
web/vendor/htmlburger/carbon-fields/core/Field/Date_Time_Field.php vendored Executable file → Normal file
View file

0
web/vendor/htmlburger/carbon-fields/core/Field/Field.php vendored Executable file → Normal file
View file

0
web/vendor/htmlburger/carbon-fields/core/Field/File_Field.php vendored Executable file → Normal file
View file

View file

View file

0
web/vendor/htmlburger/carbon-fields/core/Field/Group_Field.php vendored Executable file → Normal file
View file

View file

0
web/vendor/htmlburger/carbon-fields/core/Field/Hidden_Field.php vendored Executable file → Normal file
View file

0
web/vendor/htmlburger/carbon-fields/core/Field/Html_Field.php vendored Executable file → Normal file
View file

0
web/vendor/htmlburger/carbon-fields/core/Field/Image_Field.php vendored Executable file → Normal file
View file

0
web/vendor/htmlburger/carbon-fields/core/Field/Map_Field.php vendored Executable file → Normal file
View file

View file

View file

0
web/vendor/htmlburger/carbon-fields/core/Field/Oembed_Field.php vendored Executable file → Normal file
View file

View file

0
web/vendor/htmlburger/carbon-fields/core/Field/Radio_Field.php vendored Executable file → Normal file
View file

View file

0
web/vendor/htmlburger/carbon-fields/core/Field/Rich_Text_Field.php vendored Executable file → Normal file
View file

0
web/vendor/htmlburger/carbon-fields/core/Field/Scripts_Field.php vendored Executable file → Normal file
View file

0
web/vendor/htmlburger/carbon-fields/core/Field/Select_Field.php vendored Executable file → Normal file
View file

0
web/vendor/htmlburger/carbon-fields/core/Field/Separator_Field.php vendored Executable file → Normal file
View file

0
web/vendor/htmlburger/carbon-fields/core/Field/Set_Field.php vendored Executable file → Normal file
View file

0
web/vendor/htmlburger/carbon-fields/core/Field/Sidebar_Field.php vendored Executable file → Normal file
View file

Some files were not shown because too many files have changed in this diff Show more