Skip to content

Add globalOverwrites? #2

Closed
Closed
@Systerr

Description

@Systerr

This feature needed if we want to overwrite some default values. For example we want to grab additional attributesToGrab.
Maybe like this.

spiralFrontend.globalOverwrites = {
    instances: {//type
        Form:{
            attributesToGrab:{
                "action2": {
                    "key": "url",
                    "value": "/"
                }
            }
        }

    }
}

Or maybe for change default classes

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions