Is there a way to have default content for a property on a document type in Umbraco back end CMS?
I am wondering if there is a way to set default HTML content within the WYSIWYG editor within Umbraco.
For example when a CMS user creates a new page from a document type which has a 'content' property assigned to it. Is it possible to have some default HTML inserted into the 'content' WYSIWYG area on this page so they don't have to copy and paste this from another area / page?
Am not sure what you are looking for but there are several ways of getting some prevalues from other pages or if you prefer "inherit" content from other pages.
One way of doing so is by using the "Recursive" option when adding an Umbraco Item to template or what you could also do is make use of the Content Picker Property and from there pick and display bites of content.
You can either use razor or xslt to achieve the second option.
Is there a way to have default content for a property on a document type in Umbraco back end CMS?
I am wondering if there is a way to set default HTML content within the WYSIWYG editor within Umbraco.
For example when a CMS user creates a new page from a document type which has a 'content' property assigned to it. Is it possible to have some default HTML inserted into the 'content' WYSIWYG area on this page so they don't have to copy and paste this from another area / page?
Hi Kevin,
Am not sure what you are looking for but there are several ways of getting some prevalues from other pages or if you prefer "inherit" content from other pages.
One way of doing so is by using the "Recursive" option when adding an Umbraco Item to template or what you could also do is make use of the Content Picker Property and from there pick and display bites of content.
You can either use razor or xslt to achieve the second option.
//fuji
Thanks for your reply Fuji and thanks for your suggestions.
I did a little bit more research and found that this package was exactly what I was looking for.
http://our.umbraco.org/projects/developer-tools/standard-values-in-umbraco
is working on a reply...