Created
March 15, 2024 13:33
-
-
Save KayeeNL/f52d8c526254ecfa4008336df38b16b9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FEAAS.External.registerComponent(MyByocComponent, { | |
name: 'MyByocComponent', | |
properties: { | |
title: { | |
title: 'Title', | |
type: 'string', | |
description: 'Please fill in an appropriate title for this component', | |
}, | |
columnsCount: { | |
title: 'Columns count', | |
type: 'number', | |
description: | |
'Please determine the number of components you want to display in this component', | |
}, | |
}, | |
ui: { | |
title: { | |
'ui:placeholder': 'Write your title here...', | |
}, | |
}, | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment