Can you remove the ability to create "Blank Page" or "Blog Post" from the default Create options? I have disabled all other blueprints and I have created 2 specific templates that I want to be the only templates available to use in a Space. Is this possible to do? See below image.
image2016-8-18 7:40:26.png
There is no way (that i know of) to disable the default blank page template. However, there is an open ticket where Atlassian are requesting use cases for amending the default template: https://jira.atlassian.com/browse/CONF-3697
If they provide that functionality you could amend that template and users would be forced to use that if it's the only template available. Worth adding your use case to that ticket.
The blog post option is removed in space permissions. If the user does not have the Blog Add option they will not see that.
image2016-8-18 15:10:46.png
As for blank page you could do that with some CSS added to the Custom HTML section in Confluence Admin. Put this in the "At end of the BODY" section. It must be in the Custom HTML to work everywhere in Confluence as opposed to the Stylesheet section in Confluence Admin. The reason being the global stylesheet is not applied to anything within Confluence Admin.
<style type="text/css"> li[data-item-module-complete-key*="create-blank-page"] {display: none !important;} </style>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.