generateblocks
generateblocks copied to clipboard
GenerateBlocks is a small collection of lightweight WordPress blocks that can accomplish nearly anything.
We get a deprecated arg warning when `$source_id` doesn't return an actual ID in our `get_the_excerpt()` function: https://github.com/tomusborne/generateblocks/blob/8816e5ab471cdb5b6617e1d8ab9927bc0165a689/includes/class-dynamic-content.php#L205 `Function get_the_excerpt was called with an argument that is deprecated since version...
Fixes the below log warning. 
The `get_source_id()` function in class-block-elements.php of GPP has a filter that is indispensable for some applications. This provides one for GB.
In GP's main style sheet a style property is applied to all elements to globally set box-sizing: `box-sizing: border-box` However in the editor when using certain GB blocks the box-sizing...
### Description If I enable Dynamic Data on a GenerateBlocks element, then suddenly the buttons for Bold and Italic disappear. A quick bit of CSS can fix overcome this, so...
### Description We are unable to filter the URL like so: ` add_filter( 'generateblocks_dynamic_url_output', function( $url, $attributes ) { if ( ! empty( $url ) && ! empty( $attributes['className'] )...
### Description For client sites, in larger editorial teams especially abilty to control access to blocks and their settings in a more granular way would be extremely valuable. ... ###...
At the moment we can use advanced backgrounds for changing image per device or it is possible to have two image backgrounds by using different target type. However the css...