...
The Code Pro for Confluence - Configuration screen has the following main settings:
Configuration
Enable or disable the required parameter to apply the settings. Click Save to confirm the changes.
...
- Profiles allow user authentication required by some URLs to be hidden from page viewers and editors. Only Confluence administrators have access to this information.
- Enables macro editors to quickly configure the macro by reusing a shared definition for URL access.
- Relative addressing can be used making the page content less likely to require changes when base URLs are relocated.
- Macro configured URL (that is not a full URL) is appended to the profile provided URL. The first part goes in the URL to source code parameter of the profile. The second part (or ones like it) goes into each macro usage. For example, if source reference is something like https://bitbucket.org/bob_swift/gint/raw/tip/src/main/groovy/org/swift/tools/Gint.groovy, then a profile could be set up to reference all source in the Gint repository by configuring the profile:
url=
. Then the macro references would be relative like: src/main/groovy/org/swift/tools/Gint.groovy.https:
//bitbucket.org/bob_swift/gint/raw/tip
- Macro configured URL (that is not a full URL) is appended to the profile provided URL. The first part goes in the URL to source code parameter of the profile. The second part (or ones like it) goes into each macro usage. For example, if source reference is something like https://bitbucket.org/bob_swift/gint/raw/tip/src/main/groovy/org/swift/tools/Gint.groovy, then a profile could be set up to reference all source in the Gint repository by configuring the profile:
- Combine settings of a profile with another profile(s). Use the '|' delimiter to combine name-value pairs with the specified profile settings.
For example, you can create a profile 'A' that defines a customized style using HTML tags. This can be appended to another profile 'B' asurl=
. In the macro, if profile 'A' is selected, retrieved data is shown with the custom styles given in profile 'B'.https:
//bitbucket.org/bob_swift/gint/raw/tip|A
Info | ||
---|---|---|
| ||
|
The following actions can be performed:
...