Consistent page path/id methods #4489
Labels
needs: delay ⏳️
Requires more time, on hold
type: enhancement ✨
Suggests an enhancement; improves Kirby
type: refactoring ♻️
Is about bad code; cleans up code
$page→dirname()
2_project-b
$page→dirname()
$page→diruri()
1_projects/2_project-b
$page→dirpath()
$page→id()
projects/project-b
$page→path(false)
$page→uri()
projekte/projekt-b
$page→path($lang)
$page→uid()
project-b
$page→slug(false)
$page→slug()
projekt-b
$page→slug($lang)
$page→uuid()
page://12345678-90ab-cdef-1234-567890abcdef
We should try to pave the path in Kirby 3.8, meaning
The text was updated successfully, but these errors were encountered: