I want to add one custom action in my custom group in list settings page. I have done following for that
<Elements xmlns="http://ift.tt/1iDkTGM;>
<CustomActionGroup
Id="LibrarySettings.MyGroup"
Title ="My Group"
Sequence="1000"
Location="Microsoft.SharePoint.ListEdit">
</CustomActionGroup>
<CustomAction Id="Custom.Configuration.ListCustomSettings"
GroupId="LibrarySettings.MyGroup"
Location="Microsoft.SharePoint.ListEdit"
RequireSiteAdministrator="FALSE"
Sequence="100"
Title="Library Admins">
<UrlAction Url="_layouts/15/LibrarySettings.aspx?List={ListId}" />
</CustomAction>
</Elements>
But custom group is not created in list settings
Any idea what I am missing here?
No comments:
Post a Comment