Skip to content

Commit

Permalink
Add plone-patterns-toolbar pattern from CMFPlone.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Nov 2, 2018
1 parent 7903355 commit f5ac57e
Show file tree
Hide file tree
Showing 19 changed files with 67 additions and 469 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ Breaking changes:

New features:

* add items here
* Add ``plone-patterns-toolbar`` pattern from CMFPlone.
[thet]

Bug fixes:

Expand Down
1 change: 1 addition & 0 deletions mockup/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
'mockup-patterns-passwordstrength': 'patterns/passwordstrength/pattern',
'mockup-patterns-passwordstrength-url': 'patterns/passwordstrength',
'mockup-patterns-livesearch': 'patterns/livesearch/pattern',
'plone-patterns-toolbar': 'patterns/toolbar/pattern',
'mockup-router': 'js/router',
'mockup-ui-url': 'js/ui',
'mockup-utils': 'js/utils',
Expand Down
2 changes: 0 additions & 2 deletions mockup/patterns/toolbar/.gitignore

This file was deleted.

31 changes: 0 additions & 31 deletions mockup/patterns/toolbar/.jshintrc

This file was deleted.

40 changes: 0 additions & 40 deletions mockup/patterns/toolbar/Gruntfile.js

This file was deleted.

23 changes: 0 additions & 23 deletions mockup/patterns/toolbar/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions mockup/patterns/toolbar/bower.json

This file was deleted.

1 change: 0 additions & 1 deletion mockup/patterns/toolbar/bowerbuster.json

This file was deleted.

25 changes: 0 additions & 25 deletions mockup/patterns/toolbar/buster.js

This file was deleted.

18 changes: 0 additions & 18 deletions mockup/patterns/toolbar/config.js

This file was deleted.

26 changes: 0 additions & 26 deletions mockup/patterns/toolbar/jspak.js

This file was deleted.

15 changes: 0 additions & 15 deletions mockup/patterns/toolbar/package.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
/* Plone Toolbar
*
* Options:
* containerSelector: selector for the toolbar container.
* classNames: Dictionary of classnames for the toolbar. See code.
* cookieName: Name of the cookie for custom toolbar settings.
* toolbar_width: Width of the toolbar as CSS value.
* submenu_width: Width of submenus as CSS value.
* desktop_width: Breakpoint for mobile/desktop toolbars.
*
* Documentation:
* # General
*
* # Default
*
* {{ example-1 }}
*
* Example: example-1
* <div id="edit-zone">
* <div class="pat-toolbar"/>
* </div>
*
*/

define([
'jquery',
'pat-base',
Expand Down
19 changes: 0 additions & 19 deletions mockup/patterns/toolbar/plone-toolbarlogo.svg

This file was deleted.

12 changes: 0 additions & 12 deletions mockup/patterns/toolbar/test/test-toolbar.js

This file was deleted.

0 comments on commit f5ac57e

Please sign in to comment.