You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A useful function for property getters would be to have .inherit which would be like:
entry.inherit(property_name, default)
which would act like .get except if the value isn't provided on the current entry/category it would walk up the category tree until it finds that value, or falls back to the provided default if not.
This would be useful as a mechanism for storing overrideable template configuration options.
The text was updated successfully, but these errors were encountered:
A useful function for property getters would be to have
.inherit
which would be like:which would act like
.get
except if the value isn't provided on the current entry/category it would walk up the category tree until it finds that value, or falls back to the provided default if not.This would be useful as a mechanism for storing overrideable template configuration options.
The text was updated successfully, but these errors were encountered: