Let copy
a property during creation of document types
#16709
manninofrancescoyourbiz
started this conversation in
Features and ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, during my use of Umbraco, I noticed that it would be very comfortable if I could
copy
a property.This idea is already implemented for document types (now you can copy a document types).
Why
I think it could be useful when properties are similar in terms of data type and flags like
allow varying by culture
.Another good point could be that in this way you could simply reuse data types in various properties (avoiding to create thousands of similiar data types).
Example
If I need to create a
Title
property and aDescription
property and I need an RTE with the same configuration for both, I shoud be able to:Title
propertyIn this way I'm sure that all configuration of title property (allow varying by culture, data type, mandatory flag ecc.) will be copied in the description property.
Beta Was this translation helpful? Give feedback.
All reactions