Liqiud basics
Modules
API
Mailer
Docs
On this page
How to use
Modules
To the left you see all of the modules in WM3. Under each module you will find the drops that you can use within that module.
Liquid Basics
To the left at the bottom you will find liquid basics. Here you can find some liquid examples on things you will reguarly need when you develop a site in WM3.
Vocabulary
Throughout this documentation the word "drop" is commonly used. Drop is a term in Liquid.
Drops let you provide the user with custom functionality. They are very much like a standard Ruby class, but have all unused and potentially dangerous methods removed. From the user's perspective a drop acts very much like a Hash, though methods are accessed with dot-notation as well as element selection. A drop method cannot be invoked with arguments. Drops are called just-in-time, thus allowing you to lazily load objects.
Updated: 2019-10-24