Skip to content

Resource Browser Examples

Uploading an icon to a styles folder

To upload a file to the global styles folder:

  1. Use Resource Browser to select / → styles in the resource tree.

    Resource Browser styles folder

  2. Click Upload button to open Upload a Resource dialog.

  3. Use Browse to select a file from the local file system.

    Upload icon to styles folder

  4. Press OK to upload the file.

    Resource Browser icon

Creating a control-flow configuration file

Many extensions, such as Control flow module, are managed using a configuration file.

To create a controlflow.properties file:

  1. Use Resource Browser to select the root / folder in the resource tree.

    This can be tricky as the label is not very long.

    Resource Browser root folder

  2. Click New resource button to open Edit a Resource dialog.

    • Resource: controlflow.properties

    • Content: file contents

      {% 
        include "../../../extensions/controlflow/controlflow.properties"
      %}
      
  3. Press OK to create the resource.

    Edit a Resource controlflow.properties