Skip to content

Commit

Permalink
fix: formcycle extension key in ext_emconf, adjust description + version
Browse files Browse the repository at this point in the history
  • Loading branch information
maikschneider committed Sep 17, 2024
1 parent 4085875 commit 483641a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@

</div>

A TYPO3 extension that connects to [XIMA® Formcycle](https://www.formcycle.eu/). Select your created forms and embed
A TYPO3 extension that connects to [formcycle](https://www.formcycle.eu/). Select your created forms and embed
them into your TYPO3 site.

## Requirements

* Formcycle version 8 + installed plugin `Formularliste`
* formcycle version 8 + installed plugin `Formularliste`
* PHP 8.1+

## Installation
Expand All @@ -44,7 +44,7 @@ frontend rendering.

### 1. Extension configuration

Set your Formcycle credentials in the extension configuration via TYPO3 backend or in your `config/system/settings.php`:
Set your formcycle credentials in the extension configuration via TYPO3 backend or in your `config/system/settings.php`:

```php
'EXTENSIONS' => [
Expand All @@ -57,7 +57,7 @@ Set your Formcycle credentials in the extension configuration via TYPO3 backend

### 2. TypoScript include

Include the static TypoScript template "Formcycle" or directly import it in your sitepackage:
Include the static TypoScript template "formcycle" or directly import it in your sitepackage:

```typo3_typoscript
@import 'EXT:xm_formcycle/Configuration/TypoScript/setup.typoscript'
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "xima/xima-typo3-formcycle",
"type": "typo3-cms-extension",
"description": "TYPO3 extension to include your XIMA Formcycle forms",
"description": "TYPO3 extension to include your formcycle forms",
"homepage": "https://www.xima.de",
"license": [
"GPL-2.0+"
],
"keywords": [
"TYPO3 CMS",
"XIMA",
"FORMCYCLE"
"formcycle"
],
"authors": [
{
Expand Down
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php

$EM_CONF[$_EXTKEY] = [
'title' => 'formcylce',
'description' => 'Embed XIMA Formcycle forms into your TYPO3 website',
'title' => 'formcycle',
'description' => 'Embed formcycle forms into your TYPO3 website',
'category' => 'plugin',
'version' => '9.1.2',
'version' => '9.1.3',
'state' => 'stable',
'author' => 'Maik Schneider',
'author_email' => '[email protected]',
Expand Down

0 comments on commit 483641a

Please sign in to comment.