I'm in a next-gen software project. I go to "Pages" in the project menu, and under:
I click the button "Connect a space", then select "Create a new confluence space".
Where is the blueprint/template for the space that is created?
How can I modify it?
Specifically I want to be able to add and remove default items in the left-side column of that space. But I want that to happen for every new space that I connect, rather than having to edit the template for each space after it's been created.
Hi Stefan,
I could not find a feature for this in the attachment macro, so I've created a new improvement for you: https://jira.atlassian.com/browse/CONF-29082
I suggest to vote and add your comment to the ticket to increase the chances to be implemented in the future. I hope this helps! :)
Regards,
Rodrigo
I've created a macro with a drop-down list of fileType to Exclude. If you want, add more type of files in the "enumValues" part of the parameter definition:
## Macro title: Exclude File Type Upload Area
## Macro has a body: N
##
## Developed by: Name
## Date created: dd/mm/yyyy
## @param fileTypeExc:title=File Type to Exclude|type=enum|enumValues=png,jpeg,bmp,xlsx,xls,docx,doc,pptx,ppt,zip,rar,pdf|default=png|desc=Select type of file to exclude (ask the Confluence administrator, if you want to exclude more than one type of files)
<p><ac:macro ac:name="attachments"><ac:parameter ac:name="patterns">.*.[^($paramfileTypeExc)]$</ac:parameter></ac:macro></p>
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.