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
In order to make our content editors' life easier on our Piranha-based website, I would like to implement two custom actions at the block level:
Copy/paste of a block
Ideally this would be a generic solution that is able to copy custom blocks that we added to our site
Translation of a block
After the copying of a block, it would be nice if we could translate the content fields to a language. We can implement the translation logic ourselves on the server.
Currently I have been digging in to the Piranha.Manager.Actions.Toolbars. items, but I cannot find a place that is suitable.
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
-
In order to make our content editors' life easier on our Piranha-based website, I would like to implement two custom actions at the block level:
Ideally this would be a generic solution that is able to copy custom blocks that we added to our site
After the copying of a block, it would be nice if we could translate the content fields to a language. We can implement the translation logic ourselves on the server.
Currently I have been digging in to the
Piranha.Manager.Actions.Toolbars.
items, but I cannot find a place that is suitable.What would be the best way to start my journey?
Beta Was this translation helpful? Give feedback.
All reactions