Skip to content

Support shorthand options for declaring options across all plugins #42

@davej

Description

@davej

Instead of:

__options: {
  'bindData': {
    addToScope: false
  },
  'bindMethods': {
    addToScope: false
  }
}

I should be able to write:

__options: {
  addToScope: false
}

Shorthand will apply the option to all plugins.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions