Hi all, I have a site template which cointains a lot of lists. For a list of those, I want to display a custom ribbon button but:
- I cannot specify the Content Type ID, because it changes every time I deploy a new site with the template
- I cannot use RegistrationId="{$ListId:Lists/MyList;}" because I have a farm-deployed solution, and this trick only works with sandboxed solutions
...are there any other solutions to accomplish my task?!