brikitviewblueprintsettings true ## #macro (checkboxIfPermissionSet $permission $spacePermission) #end #parse ( "/template/includes/actionerrors.vm" ) #if ($actionErrors.empty)
## ## Export Configuration ## Download ## ## Import Configuration ## Upload ## ## Help panel ## #set ($noBlueprintsDefined = !$action.hasBlueprintDefinitions())
#if ($noBlueprintsDefined)

$blueprintCore.text("com.brikit.blueprintmaker.no.space.templates.found")

#end ## ## Help panel ## #if (!$noBlueprintsDefined)

$blueprintCore.text("com.brikit.blueprintmaker.space.blueprints")

#foreach ($name in $spaceBlueprints.keysInOrder) #set ($spaceBlueprint = $spaceBlueprints.get($name)) #end
$blueprintCore.text("com.brikit.blueprintmaker.space.blueprint.name") $blueprintCore.text("com.brikit.blueprintmaker.space.blueprint.description") $blueprintCore.text("com.brikit.blueprintmaker.space.blueprint.template.space.key") $blueprintCore.text("com.brikit.blueprintmaker.blueprint.fields") $blueprintCore.text("com.brikit.blueprintmaker.space.blueprint.space.name") $blueprintCore.text("com.brikit.blueprintmaker.space.blueprint.space.key") $blueprintCore.text("com.brikit.blueprintmaker.space.blueprint.categories") $blueprintCore.text("com.brikit.blueprintmaker.space.blueprint.space.description") $blueprintCore.text("com.brikit.blueprintmaker.space.blueprint.accesses")
$spaceBlueprint.name $spaceBlueprint.description $spaceBlueprint.blueprintSpaceKey $action.fieldIds($spaceBlueprint) $spaceBlueprint.spaceName $spaceBlueprint.spaceKey $action.sortedCategoryNames($spaceBlueprint) $spaceBlueprint.spaceDescription $action.sortedAccessNames($spaceBlueprint)

$blueprintCore.text("com.brikit.blueprintmaker.page.blueprints")

#foreach ($name in $pageBlueprints.keysInOrder) #set ($pageBlueprint = $pageBlueprints.get($name)) #set ($workflow = false) ## Needed to reset between rows :( #set($workflow = $contentFlow.workflowWithId($pageBlueprint.workflowId)) #end
$blueprintCore.text("com.brikit.blueprintmaker.page.blueprint.name") $blueprintCore.text("com.brikit.blueprintmaker.page.blueprint.description") $blueprintCore.text("com.brikit.blueprintmaker.page.blueprint.space.key") $blueprintCore.text("com.brikit.blueprintmaker.page.blueprint.page.title") $blueprintCore.text("com.brikit.blueprintmaker.page.blueprint.fields") $blueprintCore.text("com.brikit.blueprintmaker.page.blueprint.workflow") $blueprintCore.text("com.brikit.blueprintmaker.page.type") $blueprintCore.text("com.brikit.blueprintmaker.page.visible.to.space.categories")
$pageBlueprint.name $pageBlueprint.description $pageBlueprint.spaceKey #if ($pageBlueprint.confluencePage)$pageBlueprint.pageTitle#{else}$pageBlueprint.pageTitle#end $action.fieldIds($pageBlueprint)#if ($workflow)$workflow.name ($workflow.iD)#elseif ($pageBlueprint.workflowId)$pageBlueprint.workflowId is not a valid workflow ID#end $blueprintCore.text("com.brikit.blueprintmaker.page.types.$pageBlueprint.type") $blueprintCore.join($pageBlueprint.spaceCategories, ", ")

$blueprintCore.text("com.brikit.blueprintmaker.blueprint.fields")

#set ($fieldIds = $blueprintFields.keysInOrder) #foreach ($fieldId in $fieldIds) #set ($field = $blueprintFields.get($fieldId)) #end
$blueprintCore.text("com.brikit.blueprintmaker.blueprint.field.id") $blueprintCore.text("com.brikit.blueprintmaker.blueprint.field.name") $blueprintCore.text("com.brikit.blueprintmaker.blueprint.field.required") $blueprintCore.text("com.brikit.blueprintmaker.blueprint.field.type") $blueprintCore.text("com.brikit.blueprintmaker.blueprint.field.help.text") $blueprintCore.text("com.brikit.blueprintmaker.blueprint.field.placeholder.text") $blueprintCore.text("com.brikit.blueprintmaker.blueprint.field.add.labels") $blueprintCore.text("com.brikit.blueprintmaker.blueprint.field.validation.values")
$field.id $field.name #if ($field.required) #end #if ($field.multiselect) $blueprintCore.text("com.brikit.blueprintmaker.blueprint.field.multiselect") #elseif ($field.type == "LIST") $blueprintCore.text("com.brikit.blueprintmaker.blueprint.field.single.select") #end $field.type $field.helpText $field.placeholder #if ($field.addLabels) #end $!field.validation #if($blueprintCore.isSet($field.filterGroup)) $blueprintCore.text("com.brikit.blueprintmaker.blueprint.field.filter.group", $field.filterGroup)
$blueprintCore.text("com.brikit.blueprintmaker.blueprint.field.filters") #set ($filterGroup = false) #set ($filterGroup = $blueprintCore.filterGroupJSON($field.filterGroup)) #if ($filterGroup) #foreach ($filter in $filterGroup.filters) $filter.displayString ($filter.label) #if($velocityHasNext),#end #end #end #elseif($field.values) $field.valuesAsCommaSeparatedString #end

$blueprintCore.text("com.brikit.blueprintmaker.space.blueprint.accesses")

#foreach ($name in $accesses.keysInOrder) #set ($access = $accesses.get($name)) #end
$blueprintCore.text("com.brikit.blueprintmaker.access.name") $blueprintCore.text("com.brikit.blueprintmaker.access.permissions")
$access.name #foreach ($permission in $access.permissions) #end
$blueprintCore.text("com.brikit.blueprintmaker.permission.type") $blueprintCore.text("com.brikit.blueprintmaker.permission.user.or.group") $blueprintCore.text("com.brikit.blueprintmaker.permissions.all") $blueprintCore.text("com.brikit.blueprintmaker.permissions.pages") $blueprintCore.text("com.brikit.blueprintmaker.permissions.blog") $blueprintCore.text("com.brikit.blueprintmaker.permissions.comments") $blueprintCore.text("com.brikit.blueprintmaker.permissions.attachments") $blueprintCore.text("com.brikit.blueprintmaker.permissions.restrictions") $blueprintCore.text("com.brikit.blueprintmaker.permissions.space")
$blueprintCore.text("com.brikit.blueprintmaker.permissions.view") $blueprintCore.text("com.brikit.blueprintmaker.permissions.edit") $blueprintCore.text("com.brikit.blueprintmaker.permissions.remove") $blueprintCore.text("com.brikit.blueprintmaker.permissions.edit") $blueprintCore.text("com.brikit.blueprintmaker.permissions.remove") $blueprintCore.text("com.brikit.blueprintmaker.permissions.edit") $blueprintCore.text("com.brikit.blueprintmaker.permissions.remove") $blueprintCore.text("com.brikit.blueprintmaker.permissions.edit") $blueprintCore.text("com.brikit.blueprintmaker.permissions.remove") $blueprintCore.text("com.brikit.blueprintmaker.permissions.edit.remove") $blueprintCore.text("com.brikit.blueprintmaker.permissions.export") $blueprintCore.text("com.brikit.blueprintmaker.permissions.admin")
$permission.type $permission.userOrGroup #if ($permission.createGroup)
($blueprintCore.text("com.brikit.blueprintmaker.permission.group.will.be.created"))#end
#checkboxIfPermissionSet($permission "VIEWSPACE") #checkboxIfPermissionSet($permission "EDITSPACE") #checkboxIfPermissionSet($permission "REMOVEPAGE") #checkboxIfPermissionSet($permission "EDITBLOG") #checkboxIfPermissionSet($permission "REMOVEBLOG") #checkboxIfPermissionSet($permission "COMMENT") #checkboxIfPermissionSet($permission "REMOVECOMMENT") #checkboxIfPermissionSet($permission "CREATEATTACHMENT") #checkboxIfPermissionSet($permission "REMOVEATTACHMENT") #checkboxIfPermissionSet($permission "SETPAGEPERMISSIONS") #checkboxIfPermissionSet($permission "EXPORTSPACE") #checkboxIfPermissionSet($permission "SETSPACEPERMISSIONS")

$blueprintCore.text("com.brikit.blueprintmaker.space.create.permission.groups")

#set ($groups = $createSpaceGroups) #foreach ($group in $groups) #end
$blueprintCore.text("com.brikit.blueprintmaker.confluence.group")
$group

$blueprintCore.text("com.brikit.blueprintmaker.space.metadata.to.copy")

#set ($metadata = $spaceMetadata) #foreach ($item in $metadata) #end
$blueprintCore.text("com.brikit.blueprintmaker.space.metadata")
$item

$blueprintCore.text("com.brikit.blueprintmaker.page.metadata.to.copy")

#set ($metadata = $pageMetadata) #foreach ($item in $metadata) #end
$blueprintCore.text("com.brikit.blueprintmaker.page.metadata")
$item
#end
#end #parse("/breadcrumbs.vm")