Is there an existing attribute or editor descriptor that can be used on a Page or Block Model property to allow that property to be editable only upon initial creation, but then readonly on future edits?
Hi Eric,
This blog post might be what you're looking for: https://www.david-tec.com/2017/07/hiding-required-properties-on-the-create-new-page-in-episerver/
Just use property.IsReadOnly instead of property.IsRequired.
Is there an existing attribute or editor descriptor that can be used on a Page or Block Model property to allow that property to be editable only upon initial creation, but then readonly on future edits?