Fix issue when upgrading to Wagtail 2.11.x.
Adds the ability for snippets to be either a link (current functionality) or a block element.
snippet
Wagtail feature renamed tosnippet-link
- template search looks for
{model}_snippet_link.html
instead of{model}_snippet.html
Update travis-ci configuration.
Add edit and remove tooltip in the editor to the linked snippet.
Initial release.