ftw.servicenavigation


Keywords
ftw, servicenavigation
License
GPL-2.0
Install
pip install ftw.servicenavigation==1.3.1

Documentation

Table of Contents

Installation

Add the package as dependency to your setup.py:

setup(...
      install_requires=[
        ...
        'ftw.servicenavigation',
      ])

or to your buildout configuration:

[instance]
eggs += ftw.servicenavigation

and rerun buildout.

Icons

By default this package implements a list of font awesome (Version 4.3.0) icons (only .yaml). You're self responsible how the icon resources are loaded.

If you don not use the Icon feature, no problem the only effect it has is a CSS Class applied on a service navigation item.

Further this packages ships with select2 (Version 4.0.0) for the Icons list. If you have already select2 installed, that's fine it will not be loaded again.

Notes

"collective.z3cform.datagridfield" 1.3.0 has some issues causing JavaScript errors when trying to add or remove rows from the data grid. Please use "collective.z3cform.datagridfield" 1.2 until the bugs have been fixed in "collective.z3cform.datagridfield".

Links

Copyright

This package is copyright by 4teamwork.

ftw.servicenavigation is licensed under GNU General Public License, version 2.