Skip to content

Commit

Permalink
Putting an "experimental" tag in the tabs demo #26
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerpena committed Aug 10, 2016
1 parent 7cbb87b commit 43a428f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions demo/presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ export default [
layoutName: 'edit',
schema: require('./presets/layouts.txt')
},
{
name: 'layoutsTabs',
displayName: 'Layouts - Tabs (Experimental)',
entityName: 'contact',
layoutName: 'edit',
formTitle: 'Edit contact',
schema: require('./presets/layoutsTabs.txt')
},
{
name: 'schemaTypeSimple',
displayName: 'Schema types - Simple',
Expand Down Expand Up @@ -116,13 +124,5 @@ export default [
layoutName: 'edit',
formTitle: 'Edit contact',
schema: require('./presets/componentsFieldGroup.txt')
},
{
name: 'Layout Tabs',
displayName: 'Layout Tabs',
entityName: 'contact',
layoutName: 'edit',
formTitle: 'Edit contact',
schema: require('./presets/layoutsTabs.txt')
}
]

0 comments on commit 43a428f

Please sign in to comment.