[Example] Add new example bundle
Add an example bundle containing custom extensions, which can be recognized by extensions from another bundle. WTD-518.
This commit is contained in:
12
example/extensions/bundle.json
Normal file
12
example/extensions/bundle.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "Custom Extensions Examples",
|
||||
"description": "Example showing how to declare custom extensions.",
|
||||
"sources": "src",
|
||||
"extensions": {
|
||||
"examples": [
|
||||
{
|
||||
"text": "I came from example/extensions"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user