Skip to content

Make defaultPageJSON a class variable #206

@pihart

Description

@pihart

It's currently a file-scoped [const] variable, which means that the client-side developer API can't edit its value.

It does not necessarily need to be a class variable of Pages, but it looks like this makes the most sense. (It also does not need to be static; it can be an instance variable of Pages or Page, but this seems wrong.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions