Hi Martin,
These data types make up the blog:
Note that the BlogEntries and BlogAuthors types have custom Form Markup and you need to edit this to make changes to the blog edit forms - right-click the data type type and select 'Edit Form Markup' or use your favorite IDE to edit these files:
Happy coding!
Marcus
These data types make up the blog:
- Composite.Community.Blog.BlogAuthors
- Composite.Community.Blog.BlogEntries
-
Composite.Community.Blog.BlogTags
Note that the BlogEntries and BlogAuthors types have custom Form Markup and you need to edit this to make changes to the blog edit forms - right-click the data type type and select 'Edit Form Markup' or use your favorite IDE to edit these files:
- ~\App_Data\Composite\DynamicTypeForms\Composite\Community\Blog\Entries.xml
-
~\App_Data\Composite\DynamicTypeForms\Composite\Community\Blog\Authors.xml
- ~\App_Data\Composite\TreeDefinitions\Composite.Community.Blog.Entries.xml
-
~\App_Data\Composite\TreeDefinitions\Composite.Community.Blog.Settings.xml
Happy coding!
Marcus