Slug field and custom validations

Thanks @Dustin-gf, great suggestion and we will definitely consider adding in the near term, for now this actually can be accomplished with model validation hooks , it runs on every change and is useful for cases like slugs where you want to ensure the uniqueness of that field.

For an example of how to use validation hooks check this forum post: How to ensure the uniqueness of a field across all model content