Anders Bjerner

Results 86 comments of Anders Bjerner

Hi Søren I did play around with it recently just for the fun of it, and made as much progress that it now builds against beta 3. You can see...

This has now been fixed in [**v3.0.6**](https://github.com/skybrud/Skybrud.Umbraco.Redirects/releases/tag/v3.0.6) for Umbraco 9, and should be part of **v4.0.5** for Umbraco 10.

Hi @woodi123 It's not something I currently have a good solution for. For one, we're currently using Umbraco's link picker overlay for selecting the destination, which doesn't support selecting a...

It shouldn't require too much to fix this #famouslastwords I can try having a look 😉

I think Umbraco still uses the **Pikaday** package for the date picker. If so, it has an option for setting the first day of the week (via the `firstDay` option):...

Great. Seems Flatpickr only supports language, but not country: https://github.com/flatpickr/flatpickr/tree/master/src/l10n I wonder if we can set the locale, but then also the first day of the week 🤔

The last example here may be relevant: https://github.com/flatpickr/flatpickr/issues/2327#issuecomment-730144138 Although here `Finish` is probably the entire locale object, and not the string as we have. But might still work.

Being able to control the generated identifier in general would be nice. I tried having a look at extending the `AutoIdentifierExtension` class, but most methods in the class are private....

Thanks. My use case was to handle certain special characters before they are stripped for the ID. But this could possibly work as well 👍

Yes, I assumed from your snippet that something like that would be possible as well. After playing a bit around with the code, I ended up like the method below....