=== Block Designer - Create Custom Blocks === Contributors: ehtmlu Donate link: https://www.paypal.com/donate/?hosted_button_id=2G6L8NWVXZ4T4 Tags: custom blocks, block editor, gutenberg, design, style, css Requires at least: 5.9.0 Tested up to: 6.0.2 Stable tag: 1.7.2 Requires PHP: 7.3 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Create and design custom blocks for the WordPress Block Editor (Gutenberg Editor) without any line of code. == Description == *This plugin is under intensive development. This means new features are released weekly, so screenshots and tutorials may be out of date. However, don't worry about backwards compatibility. Anything you do with the current version will also work in future versions.* **Create and design your very own custom blocks for the WordPress Block Editor (Gutenberg Editor) without any line of code.** 1. You design a block once in **Block Designer** 2. Your client use it in the **Block Editor** and fill it with content = Live Preview = Test the latest version here: \> \> \> [open LIVE PREVIEW](https://livepreview.blockdesigner.net/) < < < = 2 minute tutorial (the designing process): = https://www.youtube.com/watch?v=OhJ-YpYi8I0 [open tutorial in YouTube](https://www.youtube.com/watch?v=OhJ-YpYi8I0) = Supported Elements = * HTML Element * Icon * Static Text * Author Image * Author Link * Author RichText * Inner Blocks = Supported Styles = * Display (block, flex, inline-block, inline, none) * Flex (direction, reverse, align, justify, gap, wrap) * Flex Child (shrink, grow, align self) * Spacing (margin, padding) * Size (width, height, min-width, min-height, max-width, max-height) * Overflow (visible, hidden, scroll, auto) * Typography (font-weight, font-style, font-size, line-height, color, text-align, text-decoration) * Border (radius, style, width, color) * Background (color, linear-gradient, radial-gradient) * Effects (box-shadow) = How it works = 1. **Design your block** First you design your block in the *Block Designer* with different HTML elements and styles. You can define areas where authors can insert images and text in the *WordPress Block Editor*. After you designed your block, you only need to enable and save it. 2. **Use your block** If you enabled and saved your block, you will find your block in the Inserter panel of the *WordPress Block Editor*. Just insert it as you know it from ordinary blocks. If you have defined areas for author input, you can add your content now. Save your page/post and enjoy your result on your site ;) == Screenshots == 1. This is the overview of all your created blocks. 2. This is the view when you design one of your blocks. 3. In the WordPress Block Editor, you can always preview your block by hovering over your block icon. 4. Use your block as often as you want. == Changelog == = 1.7.2 - 2022-09-15 = * Fix: overview preview did not work on multisite installations = 1.7.1 - 2022-09-15 = * Fix: canvas did not work on multisite installations = 1.7.0 - 2022-09-13 = * Support of block alignment "wide" and "full" * New element "authorlink" = 1.6.5 - 2022-08-30 = * Fix issue about copy, cut or delete elements = 1.6.4 - 2022-08-25 = * Fix safari issue = 1.6.3 - 2022-08-24 = * Fix two small issues = 1.6.2 - 2022-08-23 = * Fix small issue = 1.6.1 - 2022-08-22 = * Fix various small issues = 1.6.0 – 2022-08-17 = * Show indicators when styles are set * New element "Icon" = 1.5.1 – 2022-08-10 = * Fix for older PHP versions = 1.5.0 – 2022-08-10 = * Use CSS classes instead of style attributes * Add responsive styles (desktop, tablet, mobile) = 1.4.0 – 2022-07-31 = * Add drag and drop to element tree = 1.3.1 – 2022-07-26 = * Fix: BD crashed when saving a new block while an element was selected = 1.3.0 – 2022-07-25 = * Add support for many more HTML tags * Add support for custom HTML attributes * Small optimizations = 1.2.1 – 2022-07-20 = * Fix: canvas height was too high * Fix: capability issue = 1.2.0 – 2022-07-19 = * Add options to change canvas view = 1.1.1 – 2022-07-17 = * Optimize box-shadow controls to support different units = 1.1.0 – 2022-07-16 = * Add options for background gradients * Add options for box shadows * Add feedback panel = 1.0.1 – 2022-07-16 = * Fix: Canvas height was too small in Firefox = 1.0.0 – 2022-07-15 = * Initial release