Konrad Serafin

Results 15 comments of Konrad Serafin

For the argument against `display: brick`, or `masonry`, I will post this inspiring brick wall here to remind us, that masons, set the CSS of walls to `grid-template-columns: "OFF"`, but...

Oh, that's great, thank you. Works like a charm! Paths, both in the root and nested, are correct. In the root it is displayed with a dot `http://localhost:4321/.`, but works...

Yes exactly. Sorry, I wasn't clear enough. The `docs` in `src/content/docs/` is just [Astro' content collection](https://docs.astro.build/en/guides/content-collections/) and `src/content/docs/index.md` is the "root" of the site. I did more testing on the...

Thank you Elio for the fast response! I appreciate your dedication. I tested your example with `beta v10.2.9211615`. I can edit the fields now. Output of the [Content type action](https://frontmatter.codes/docs/panel#content-type-actions)...

That will be great. It is pretty common case, that discriminator is not used for arrays of objects of the same type.

Ah, thank you for explanation. After adding the `"frontMatter.taxonomy.slugSuffix": "/",` setting, everything works just fine. Including the the "Case 3" from my previous comment (tesed on updated beta version `v10.2.9210096`....

> The preview path and the slug are intentionally separated, as the slug can depend on other properties and can be defined with the `frontMatter.taxonomy.slugTemplate` setting or `slugTemplate` property on...

I just tested the latest beta `v10.2.9236459`, and you did a really good job. Everything works as expected in my environment on all 3 levels (globally, page folder and content...

Interesting. Failed twice. Then, - I found this issue on GitHub, - Searched for every occurrence of `es-abstract` on PC - The only occurrences were in `~/AppData/Local/Temp` — two dirs...

Tested with beta `v10.2.9236459`. For now, I can't get it to work 🫣 ### 1. Simple case ```js // 👁️ — pages visible in the dashboard $ tree content src/...