I have a class which inplements IDefaultable interface. In the getDefaultValue(Map contextMap) of that class, can I get the project/channel which is in a quick action when the quick action is used to create a new content?
Basically, I need to set some value as default to a field based on the project/channel of the content item. When I try to create content by using a quick action when no project or channel is seletced (for example from 'My Page'), I am unable to get the project or channel from the request or from the contextMap. But the project/channel is in the quick action. How to get that values in getDefaultValue()?
Thanks
Srini