Vít Petira

Results 18 issues of Vít Petira

The form allows you to submit fewer characters than the set minimum in the configuration. This is probably related to this improvement: https://github.com/getgrav/grav-plugin-simplesearch/pull/165.

Cannot delete Additional URLs form when it remains last. It reappears after saving. Grav v1.6.21 - Admin v1.9.12 - Sitemap v1.9.4

bug

When the User Groups option is disabled, the Admin Panel crashes. The solution is to add the `- 'blueprints://flex-objects/user-groups.yaml'` record to the `directories` area in the `flex-object.yaml` file. Error thrown...

If you make changes so that the plugin can be used to create sitemaps (https://github.com/OleVik/grav-plugin-directorylisting/issues/16, https://github.com/OleVik/grav-plugin-directorylisting/issues/17), only the active branch from the `Menu` variable without the `MD` files should be...

Hi @OleVik! In connection with the previous proposal for enhancement https://github.com/OleVik/grav-plugin-directorylisting/issues/17 (creating a structure starting in the default route, especially when creating the sitemap), it would be good to exclude...

enhancement

I miss the ability to set the **default route** where the plugin should start creating the structure via: **directorylisting.yaml** ``` route: /blog ``` or via the page **Frontmatter**: ``` directorylisting:...

enhancement

Hi! After updating to **Shortcode Core v5.2.0**, **SimpleSearch Plugin** stopped working. ``` RuntimeException PCRE failure `4`. /user/plugins/shortcode-core/vendor/thunderer/shortcode/src/Parser/RegularParser.php ... private function tokenize($text) { $count = preg_match_all($this->lexerRegex, $text, $matches, PREG_SET_ORDER | PREG_OFFSET_CAPTURE);...

Grav now supports Multisite at the subdomain or subdirectory level: **1. Subdomain** ``` https://example.com --> /user/ https://subsite1.example.com --> /user/env/subsite1.example.com https://subsite2.example.com --> /user/env/subsite2.example.com ``` **2. Subdirectory** ``` https://example.com --> /user/ https://example.com/subsite1...