Skip to content

Commit 988dae6

Browse files
committed
[TASK] added TYPO3 13.x support
[TASK] added site sets
1 parent 6db1b97 commit 988dae6

File tree

8 files changed

+49
-5
lines changed

8 files changed

+49
-5
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: datamints/top
2+
label: datamints Top
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'EXT:datamints_top/Configuration/TypoScript/constants.typoscript'

Configuration/Sets/Full/labels.xlf

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
3+
<file source-language="en" datatype="plaintext" original="EXT:datamints_top/Configuration/Sets/Full/labels.xlf" date="2024-09-05T08:00:00Z" product-name="datamints_top">
4+
<header/>
5+
<body>
6+
<trans-unit id="label">
7+
<source>datamints Top</source>
8+
</trans-unit>
9+
<trans-unit id="categories.basic">
10+
<source>Basic</source>
11+
</trans-unit>
12+
<trans-unit id="categories.colors">
13+
<source>Colors</source>
14+
</trans-unit>
15+
</body>
16+
</file>
17+
</xliff>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
categories:
2+
basic: ~
3+
colors: ~
4+
5+
settings:
6+
plugin.tx_darfichmit.ajaxHtmlTypeNum:
7+
default: '349242321'
8+
type: string
9+
category: basic
10+
plugin.tx_datamintstop.settings.buttonBackgroundColor:
11+
default: '#ffffff'
12+
type: color
13+
category: colors
14+
plugin.tx_datamintstop.settings.buttonIconColor:
15+
default: '#000000'
16+
type: color
17+
category: colors
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'EXT:datamints_top/Configuration/TypoScript/setup.typoscript'

Documentation/Configuration/Index.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,25 @@
66
Configuration
77
=============
88

9+
10+
TYPO3 >13:
11+
Add the dependency to the site set: datamints/top
12+
13+
14+
TYPO3 <13:
915
Please include the Static Typoscript Template, either by going to "Template -> Includes" and selecting "datamints Top" OR by including them in your site package:
1016

1117
setup
1218

1319
.. code-block:: typoscript
1420
15-
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:datamints_top/Configuration/TypoScript/setup.typoscript">
21+
@import 'EXT:datamints_top/Configuration/TypoScript/setup.typoscript'
1622
1723
constants
1824

1925
.. code-block:: typoscript
2026
21-
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:datamints_top/Configuration/TypoScript/constants.typoscript">
27+
@import 'EXT:datamints_top/Configuration/TypoScript/constants.typoscript'
2228
2329
2430
.. _configuration-typoscript:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"license": "GPL-2.0-or-later",
2121
"require": {
22-
"typo3/cms-core": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0"
22+
"typo3/cms-core": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
'state' => 'stable',
2020
'createDirs' => '',
2121
'clearCacheOnLoad' => 1,
22-
'version' => '1.1.1',
22+
'version' => '1.2.0',
2323
'constraints' => [
2424
'depends' => [
25-
'typo3' => '7.0.0-12.99.99',
25+
'typo3' => '7.0.0-13.99.99',
2626
],
2727
'conflicts' => [],
2828
'suggests' => [],

0 commit comments

Comments
 (0)