White label

Introduction

Since ARender 4.4.1, you can remove any references of the ARender brand through the configuration.

Configuration

The References to ARender in “About” section

A property allows to remove references to ‘ARender’. Removed references are in the “About” panel. image

Apply following property to remove those references :

arender.properties
# Remove any references of ARender in the application
arender.white.labeling=true

Result after activation of the white label property :

image

The references at loading and saving

At document loading or saving, an ‘ARender’ text is visible at the center of the page.

image

This text is configurable with the following property :

arender.properties
# Display the label when document starts to open
startup.loading.label=Just-Loading

image

image

To modify ARender logo from the top panel, apply following configuration.

To use the white icon :

arender.properties
# Define the top panel logo URL
topPanel.logo.url=arender-icones-svg-white/submenu/toolbar/icone-details.svg

image

To use the gray icon :

arender.properties
# Define the top panel logo URL
topPanel.logo.url=arender-icones-svg/submenu/toolbar/icone-details.svg

image

Modification of window title

Last ‘ARender’ reference is in the window title of the browser. This can be modified by editing the file ARender.html that can be found at the root folder of your ARender deployment. Then you can modify the following line to remove ‘ARender’ :

image

After edit :

image