You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We take an advantage of the tag helper in our blog and it works well.
However, we introduced additional culture last week and we have realized that it would be perfect to have a possibility to include the edit link to a specific culture.
I can see that we can use the edit-url attribute, but we are not able to append the current culture, so the link could look as below:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @warrenbuckley,
We take an advantage of the tag helper in our blog and it works well.
However, we introduced additional culture last week and we have realized that it would be perfect to have a possibility to include the edit link to a specific culture.
I can see that we can use the
edit-url
attribute, but we are not able to append the current culture, so the link could look as below:I'm not sure if you still develop this package, but maybe you can consider introducing such a feature in this tag helper.
In this case a possibility of including a composite format string in the edit-url attribute would be enough:
edit-url="/umbraco#/content/content/edit/{0}?mculture=en"
Best!
cc: @piotrbach
Beta Was this translation helpful? Give feedback.
All reactions