]> _ Git - ccv-wordpress.git/commit
Elementor shared/global template widget, compatibility updates for custom widgets...
authorStephen Cameron <stephen@cubedesigners.com>
Wed, 18 Aug 2021 19:21:54 +0000 (21:21 +0200)
committerStephen Cameron <stephen@cubedesigners.com>
Wed, 18 Aug 2021 19:21:54 +0000 (21:21 +0200)
commit94efd847da58cc58565329ebe3128e1359fbf48d
treee0cfcdecf7d10351b1850a1597268eafda6640cc
parent5c8c42b782ad0e8476482ef05c5331c6474616a8
Elementor shared/global template widget, compatibility updates for custom widgets, editor improvements and activation of language switcher. WIP #4615 @7.5
27 files changed:
wp-content/mu-plugins/cube/src/Elementor/Setup.php
wp-content/mu-plugins/cube/src/Elementor/Widgets/BackgroundImage.php
wp-content/mu-plugins/cube/src/Elementor/Widgets/DynamicTable.php
wp-content/mu-plugins/cube/src/Elementor/Widgets/FancyList.php
wp-content/mu-plugins/cube/src/Elementor/Widgets/Form.php
wp-content/mu-plugins/cube/src/Elementor/Widgets/HeaderSlideshow.php
wp-content/mu-plugins/cube/src/Elementor/Widgets/JustifiedList.php
wp-content/mu-plugins/cube/src/Elementor/Widgets/LinkCarousel.php
wp-content/mu-plugins/cube/src/Elementor/Widgets/NewsBanner.php
wp-content/mu-plugins/cube/src/Elementor/Widgets/PeopleGrid.php
wp-content/mu-plugins/cube/src/Elementor/Widgets/PhotoGrid.php
wp-content/mu-plugins/cube/src/Elementor/Widgets/PictoGrid.php
wp-content/mu-plugins/cube/src/Elementor/Widgets/ScientificNews.php
wp-content/mu-plugins/cube/src/Elementor/Widgets/Template.php [new file with mode: 0644]
wp-content/mu-plugins/cube/src/Elementor/Widgets/TestimonialCarousel.php
wp-content/mu-plugins/cube/src/Elementor/Widgets/TextBlock.php
wp-content/mu-plugins/cube/src/Elementor/Widgets/Timeline.php
wp-content/mu-plugins/cube/src/Elementor/Widgets/TimelineHorizontal.php
wp-content/themes/CCV/app/setup.php
wp-content/themes/CCV/resources/assets/styles/admin.styl [new file with mode: 0644]
wp-content/themes/CCV/resources/assets/styles/app.styl
wp-content/themes/CCV/resources/assets/styles/common/admin.styl [deleted file]
wp-content/themes/CCV/resources/views/partials/content-single-elementor_library.blade.php [new file with mode: 0644]
wp-content/themes/CCV/resources/views/partials/header.blade.php
wp-content/themes/CCV/resources/views/widgets/link-carousel.blade.php
wp-content/themes/CCV/resources/views/widgets/timeline.blade.php
wp-content/themes/CCV/webpack.mix.js