Skip to content

metadata.json has the wrong type property value #4

@costdev

Description

@costdev

The spec for the type property for Metadata Documents states:

This property MUST be a valid string. The property SHOULD use a type defined in the type registry.

While "SHOULD" is not "MUST", the type registry shows that WordPress plugins and themes already have defined respective types of wp-plugin and wp-theme.

The metadata.json file shows:

{
  "type": "plugin"
}

This should be:

{
  "type": "wp-plugin"
}

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