Skip to content

Enable global data objects and handlebars #8

@MikeCarbone

Description

@MikeCarbone

So objects like:

formData -- this one will be hard, maybe impossible / too much
selectedRow
urlQuery
authData
interweave -- globals

Then these can be accessed elsewhere in the config like:

interface: {
  form: {
    options: {
      data: {
        uri: "https://api.example.com/bars/{{ selectedRow.id  }}"
      } 
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions