I need to use feature stapler to add some text columns to Posts list inside OOTB blog site definition. I plan not to use site columns, but only to add those columns to list (I don't use site columns because I have multiple site collections and there will be only one Posts list per site collection, so site columns are not very reusable in this case). My question is: How do I achieve this?
|
1
|
|
|
|
|
|
I cannot see what benefit I have from creating custom action for posts list. Both posts are helpful, but I'll probably create custom feature for that. |
||
|
|
|
|
The best solution is to create a hidden custom action for Posts List. I'm posting a simplified version here Elements.xml:
MyClass.cs:
|
||
|
|
|
Perhaps you can create a feature that uses the object model from the feature receiver to add (and remove as appropriate) the columns to just the specific list when the feature is activated. I would use the XML Schema approach for creating the columns in order to ensure the same GUID for each column. See |
||
|
|
