1
0
mirror of https://github.com/typemill/typemill.git synced 2025-07-26 00:31:38 +02:00

Changed test plugin

This commit is contained in:
trendschau
2020-10-31 07:53:14 +01:00
parent 0ef48e831a
commit 649e545945
3 changed files with 6 additions and 6 deletions

View File

@@ -1,10 +1,10 @@
<?php
namespace Plugins\Adamhall;
namespace Plugins\Customfields;
use Typemill\Plugin;
class Adamhall extends Plugin
class Customfields extends Plugin
{
public static function getSubscribedEvents()
{
@@ -16,7 +16,7 @@ class Adamhall extends Plugin
public function onTwigLoaded()
{
$this->addEditorJS('/adamhall/js/adamhall.js');
$this->addEditorJS('/customfields/js/customfields.js');
}
public function onMetaLoaded($meta)

View File

@@ -1,9 +1,9 @@
name: Adam Hall Plugin
name: Customfields Plugin
version: 1.0.0
description: Plugin for Adam Hall that integrates Custom Fields
description: Plugin to test customfields
author: Sebastian Schürmanns
homepage: http://trendschau.net
licence: Owned by Adam Hall
licence: No licence
metatabs:
adamhall: