WiP
This commit is contained in:
18
components_user/calculator_addtwonumbers.json
Normal file
18
components_user/calculator_addtwonumbers.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"type": "preset",
|
||||
"presetId": "addtwonumbers",
|
||||
"presetName": "addtwonumbers",
|
||||
"baseComponentCode": "basics.calculator",
|
||||
"description": "Add two numbers: 5 and 3",
|
||||
"version": "1.0.0",
|
||||
"author": "System",
|
||||
"createdAt": "2026-02-11T11:16:32.694Z",
|
||||
"inputs": {
|
||||
"operator": "add",
|
||||
"args": [5, 3]
|
||||
},
|
||||
"metadata": {
|
||||
"tags": ["addition", "simple"],
|
||||
"category": "examples"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user