Added a couple of new nodes and a grammar fix.

This commit is contained in:
barsdeveloper
2023-03-10 10:52:32 +01:00
parent c63f51da57
commit 405accc39c
9 changed files with 4902 additions and 4798 deletions

View File

@@ -1,6 +1,7 @@
import ByteEntity from "./ByteEntity"
import Configuration from "../Configuration"
import EnumEntity from "./EnumEntity"
import FormatTextEntity from "./FormatTextEntity"
import FunctionReferenceEntity from "./FunctionReferenceEntity"
import GuidEntity from "./GuidEntity"
import IEntity from "./IEntity"
@@ -57,7 +58,7 @@ export default class PinEntity extends IEntity {
},
PinName: "",
PinFriendlyName: {
type: new UnionType(LocalizedTextEntity, String),
type: new UnionType(LocalizedTextEntity, FormatTextEntity, String),
showDefault: false,
},
PinToolTip: {