This is more of an invisible nicety that I think is really useful in Craft CMS.
Sometimes I have just the ID of a given entry and I want to get to the control panel edit screen with that information alone. I can simply go to /admin/edit/{id} and it will take me to the correct spot in the admin area. Now this is possible with Statamic.
Given an entry that has an ID of 72edf157-4010-4ebc-9c8c-146181c12c4c and is in the "Blog" collection
If you go to /admin/edit/72edf157-4010-4ebc-9c8c-146181c12c4c
You will be redirected (and prompted to sign in if not already) to /admin/collections/blog/entries/72edf157-4010-4ebc-9c8c-146181c12c4c
This is more of an invisible nicety that I think is really useful in Craft CMS.
Sometimes I have just the ID of a given entry and I want to get to the control panel edit screen with that information alone. I can simply go to
/admin/edit/{id}
and it will take me to the correct spot in the admin area. Now this is possible with Statamic.72edf157-4010-4ebc-9c8c-146181c12c4c
and is in the "Blog" collection/admin/edit/72edf157-4010-4ebc-9c8c-146181c12c4c
/admin/collections/blog/entries/72edf157-4010-4ebc-9c8c-146181c12c4c