summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-08-30 19:27:37 +0200
committerCarl Schwan <carl@carlschwan.eu>2022-08-30 19:33:16 +0200
commit47cc783b637de75a72a6f8b721edb3cb34934ea0 (patch)
tree4fd983f9583a3770dbc98d20b66f9787d5f42f9d /templates
parent753e88793e0525cadd8a544e3f4093cc3cf7b331 (diff)
Import existing attempt to port to vue
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/index.php b/templates/index.php
index 9ad38a0d5..38a3b3d27 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -1,4 +1,8 @@
<?php
+
+\OCP\Util::addScript('news', 'build/news-main');
+
+/*
use OCA\News\Plugin\Client\Plugin;
script('news', [
@@ -97,3 +101,4 @@ foreach (Plugin::getScripts() as $appName => $fileName) {
news-scroll-enabled-mark-read="Content.markReadEnabled()"
news-scroll-auto-page="Content.autoPage()"
news-scroll-mark-read="Content.scrollRead(itemIds)"></div>
+ */