I've forked the nexu repository and uploaded the archetype parser I created. I need to clean it up a little though, as it has a dependency on Archetype.Models at the moment. Need to adjust it to use JObject like the other community parsers do to avoid that. You can see it here.
First, thanks Dave for doing this package I can see it being very useful for content editors.
Now on to the issue...
Can either of you confirm how you expect the Archetypes to work as its not working for me right now
Here is the simplified situation
So in the content section there are 2 main nodes
Homepage
Content Page 1
Content Page 2
Shared nodes
Promos
Promo 1
Promo 2
Promo 3
Inside Shared nodes there are some promo nodes
On a couple of pages inside the homepage node there is a archetype widget picker - ie multiple fieldsets
one of the widgets available is a promo widget
This has a nested archetype widget for adding 1 or more promo nodes
In case it wasnt working due to nesting I also tried adding a simple content picker to the fieldset but its still not showing any relations
Any ideas?
For ref the relation viewer is working fine for a simple content picker in a doctype
Addition of Archetype Parser
Hi Dave,
I've forked the nexu repository and uploaded the archetype parser I created. I need to clean it up a little though, as it has a dependency on Archetype.Models at the moment. Need to adjust it to use JObject like the other community parsers do to avoid that. You can see it here.
I've submitted a pull request with the parser I built.
Hi Jesse,
This has been released today as part of v1.5.0
Thanks again for the contribution
Dave
Cool. Thanks for letting me know.
Hi Dave/Jesse
First, thanks Dave for doing this package I can see it being very useful for content editors.
Now on to the issue... Can either of you confirm how you expect the Archetypes to work as its not working for me right now
Here is the simplified situation
So in the content section there are 2 main nodes
Homepage
Shared nodes
Inside Shared nodes there are some promo nodes
On a couple of pages inside the homepage node there is a archetype widget picker - ie multiple fieldsets
one of the widgets available is a promo widget
This has a nested archetype widget for adding 1 or more promo nodes In case it wasnt working due to nesting I also tried adding a simple content picker to the fieldset but its still not showing any relations
Any ideas? For ref the relation viewer is working fine for a simple content picker in a doctype
I am using umbraco 7.10.4
let me know if you need more info
Cheers J
Hi John,
Can you create a issue on the issue tracker for this : https://github.com/dawoe/umbraco-nexu/issues
Please provide as much info as possible to reproduce. I don't use Archetype in my projects.
Dave
Hi Dave
Issue added - let me know if you need more info
Cheers J
is working on a reply...