I created customer asset from Page and when i right click it has Edit content screen.
Now the Process function is not working with that.
I have tried the paint and process function in page_poll asset and its working
So i thought i will edit that asset.
But that asset don't have edit contents on right click.
how can i get that option
How to add Edit content screen to an asset right click
johnK
(Firewall Breaker)
#1
Benjamin_Pearson
(Benjamin Pearson)
#2
[quote]
I created customer asset from Page and when i right click it has Edit content screen.
Now the Process function is not working with that.
I have tried the paint and process function in page_poll asset and its working
So i thought i will edit that asset.
But that asset don't have edit contents on right click.
how can i get that option
[/quote]
You need to add a file called 'edit_interface_screens.xml' into your asset, check with another asset on the format of this file. Once the file is there you will also need another xml file called 'edit_interface_screen_xx.xml' where xx is the name of your screen. Then run step_03 and compile_locale for it to be picked up by the asset map.
HTH