-
blueprint:
```
imgtoggle:
label: Bild oder Icon
type: select
default:…
-
I am trying to populate my fieldset's `label` field with some parsed string from data of my page.
I am writing this parsed string to a hidden field within my field set via a hook, everytime the page …
trych updated
2 years ago
-
Where it says:
`A clean approach for this is to use different snippets inside site/snippets/sections/`
Did you meant `site/snippets/blocks` perhaps?
Cheers
-
When expand or collaps a block, the page scrolls to a random position.
dm-ph updated
2 years ago
-
Hey @TimOetting - this builder is amazing, thank you man!
I noticed a minor issue when using the preview option... for example, I have a textarea field in my blueprint. I add some copy, let's say 1…
-
When I set `defaultView: preview`, and add an item, the fieldset will not show the edit fields.
I have installed the example code for this plugin, when I add a Quote it will not show the edit field…
-
Feature request for a `ui: compact` feature so that the user interface takes up as little space as possible. Especially useful for nested Builder fields.
-
Usually the fields _key and _uid are automatically created when creating a builder block.
By cloning a builder block a unique _uid field is not created, so the block has no unique identifier.
-
I'm loading my main css file so the previews are consistent with the site styles.
```yaml
name: Testimonials
label: Testimonials
preview:
snippet: blocks/testimonials
css: /assets/css/sty…
-
It would be great to have the possibility to set up the column-count right in the backend. I think about a blueprint setting with min and max columns or something like that. Thanks!