Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open illustration storage in Manager and select “Import illustrations…”

    Image RemovedImage Added
  2. Select the folder with the images to import

  3. An import dialogue appears. Select the illustrations to import

  4. adsfsad

  5. sdaf

    Image Removed

...

  1. .

    Image Added
  2. When import is complete a dialogue will display how many illustrations that were assigned to part assemblies.

    Image Added

Configuration

Configuration is within import.config.

Code Block
languagexml
<IllustrationsConfigs>
	<!-- Name of template -->
	<IllustrationsConfig config-name="Test">
		<!-- Identity will be taken from file name based on regex -->
		<IdentityRegex>([A-Za-z0-9\--\s]+)[A-Za-z0-9\--\s_]*.[A-Za-z0-9\--\s]+</IdentityRegex>
		<!-- Persistent Identity will be taken from file name based on regex -->
		<PersistentIdentityRegex>([A-Za-z0-9\--\s]+)[A-Za-z0-9\--\s_]*.[A-Za-z0-9\--\s]+</PersistentIdentityRegex>
		<!-- Import will also try to match identity or persistent identity of illustration to identity or persistent identity of part assembly and assign if matching -->
		<PartAssemblyIllustrations enabled="true" delete-previous="true">
			<Identity filename-regex="([A-Za-z0-9\--\s]+)[A-Za-z0-9\--\s_]*.[A-Za-z0-9\--\s]+" priority="20"/>
			<PersistentIdentity filename-regex="([A-Za-z0-9\--\s]+)[A-Za-z0-9\--\s_]*.[A-Za-z0-9\--\s]+" priority="10"/>
		</PartAssemblyIllustrations>
	</IllustrationsConfig>
</IllustrationsConfigs>

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@1ecd09
sortmodified
showSpacefalse
reversetrue
typepage
cqllabel in ( "default" , "type" , "image" , "presentation" ) and type = "page" and space = "ASKB"
labelsdefault image presentation type

...