Installation
The IntelligenceBank Connector is compatible with Umbraco CMS version 10 or 11. To install the package, you can use .NET CLI.
Umbraco 10:
dotnet add package IntelligenceBank.Umbraco.Connector --version 10.0.361.5590
Umbraco 11:
dotnet add package IntelligenceBank.Umbraco.Connector --version 11.0.361.5600
Note that the major and minor package versions are the same as the Umbraco version. So you can always choose the right one as IntelligenceBank.Umbraco.Connector --version 11.0. . for Umbraco 11.0, for example.
Property Editor - IB: Media Picker
Upon installation, a new property editor called IB: Media Picker will become available for configuration as a data type.
The property will also be available as part of the standard Grid component.
Rich-Text Editor Option Configuration
This section is for enabling the IntelligenceBank Connector as a new action on the Rich-Text editor.
In the root of your site, add the following values to appsettings.json:
"RichTextEditor": {
"Commands": [
{
"Alias": "IntelligenceBank",
"Name": "IB: Media Picker",
"Mode": "All"
}
],
"Plugins": [ "IntelligenceBank" ]
}
The result should look like the following:
Connector Settings
Go to Settings > Third Party > IntelligenceBank > Settings.
- Web App Url: Do not change this field value. It is used for testing the Web App on staging environments.
- Tenant: Enter the default value to always input into the Platform URL field on the login screen of the IntelligenceBank Connector. If you are using a custom URL, enter the entire URL (without https://). If you are not using a custom URL, enter the sub-domain that precedes .intelligencebank.com (also without https://).
- Enable browser login: Enable this option if you want the Browser Login option for Single Sign On authentication to always be enabled by default on the login screen of the IntelligenceBank Connector.
- Enable custom url: Enable this option if you want the Platform URL field on the login screen of the IntelligenceBank Connector to always have the Custom URL option enabled by default.
Comments
0 comments
Please sign in to leave a comment.