Skip to content

Documentation for rawOutput #290

@dantel35

Description

@dantel35

Following the documentation for switching on raw output by adding
ENV['changeset-validations'].rawOutput = true;

to

config/environment.js

in a freshly created Octane project (with ember-changeset & ember-changeset-validations installed) leads to:
Cannot set property 'rawOutput' of undefined

It should mention that this option may be added like this:
let ENV = {
(...)
'changeset-validations': {rawOutput : true},
(...)
};

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