mirror of
https://github.com/chenasraf/nextcloud-autocurrency.git
synced 2026-05-17 17:28:06 +00:00
chore: update templates
This commit is contained in:
@@ -2,10 +2,8 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* SPDX-FileCopyrightText: Chen Asraf <casraf@pm.me>
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*/
|
||||
// SPDX-FileCopyrightText: Chen Asraf <contact@casraf.dev>
|
||||
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
namespace OCA\AutoCurrency\Command;
|
||||
|
||||
@@ -26,7 +24,7 @@ class {{pascalCase name}} extends Command {
|
||||
*/
|
||||
protected function configure(): void {
|
||||
parent::configure();
|
||||
$this->setName('autocurrency:{{kebabCase name}}');
|
||||
$this->setName('jukebox:{{kebabCase name}}');
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -1,9 +1,11 @@
|
||||
<template>
|
||||
|
||||
<div>{{ startCase name }}</div>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
// import NcComponentExample from '@nextcloud/vue/components/NcComponentExample'
|
||||
// import NcComponentExample from '@nextcloud/vue/dist/Components/NcComponentExample.js'
|
||||
|
||||
//
|
||||
// import IconExample from 'vue-material-design-icons/Example.vue'
|
||||
@@ -17,3 +19,4 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss"></style>
|
||||
|
||||
@@ -2,10 +2,8 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* SPDX-FileCopyrightText: Chen Asraf <casraf@pm.me>
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*/
|
||||
// SPDX-FileCopyrightText: Chen Asraf <contact@casraf.dev>
|
||||
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
namespace OCA\AutoCurrency\Migration;
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
<template>
|
||||
<div class="autocurrency-{{ kebabCase name }}">{{ startCase name }} Page</div>
|
||||
|
||||
<div class="jukebox-{{ kebabCase name }}">{{ startCase name }} Page</div>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -18,7 +20,8 @@ export default {
|
||||
|
||||
<style scoped lang="scss">
|
||||
/*
|
||||
#autocurrency-{{ kebabCase name }} {
|
||||
#jukebox-{{ kebabCase name }} {
|
||||
}
|
||||
*/
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user