Sitecore Descriptive Tree List Field Type
This Visual Studio 2010 Solution contains two projects.
- A Web Application project (DescriptiveTreelist)
- A Team Development for Sitecore (TDS) project with the required Sitecore item.
While TDS is not required to compile and use this field, it is recommended and a free trial is available at http://teamdevelopmentforsitecore.com/
To compile and add the field type to your Sitecore system with TDS:
- Add your Sitecore DLL's into the .\Lib directory
- Within the TDS project properties, put in the path to your Sitecore web root + Sitecore URL
- Deploy the solution
To compile and add the field type to your Sitecore system without TDS:
- Add your Sitecore DLL's into the .\Lib directory
- Compile the DescriptiveTreelist project
- Copy the DescriptiveTreelist\bin\HedgehogDevelopment.SharedSource.DescriptiveTreelist.dll file to your webroot\bin directory
- Copy the DescriptiveTreelist\App_Config\Include\DescriptiveTreelist.config to your webroot\App_Config\Include directory
- Within Sitecore go to the /sitecore/system/Field types/List Types item in the 'core' database
- On the 'Developer' tab, press the 'Serialize Tree' button for the 'List Types' item
- Copy the 'sitecore' directory within the DescriptiveTreelist.Core project to the 'Data\serialization\core' directory for your Sitecore site
- Back in Sitecore... press the "Update Tree" button on the 'List Types' item
A standard Sitecore package has also been provided.
