You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2022. It is now read-only.
A feature request I hear a lot is the ability to quickly stub out a template from Block Lab's block builder UI.
The purpose is to quickly copy all the field names into a document so that you don't have to go back and forth copy / pasting them.
This could be done with a button that automatically creates the block template in your theme, or shows a starter template in a textarea that could be copy / pasted just once.
You could also have options for copying the block_field() calls, or alternatively, having all the fields preset to a variable using block_value().
The text was updated successfully, but these errors were encountered:
A feature request I hear a lot is the ability to quickly stub out a template from Block Lab's block builder UI.
The purpose is to quickly copy all the field names into a document so that you don't have to go back and forth copy / pasting them.
This could be done with a button that automatically creates the block template in your theme, or shows a starter template in a textarea that could be copy / pasted just once.
You could also have options for copying the
block_field()
calls, or alternatively, having all the fields preset to a variable usingblock_value()
.The text was updated successfully, but these errors were encountered: