Metadata-Version: 2.1
Name: wagtail_block_collection
Version: 0.0.3
Summary: A Collection of wagtail steam fields
Home-page: https://github.com/slice-of-bits/wagtail-block-collection
Author: SliceOfBits
Author-email: matthijs@sliceofbits.com
License: MIT
Description: [![Build Status](https://drone.sliceofbits.com/api/badges/slice-of-bits/wagtail-block-collection/status.svg)](https://drone.sliceofbits.com/slice-of-bits/wagtail-block-collection)
        [![PyPI](https://img.shields.io/pypi/v/wagtail-block-collection)](https://pypi.org/project/wagtail-block-collection/)
        [![PyPI - Downloads](https://img.shields.io/pypi/dw/wagtail-block-collection?label=downloads%2Fweek)](https://pypi.org/project/wagtail-block-collection/)
        [![PyPI - Downloads](https://img.shields.io/pypi/dm/wagtail-block-collection?label=downloads%2Fmonth)](https://pypi.org/project/wagtail-block-collection/)
        ![PyPI - License](https://img.shields.io/pypi/l/wagtail-block-collection)
        ![GitHub followers](https://img.shields.io/github/followers/slice-of-bits?style=social)
        ![GitHub Repo stars](https://img.shields.io/github/stars/slice-of-bits/wagtail-block-collection?style=social)
        [![Docs](https://img.shields.io/badge/docs-passing-brightgreen)](https://wagtail-block-collection.sliceofbits.com/)
        
        :warning: This project is very beta everything can change any second :warning:️  
        :warning: And this i my first python package :warning:️  
        :warning: So no garanties of any kind :warning:️ 
        # wagtail-block-collection
        A collection of some basic wagtail streamfields blocks.
        Based on bootstrap 5.0
        
        The blocks are divided in two categories:  
        **Sections**  
        Sections are a group of multiple blocks and include settings like the background.
        They are perfect for the basic one page layout  
        **Blocks**  
        These are just your normal streamfields to fill your site with content.
        They van be used without the sections
        
        ## Sections
        - Basic color background
        - paralax img background
        - img background
        - gradient background
        - section content and image side by side
        - Full with (and hight) slider
        ## Blocks
        - Text
        - Img + Text
        - Title
        - Icon
        - Button
        - Image
        - Youtube video
        - Bootstrap card deck
        - Bootstrap column
        - Spacer
        - Collapse content by button
        - Line
        - Google maps
        - IMG slider
        
        Planed
        - Vimeo video
        - More sliders
        - Bootstrap accordion
        - Bootstrap alert
        - Bootstrap buttongroup
        - Icon list
        - Price table
        
        ## Quickstart
        This is the short version of what is in the [docs](https://wagtail-block-collection.sliceofbits.com/)  
        
        You need to have a working Wagtail project and the bootstrap 5.0 .css and .js
        ```
        pip install wagtail-block-collection
        ```
        Add the following enteries to your settings.py in the INSTALLED_APPS section:
        ```
        'wagtailfontawesome',
        'wagtail_color_panel',
        'wagtail.contrib.settings',
        'wagtail_block_collection',
        ```
        Make sure you have the ``'wagtail.contrib.settings.context_processors.settings',`` templates context_processors 
        
        Now you can import any of the blocks from ``wagtail_block_collection.blocks``  
        Or you can import them all using ``all_blocks``
        
        ## Todo
        - Add more documentation
        - Add scaling options to the img block
        - Animations
        - Build a easy way to select icons
        - Tabels
        - Charts
        - More slider
        - Tabs
        - Masonry image
        - Image lazy loading
        
Keywords: WAGTAIL,STREAMFIELD,WAGTAIL_BLOCKS,WAGTAIL CMS
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Wagtail
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown
Provides-Extra: testing
Provides-Extra: docs
