Files
Brooke Kuhlmann ce293b7fb3 Updated extension liquid attributes to allow data overrides
Necessary so extension data can override default field values. This is now possible by defining a `values` data hash. Example:

[source,]
----
"values" => {
  "one" => 1,
  "two" => 2
}
----

The above will override any field defaults so the user has more control over field behavior.

Issue: 306
Milestone: minor
2026-04-27 16:02:13 -06:00
..
2026-03-21 11:32:41 -06:00
2025-12-04 10:21:49 -07:00
2026-02-07 10:14:18 -07:00