Skip to content

Commit

Permalink
Actions ideas: fix nested version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Mar 12, 2018
1 parent 379b3f9 commit ada28b9
Showing 1 changed file with 68 additions and 72 deletions.
140 changes: 68 additions & 72 deletions docs/source/ideas/toolbar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,79 +115,75 @@ FLAT::

NESTED::

{
'object': [
{
id: 'folderContents'
title: 'Contents',
},
{
id: 'history',
title: 'History',
},
{
id: 'local_roles',
title: 'Sharing',
},
{
id: 'contentrules',
title: 'Rules',
},
]
},
{
'object_buttons': [
{
id: 'cut',
title: 'Cut',
},
{
id: 'copy',
title: 'Copy',
},
{
id: 'paste',
title: 'Paste',
},
{
id: 'delete',
title: 'Delete',
},
{
id: 'rename',
title: 'Rename',
},
],
},
{
'object': [
{
id: 'preferences',
title: 'Preferences',
},
{
id: 'login',
title: 'Log in',
},
{
id: 'join',
title: 'Register',
},
{
id: 'plone_setup',
title: 'Site Setup',
},
{
id: 'review-comments',
title: 'Moderate comments',
},
{
id: 'logout',
title: 'Log out',
},
}
{
'object': [
{
id: 'folderContents'
title: 'Contents',
},
{
id: 'history',
title: 'History',
},
{
id: 'local_roles',
title: 'Sharing',
},
{
id: 'contentrules',
title: 'Rules',
},
],
]
'object_buttons': [
{
id: 'cut',
title: 'Cut',
},
{
id: 'copy',
title: 'Copy',
},
{
id: 'paste',
title: 'Paste',
},
{
id: 'delete',
title: 'Delete',
},
{
id: 'rename',
title: 'Rename',
},
],
'object': [
{
id: 'preferences',
title: 'Preferences',
},
{
id: 'login',
title: 'Log in',
},
{
id: 'join',
title: 'Register',
},
{
id: 'plone_setup',
title: 'Site Setup',
},
{
id: 'review-comments',
title: 'Moderate comments',
},
{
id: 'logout',
title: 'Log out',
},
}
}


Toolbar Draft
-------------
Expand Down

0 comments on commit ada28b9

Please sign in to comment.