Extension Point
- Status:
stable
- Group:
core
Extension points
Extension points are used to group extensions by type. It is a simple JSON formatted *.extensionpoint
file and can be placed anywhere in your project, although it's recommended to place it inside an extensionpoints
folder, in the root of your project.
{
"name": "extension-point-name",
"description": "Description for Extension Point 1"
}