Versioning
{
displayName: 'NASA Pics',
name: 'NasaPics',
icon: 'file:nasapics.svg',
// List the available versions
version: [1,2,3],
// More basic parameters here
properties: [
// Add a resource that's only displayed for version2
{
displayName: 'Resource name',
// More resource parameters
displayOptions: {
show: {
'@version': 2,
},
},
},
],
}Feature-based versioning
Defining features
Using @feature in displayOptions
@feature in displayOptionsChecking features in code
Full versioning
Last updated
Was this helpful?