Skip to content

apostrophecms/apostrophe-vs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apostrophecms-vs-snippets README

Features

A snippet library for ApostropheCMS development.

Template Snippets

  • apos.area
  • apos.singleton
  • apos.log
  • apos.richtext
  • apos.isEmpty

Schemas

  • apos.schema.area

  • apos.schema.singleton

  • apos.schema.field - generic field

  • apos.schema.string

  • apos.schema.integer

  • apos.schema.url

  • apos.schema.password - password text field

  • apos.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 object

  • apos.schema.checkboxes

  • apos.schema.array - array field

  • apos.schema.joinByOne - join to a single piece

  • apos.schema.joinByArray - join to an array of pieces

  • apos.schema.joinByOneReverse - other end of a joinByOne

  • apos.schema.joinByArrayReverse - other end of a joinByArray

Misc

  • apos.self.find - Fetch a cursor from within a module that extends apostrophe-pieces
  • apos.docs.find - Fetch a cursor from within a module outside of the one you are currently in
  • apos.piece - A piece defition

Requirements

ApostropheCMS

1.4.0

Start

About

Apostrophe Snippets for VS Code

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published