Tagged Questions
1
vote
0answers
371 views
Can't deploy a xslt webpart as expected
In one of my custom list schema, I have defined a custom view :
<View Type="HTML"
DisplayName="My wonderful view"
BaseViewID="2"
...
2
votes
1answer
175 views
Is it possible to add page layouts/web parts using a feature activated in a sub site?
I'm trying to keep my code as organized as possible, and in doing so wanted to create sub sites (sub projects) that contain their own page layouts and web parts etc. Is it possible for me to put these ...