As what you see on the contentHandler i have path value /include-me , i have tried all kind of combination and none of them works .. the file synced to visual studio is called include-me.config
Assuming latest version of uSync v8 (although this hasn't changed in a while)
The path value will have been sanitized a bit, so i suspect its' /includeMe
you can actually see what the path uSync will use as it will be in the usync config file of the item you are trying to exclude e.g. from the starter kit
Usync content edition is not excluding content nodes specified in config files thorugh path values
Hi!
I have basically been trying to solve this issue all day and i m really stuck, wish someone could help me out..
Im trying to exclude this node from being exported to my disk :
Here are my config settings in usync.config :
As what you see on the contentHandler i have path value /include-me , i have tried all kind of combination and none of them works .. the file synced to visual studio is called include-me.config
WHat Im i doing wrong here ?
Thanks!
Hi,
Assuming latest version of uSync v8 (although this hasn't changed in a while)
The path value will have been sanitized a bit, so i suspect its'
/includeMe
you can actually see what the path uSync will use as it will be in the usync config file of the item you are trying to exclude e.g. from the starter kit
the path for this would be
/Home/Blog/MyBlogPost
Settings go in the root of the handler (there is no Settings bit)
just checked and the following does exclude the "About Us" (and all child pages) section on a fresh install.
is working on a reply...