tomusborne / generateblocks

GenerateBlocks is a small collection of lightweight WordPress blocks that can accomplish nearly anything.
https://generateblocks.com
198 stars 23 forks source link

GB 2.0.0 Beta.2 no option to add link to text block with button tag #1525

Closed njwgh closed 10 hours ago

njwgh commented 14 hours ago

Description

GB 2.0.0 Beta.2 (free version) There is no option to add a link to a text block with a 'button' tag

Steps to reproduce

  1. add a text block
  2. choose 'button' tag

this is what it looks like

gb-new-button-link

There is no 'link' icon

tomusborne commented 10 hours ago

The <button> HTML element doesn't support an href like an <a> element does.

The <button> element is more for things like javascript interactions etc...