########
Examples
########

You will find here some examples of PloneArticle customisation you may
re-use in your own components.

articleWithLocation
###################

This content type is a minimal PloneArticle subclass example. It adds
the "location" field to the ones of the PloneArticle.

See ../Products/PloneArticle/conkfig.py to install this type.

mypamodel
#########

If you need to make your own PloneArticle layout models, "mypamodel" is
the start point. "mypamodel" is an over commented example of
PloneArticle layout you may re-use in your own projects. More
information is available from ./mypamodel/README.txt.
