RobErskine / Craft-User-Manual

📚 Help Section Plugin for Craft CMS.
MIT License
85 stars 17 forks source link

Use ID instead of slug to query entries for CP entry URLs #35

Open daltonrooney opened 1 year ago

daltonrooney commented 1 year ago

Use IDs instead of slugs in the index.twig cp template. Uses IDs instead of slugs in the last segment of the requested URL to query the entry.

Closes #15

RobErskine commented 1 year ago

hey @daltonrooney, thanks for this! Will try to take a look in the next day or two. Thanks for the contribution!