Skip to content

Commit

Permalink
Updating content part descriptions in the init recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
barthamark committed Jun 1, 2017
1 parent 68bf519 commit 904f82d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Recipes/BasicBlogThemeParts.recipe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
</BlogPost>
</Types>
<Parts>
<FeaturedImagePart ContentPartSettings.Attachable="True">
<FeaturedImagePart ContentPartSettings.Attachable="True" ContentPartSettings.Description="Placeholder part for the Featured Image Media Library Picker Field.">
<FeaturedImage.MediaLibraryPickerField DisplayName="FeaturedImage" MediaLibraryPickerFieldSettings.Required="False" MediaLibraryPickerFieldSettings.Multiple="False" />
</FeaturedImagePart>
<SocialPart ContentPartSettings.Attachable="True" ContentPartLayoutSettings.Placeable="False">
<SocialPart ContentPartSettings.Attachable="True" ContentPartLayoutSettings.Placeable="False" ContentPartSettings.Description="Placeholder part for the Content Sharing Input Field.">
<ContentSharing.InputField DisplayName="ContentSharing" InputFieldSettings.Type="Text" InputFieldSettings.Required="False" InputFieldSettings.AutoFocus="False" InputFieldSettings.AutoComplete="False" InputFieldSettings.MaxLength="0" />
</SocialPart>
</Parts>
Expand Down

0 comments on commit 904f82d

Please sign in to comment.