Liquid drops
Liquid drops are representations of objects inside Chameleon, adjusted for display on an HTML-page. An EntryDrop for example, represents an entry. Each object has a set of methods or variables (there is no differences between those in Liquid), with which you can gain access to specific properties of that drop. For example, to get the title of entry (an EntryDrop), you would write {{ entry.title }} in your Liquid code.
Chameleon supports these drops:
- EntryDrop, representing an entry.
- CommentDrop, representing a comment.
- UserDrop, representing a user.
- OptionDrop, with which the values for options can be retrieved.
- SiteDrop, which provides some useful functions.
page_revision: 3, last_edited: 1180353821|%e %b %Y, %H:%M %Z (%O ago)