Skip to content
Snippets Groups Projects
Commit b47000be authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Remove obsolete initial-file-handling-state and clipboard-files attributes and...

Remove obsolete initial-file-handling-state and clipboard-files attributes and document mandatory attributes
parent b2589f51
Branches
No related tags found
No related merge requests found
Pipeline #51062 passed
...@@ -167,3 +167,19 @@ Example: ...@@ -167,3 +167,19 @@ Example:
To ensure a uniform and responsive design the activity should occupy 100% of the window width To ensure a uniform and responsive design the activity should occupy 100% of the window width
when the activity width is less than 768 px. when the activity width is less than 768 px.
## Mandatory attributes
If you are not using the `provider-root` attribute to "terminate" all provider attributes
you need to manually add these attributes so that the topic will work properly:
```html
<dbp-signature
auth
requested-login-status
analytics-event
initial-file-handling-state
clipboard-files
>
</dbp-signature>
```
...@@ -71,8 +71,6 @@ ...@@ -71,8 +71,6 @@
nextcloud-webdav-url="<%= nextcloudWebDavURL %>" nextcloud-webdav-url="<%= nextcloudWebDavURL %>"
nextcloud-name="<%= nextcloudName %>" nextcloud-name="<%= nextcloudName %>"
nextcloud-file-url="<%= nextcloudFileURL %>" nextcloud-file-url="<%= nextcloudFileURL %>"
initial-file-handling-state
clipboard-files
html-overrides="global-override" html-overrides="global-override"
src="<%= getUrl(name + '.topic.metadata.json') %>" src="<%= getUrl(name + '.topic.metadata.json') %>"
base-path="<%= getUrl('') %>" base-path="<%= getUrl('') %>"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment