bnomei / kirby3-autoid

Automatic unique ID for Pages, Files and Structures including performant helpers to retrieve them. Bonus: Tiny-URL.
https://forum.getkirby.com/t/kirby3-autoid-plugin/23572
MIT License
80 stars 8 forks source link

Problems to use AutoId inside block in a structurefield #82

Open janstieler opened 2 years ago

janstieler commented 2 years ago

Hi, I have a structurefield inside a block and integrated AutoId with

          autoid:
            translate: false

in the blueprint. I installed also the preview plugin from sylvainjule. but It looks that the autoid is not generated after save. I have also in my txt file …"autoid":null}.

What have I done wrong?

Cheers

bnomei commented 2 years ago

autoid does not work with blocks. the new kirby 3.8 will add uuids for all of that so i have no plans to add that.