Andrii Valenia
Andrii Valenia
### Description #5467 has opened ability to return indent/outdent feature. Work was started in progress of #5467, so assignee can ping me and I will push changes. ### Other plugins...
@Fybex OOO, and I ve found for what we can use your idea , so to add it to separate issue pls https://jam.dev/c/1411db02-af6d-4d65-a82e-2adb5e805472 [full page zone.txt](https://github.com/maxi-blocks/maxi-blocks/files/14249524/full.page.zone.txt) would be good if...
3) yes, would be good to change values on responsive - but is not very important for now can be realized in next issue _Originally posted by @Olekrut in https://github.com/maxi-blocks/maxi-blocks/pull/5413#pullrequestreview-1872431194_...
4) Would be good in the future to have ability to add scroll effects to BG elements _Originally posted by @Olekrut in https://github.com/maxi-blocks/maxi-blocks/pull/5413#pullrequestreview-1872431194_
Implementation breaks reusable blocks preview. master:  here:  _Originally posted by @Fybex in https://github.com/maxi-blocks/maxi-blocks/pull/4778#pullrequestreview-1403946949_ Firstly, reusable blocks preview was added in #4754, but as a result, part of it...
# Description ## Overview Added performance tests for the editor, which are end-to-end (e2e) tests measuring basic actions' performance. ### Test Types: - Pattern performance tests - Block performance tests...
### Description This will avoid adding preview fonts to published pages ### Other plugins or websites examples _No response_ ### How to implement it The same idea as with `prev_styles`...
# Description Fixes #5448 ## Setup ### Composer Composer is a PHP package manager, similar to npm for JavaScript. It allows you to manage project dependencies effortlessly. For example, you...
This issue must reduce multiply `../../` in import paths. Solution: we can create path aliases. Links: - https://webpack.js.org/configuration/resolve/ - https://dev.to/mmcshinsky/webpack-aliases-keep-my-code-sane-3c3e Code before: ``` import { MaxiBlockComponent, withMaxiProps } from '../../extensions/maxi-block';...