1
0
Fork 0

first menu structur

added CONTENIDO 4.10 plugin conf
Dieser Commit ist enthalten in:
Ortwin Pinke 2021-02-23 19:01:48 +01:00
Ursprung f9b45caf94
Commit f3db2db64b
5 geänderte Dateien mit 66 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -29,6 +29,9 @@
</frames>
<nav_sub>
<nav area="phpboCC" level="0" navm="content">phpbo.cookie_consent/xml/;navigation/content/phpboCC/main</nav>
<nav area="phpboCC" level="1" navm="0">phpbo.cookie_consent/xml/;navigation/content/phpboCC/overview</nav>
<nav area="phpboCC_config" level="1" navm="0">phpbo.cookie_consent/xml/;navigation/content/phpboCC/config</nav>
<nav area="phpboCC_settings" level="1" navm="0">phpbo.cookie_consent/xml/;navigation/content/phpboCC/settings</nav>
</nav_sub>
</conlite>
</plugin>

7
includes/config.plugin.php Normale Datei
Datei anzeigen

@ -0,0 +1,7 @@
<?php
/**
* config file for cookie consent manager
*
* @author Ortwin Pinke <ortwin.pinke@php-backoffice.de>
*
*/

Datei anzeigen

@ -0,0 +1,8 @@
<?php
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/

34
plugin.xml Normale Datei
Datei anzeigen

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plugin>
<general active="1">
<plugin_name>Cookie Consent</plugin_name>
<plugin_foldername>phpbo.cookie_consent</plugin_foldername>
<uuid>86E3EBC3-A67A-5732-A8EC-7D9FDF49E643</uuid>
<description></description>
<author>Ortwin Pinke</author>
<copyright>PHP-Backoffice.de</copyright>
<mail>ortwin.pinke@php-backoffice.de</mail>
<website>https://php-backoffice.de</website>
<version>0.1.0-alpha</version>
<license>GNU Lesser General Public License</license>
</general>
<requirements php="7.2">
<contenido minversion="4.10.0" />
</requirements>
<conlite>
<areas>
<area menuless="1">phpboCC</area>
<area parent="phpboCC" menuless="1">phpboCC_settings</area>
<area parent="phpboCC" menuless="1">phpboCC_config</area>
</areas>
<actions>
</actions>
<frames>
</frames>
<nav_sub>
<nav area="phpboCC" level="0" navm="content">phpbo.cookie_consent/xml/;navigation/content/phpboCC/main</nav>
</nav_sub>
</conlite>
</plugin>

14
xml/lang_de_DE.xml Normale Datei
Datei anzeigen

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Contenido XML language file -->
<language>
<navigation>
<content>
<phpboCC>
<main>Cookie Consent Manager</main>
<settings>Einstellung</settings>
<config>Konfiguration</config>
<overview>Übersicht</overview>
</phpboCC>
</content>
</navigation>
</language>