Quick hacked together example of a attribute pipeline using jinja templating and sql. Just returns values nothing fancy. The main idea is to start with a collection of stand alone attribute key,values ...
$ cd ./package $ git clone git@github.com:hissy/addon_example_attribute_types.git example_attribute_types $ cd ../ $ ./concrete/bin/concrete5 c5:package-install ...
A simple attribute is an attribute that cannot be divided further. Example: Age attribute in an employee table. Each employee can have only one age. 2. Composite Attribute: A composite attribute is an ...