diff --git a/README.md b/README.md index 2548567..ac60edf 100644 --- a/README.md +++ b/README.md @@ -353,12 +353,21 @@ Module declaration, on `config.json`: "endpoints": { "get": "http://server.url/events/", "post": "http://server.url/events/", + "regionevents": "http://server.url/regionevents/", "typeevents": "http://server.url/typeevents/", "postTypeevents": "http://server.url/typeevents/", "uploads": "http://server.url/upload/" } + "parameters" : { + "pastevents": "", + "visiblecheckbox": "", + "visibilityregions": "" + } } ``` +You can choose to display the list of past events or not (if not, have 'hidden' for the parameters "pastevents"). +You can have a checkbox on forms to choose to show the events on another website (if not, have 'hidden' for the parameters "visiblecheckbox"). +You can choose to link the events on a region (if not, have 'hidden' for the parameters "visibilityregions"). You can get only future events by using: