kirby3-autoid icon indicating copy to clipboard operation
kirby3-autoid copied to clipboard

Automatic unique ID for Pages, Files and Structures including performant helpers to retrieve them. Bonus: Tiny-URL.

Results 25 kirby3-autoid issues
Sort by recently updated
recently updated
newest added

Bumps [getkirby/cms](https://github.com/getkirby/kirby) from 3.6.6 to 3.6.6.1. Release notes Sourced from getkirby/cms's releases. 3.6.6.1 🚨 Security release Cross-site scripting (XSS) from content entered in the tags and multiselect fields Severity: high...

dependencies

Hi, is there a way to have multiple AutoID fields in one bleuprint? Cheers

question

This is a minor bug, but it's annoying because the AutoIDs don't match the default row enumerations in the Kirby panel for structure fields. **To reproduce:** 1. Install plugin and...

bug

Hi, I have a structurefield inside a block and integrated AutoId with ```yml autoid: translate: false ``` in the blueprint. I installed also the preview plugin from sylvainjule. but It...

wontfix

Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.4.4 to 7.4.5. Release notes Sourced from guzzlehttp/guzzle's releases. Release 7.4.5 See change log for changes. Changelog Sourced from guzzlehttp/guzzle's changelog. 7.4.5 - 2022-06-20 Fix change in...

dependencies

Reference is [this Thread](https://forum.getkirby.com/t/multi-language-selecting-a-draft-by-defaultlanguage-or-disable-multilanguage-for-certain-drafts/12852) Multilanguage Setup (e.g. DE (default), EN) - Creating a page via the frontend (e.g. `$page->createChild($mycontent)`) while EN is current language. - Kirby creates new pages in...

bug
help wanted

Hi Bnomei, I am trying out autoid on a server with php8.0.12 and I get the following error ``` Whoops\Exception\ErrorException thrown with message "Undefined array key "dirname"" Stacktrace: #29 Whoops\Exception\ErrorException...

bug

> Hi @bnomei, > i am using your autoid-plugin 2.7.7 in a structure-field within site.yml in K3.5. Thank you for that! > Unfortunately i also have an issue with the...

bug
help wanted
wontfix

I am not sure what's going on here and if this is expected behaviour. I have a blueprint with basically the following fields configuration: ``` years: label: Years type: structure...

bug