1.40 Add content

For the configuration of the content contributing functionality, the following section exists in the configuration file:

In addition to this configuration, it is also necessary to store a URL to a Goobi workflow API, see chapter 1.4.

<upload enabled="true">
        <token>SECRETTOKEN</token>
        <docstruct>object</docstruct>
        <templateName>viewer_UserUploads</templateName>
        <rejectionPropertyName>Rejection</rejectionPropertyName>
        <rejectionReasonPropertyName>Rejection reason</rejectionReasonPropertyName>
</upload>

The enabled attribute activates or deactivates the contribute content functionality.

The other parameters are explained in detail in the following table:

For further configuration of the functionality, see also the use case documented for this purpose.

Last updated