gobierto icon indicating copy to clipboard operation
gobierto copied to clipboard

Gobierto Investments / Read configuration from API

Open entantoencuanto opened this issue 5 years ago • 0 comments

The API now provides public configuration data. This feature is documented in https://gobierto.readme.io/docs/gobierto-api-modules-configuration.

The content of app/javascript/gobierto_investments/webapp/conf/mataro.conf.js can be stored in module settings and the API can return:

{
    configuration: {
        "exposed_in_public_api": true,
        content: ···
    }
} 

entantoencuanto avatar Feb 18 '20 15:02 entantoencuanto