Skip to main content

Example

Minimal example of meta plugin

Loading plugin preview...
Meta.recipe.json
{
"_blueprintPath_": "./Example",
"type": "CORE:UiRecipe",
"name": "Meta",
"plugin": "@development-framework/dm-core-plugins/meta"
}
Example.blueprint.json
{
"type": "CORE:Blueprint",
"name": "Example",
"description": "",
"attributes": [
{
"type": "dmss://system/SIMOS/BlueprintAttribute",
"name": "type",
"attributeType": "string",
"optional": false
}
]
}
entity.entity.json
{
"type": "./Example",
"_id": "1179c897-df62-445f-87e4-f393b4253936"
}