Esri / geoform-template-js

GeoForm is a configurable template for form based data editing of a Feature Service.
http://esri.github.io/geoform-template-js/
Apache License 2.0
67 stars 83 forks source link

Update readme for configuring new release #440

Closed driskull closed 9 years ago

driskull commented 9 years ago

Hi @CTDisasterManagement

A couple users noticed that the attachment settings have changed as well as layers.

Is there anything else from the readme that we need to update so that a user can configure the app without an appid?

Could you look through this section and let me know if anything is missing? https://github.com/Esri/geoform-template-js/blob/master/README.md#configuring-defaultsjs

driskull commented 9 years ago

If we're no longer using these attributes, can we not save them in the appid?

"enableAttachments": true,
    "attachmentIsRequired": false,
    "attachmentHelpText": "test2",
    "attachmentLabel": "Test",
CTDisasterManagement commented 9 years ago

@driskull,

We will remove the above mentioned properties from the config and will also check for any other useless properties lying there and send a pull request for the same.

Thanks!

CTDisasterManagement commented 9 years ago

@driskull,

We went through the link you provided and learnt that there are a few properties missing in it.

Below are the properties that can be included:

Thanks!