Created
September 2, 2017 00:05
-
-
Save georgechang/3d0a75bbc2edbfceb5bd278b4263e4ca to your computer and use it in GitHub Desktop.
Sets the Enable Item Fallback property on standard values to be enabled.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Get-ChildItem -Path master:/sitecore/templates/something -Recurse | ? { $_.Name -eq "__Standard Values" } | % { $_.'__Enable item fallback' = 1 } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment