Skip to content

Instantly share code, notes, and snippets.

@redgeoff
Created November 4, 2018 04:04
Show Gist options
  • Save redgeoff/1ada12ae13fc30ec67671961c44a3084 to your computer and use it in GitHub Desktop.
Save redgeoff/1ada12ae13fc30ec67671961c44a3084 to your computer and use it in GitHub Desktop.
MSON Talk: Simple App
{
component: 'RecordList', label: 'Contacts',
baseFormFactory: {
component: 'Factory',
product: {
component: 'Form',
fields: [{ name: 'fullName', component: 'PersonFullNameField' }]
}
},
store: { component: 'LocalStorageStore', storeName: 'contacts' }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment