apostrophecms-vs-snippets
v1.9.2
Published
Snippets for ApostropheCMS
Downloads
6
Maintainers
Readme
apostrophecms-vs-snippets README
Features
A snippet library for ApostropheCMS development.
Template Snippets
apos.area
apos.singleton
apos.log
apos.richtext
apos.isEmpty
Schemas
Further Reading: http://apostrophecms.org/docs/tutorials/getting-started/schema-guide.html
apos.schema.area
apos.schema.singleton
apos.schema.field
- generic fieldapos.schema.string
apos.schema.integer
apos.schema.url
apos.schema.password
- password text fieldapos.schema.float
apos.schema.slug
apos.schema.tags
apos.schema.textarea
apos.schema.attachment
apos.schema.video
apos.schema.time
apos.schema.date
apos.schema.boolean
apos.schema.select
apos.schema.select.choice
- individual choice objectapos.schema.checkboxes
apos.schema.array
- array fieldapos.schema.joinByOne
- join to a single pieceapos.schema.joinByArray
- join to an array of piecesapos.schema.joinByOneReverse
- other end of a joinByOneapos.schema.joinByArrayReverse
- other end of a joinByArray
Misc
apos.self.find
- Fetch a cursor from within a module that extends apostrophe-piecesapos.docs.find
- Fetch a cursor from within a module outside of the one you are currently inapos.piece
- A piece defition
Requirements
ApostropheCMS
1.4.0
Start