kevinobee / Sitecore.Ship

Ship provides a CI service layer for Sitecore
MIT License
71 stars 61 forks source link

Enable PublishChildren, PublishRelatedItems and fixing service JSON format #74

Open hanyliounnasr opened 7 years ago

hanyliounnasr commented 7 years ago

Enable PublishChildren Enable PublishRelatedItems Fixing JSON format

{ "Items": [ { "ItemId" : "{E9CE4381-E737-495D-BD45-C83688C48A34}", "PublishChildren": "true", "PublishRelatedItems": "false" }, { "ItemId" : "{EB2E4FFD-2761-4653-B052-26A64D385227}", "PublishChildren": "true", "PublishRelatedItems": "true" } ], "TargetDatabases": [ "web" ], "TargetLanguages": [ "en" ] }


This change is Reviewable