Nice, very nice! Thanks a lot Anthony! Now you created a base to implement a publish date easily! Thanks!
I would have same more ideas for the next releases:
- Umbraco properties like: pageName, etc. - custom properties - XPath queries - umbraco:macro result
You should also check out "Standard Values" project for same ideas.. specially the UI..
This Project is fine, but it has several problems.. One of the biggest problem is that it doesn’t run on 4.7.1! And it has also problems with nested Documents Types and SQL CE.
DateTime.Now Property
Hey,
i just saw your project. Great work!
Is it possible to set DateTime.Now as prevalue or just Strings?
thx, Stefan
Stevo that's a fantastic idea!
v 1.1.0 is now up and supports it!
Nice, very nice! Thanks a lot Anthony!
Now you created a base to implement a publish date easily! Thanks!
I would have same more ideas for the next releases:
- Umbraco properties like: pageName, etc.
- custom properties
- XPath queries
- umbraco:macro result
You should also check out "Standard Values" project for same ideas.. specially the UI..
This Project is fine, but it has several problems..
One of the biggest problem is that it doesn’t run on 4.7.1!
And it has also problems with nested Documents Types and SQL CE.
Cheers, Stevo
Hey Stevo
If you'd like to help out with an indepth list of items you'd like to add, I'd be happy to extend the project.
If I add things like pageName, createdDate, publishDate etc I think I'd need to do some namespacing or some type of escaping.
eg. Document.publishDate, or perhaps ##publishDate##, or maybe {publishDate}
I'm inclind to go with Document.publishDate
The last 3 in your list might be tricky. I need some more info about what type of behaviour you would like to see,
I added some extra properties to the package.
is working on a reply...