Created
March 15, 2024 13:16
-
-
Save KayeeNL/6ebd47f1fd01e35124e6a6feeb2a3ab5 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' | |
}, | |
}, | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment