HI all,
I need your help.
I'm Trying to customize the mobile app. But each time I follow the documentation
and need to modify the manifest module with:
e.g:
"CustomSchemas": ["mycustommudule"],
I get console error (on the debugging browser) saying:
Path for schema 'mycustommudule' not found.
* i get this error for every custom module I create and try to add it to "CustomSchemas".
Or adding "PagesExtensions": [mycustommudule,...] <-- doesn't work
Basically i'm trying to add a button to my custom section on the mobile app & handle it's "on click" event. but i just can't make it work..
* I followed the documentation on :
https:/academy.creatio.com/docs/developer/mobile_development/customization/manifest/add_a_button
with no luck...
Thank.
Like