mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-17 21:12:14 +01:00
10 lines
340 B
PHP
10 lines
340 B
PHP
<?php
|
|
/**
|
|
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-FileCopyrightText: 2013-2016 ownCloud, Inc.
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
\OCP\Util::addScript('richdocuments', 'richdocuments-personal');
|
|
?>
|
|
<div id="personal-vue" data-initial="<?php p(json_encode($_, true)); ?>"></div>
|