Fabian Michael
Fabian Michael
Hi, this feature should be included. The sitemap should links for all language versions of a page by default. https://github.com/fabianmichael/kirby-meta/blob/main/src/Sitemap.php#L87 What’s still missing is the rendering of links in the...
@simongerads Sorry, i cannot give you any further support with this. Never used the language autodetect feature myself. But if you find a solution, please feel free to share it...
@Tazi0 Does this issue still exist?
Unfortunately, this one is rather tricky to solve, since it requires live-monitoring of the robot fields + an XHR request + a custom API endppoint because the final evaluation of...
Other previews have live-update as well, so I think this should behave the same and should give instant feedback on the affect of certain options for page visibility. And in...
@bnomei Thanks for your research an the decvelopment of a solution. But I am hesitating to incorporate this solution since it makes everything more fragile and would make it dependant...
@bnomei I’ve updated the plugin with the lastest commit based on your code. However, I’ve opted for always using the plugin’s own cache. (see dd6bdecc5c65237b11f505ddc37179099b0f4a15) Please give it a try....
> Would be great to get confirmation on this .. is everything working as expected? 😉 As far as I am aware, the only thing that does not work correctly...
@the-leonat This is clearly a design-issue of the plugin. You can use the following workaround by adding a hook to you config file: ```php use FabianMichael\Meta\PageMeta; use Kirby\Cms\App; use Kirby\Cms\Page;...
Version 2.0.0 will not hide child pages any longer, if their parent page is unlisted.