[[extras]] section contains key-value pairs to describe custom meta-data associated with the package or a component in the package. Extras are optional.
Fields
-
key(string, required): Define the key that can be used by application component to retrieve the value. -
component-id(string, optional): Define the applicationcomponent-idthat this key-value pair should be associated with. By adding this association, the key-value pair is available along with the component information throughIComponent. If not defined, then the key-value pair is treated as a global value for the package and made available along with the package information throughIPackage. -
valuecan be defined in either of the two ways:-
value(string, required): Define a string value. -
value(table, required): The content of thevaluetable, including any sub-tables or sub-arrays of table, makes up the content of the value for the key-value pair. A sub-table can be declared as using inline table syntax or using regular table syntax. This value gets transformed to in the resulting value throughIPackageorIComponent. The reader of this value is expected to parse TOML value from the string.
-

