Nico Hoffmann ෴.
Nico Hoffmann ෴.
@afbora I think that's true for our sections but `k-table` can be used in any other context as well. And there `options` might be not a Fiber function but an...
@lukasbestle Since rows is basically just an array of value objects we'd probably somewhere need to do something like ```js rows.map((row) => { return { values: row, }; }) ```...
Similar to https://github.com/getkirby/kirby/issues/6640 and not fixable before we have pure virtual pages (currently they can be still written to the content folder, which is what happens when you call `page.uuid`...
This is a bit tricky for me: I found a way to support something like `read.php?article=1-welcome-to-website`. But then all redirects are very strict with queries. E.g. a redirect simply from...
Not sure if I can offer support or https://github.com/bnomei/kirby3-redirects is indeed your better choice. The difference is that Retour is build on Kirby's routing - which doesn't support queries for...
I'm thinking this could be solved by - `Template` class having a public static property for the default type used by default (maybe `$defaultType` can still be passed as parameter...
@lukasbestle But what's the best way forward? Getting fully rid of a default type sounds like it could be result in much larger breaking changes as the template class is...
@lukasbestle I tried to implement it but this leads into a rabbit whole as in so many places Kirby has the premise that `$contentType = 'html'` is equivalent to no...
Note for future fix: Currently all models section use the `add` i18n string and only allow customizing the icon for that button. We should refactor the `buttons` computed prop, break...
Closing this as we are currently working towards the long term plan of merging the sections and fields which will solve this inconsistency eventually. But I want to avoid adding...