I've encountered a bug with the admin interface for Web Mapping applications which is causing me major problems.
I've created a new "web mapping application" and created content. When I access the app via the javascript API, the response holds all the content in the "itemData" property.
Then, I did this:
- In the settings section, i changed the value of "Purpose" to "configurable".
- That gave me the option to add text in the "Configuration Parameters" field in JSON format.
- Once I added some, those parameters are what gets sent in the javascript API in the "itemData" property, and the content created through the app is no longer sent.