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:
@@ -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)
|
@@ -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:
|
Reference in New Issue
Block a user