Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KayeeNL/6ebd47f1fd01e35124e6a6feeb2a3ab5 to your computer and use it in GitHub Desktop.
Save KayeeNL/6ebd47f1fd01e35124e6a6feeb2a3ab5 to your computer and use it in GitHub Desktop.
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