Theme Layers APIs
Articles
Theme Layers Fluent API
A Fluent API simplifies complex operations by chaining method calls in a clear, step-by-step sequence. This design pattern allows developers to configure objects and execute commands in a more intuitive, procedural manner.
Theme Layers JSON API
The JSON API allows developers to define Gravity Forms styles using theme.json. By adding a gravityforms section to the file, you can easily configure various styling options for forms directly in JSON.
Theme Layers View Classes
View classes modify markup in Gravity Forms. This article explains how to implement them and properly structure the get_markup() method.