mcore
#1
Is there a better way to write a custom backend update URL?
handle_class = article.component.properties.handle|mc_snake_case
.../admin/tailor/entries/handle_class/10
mc_snake_case - my filter
I want to create edit link on frontend for backend user with permission.
daft
#2
Yes, that looks right, snake_case
is the filter used to determine the handle slug.
mcore
#3
Thank you for your reply.
Already i know it. I finding it in documentation. At first it didn’t work for me, I must have made a typo.
1 Like