Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/friendsofredaxo/default_addons
Redaxo 5-Addon zum Installieren von häufig benötigten Addons "in einem Rutsch".
https://github.com/friendsofredaxo/default_addons
redaxo redaxo-addon redaxo5
Last synced: about 1 month ago
JSON representation
Redaxo 5-Addon zum Installieren von häufig benötigten Addons "in einem Rutsch".
- Host: GitHub
- URL: https://github.com/friendsofredaxo/default_addons
- Owner: FriendsOfREDAXO
- License: mit
- Created: 2020-07-21T14:29:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T16:24:24.000Z (2 months ago)
- Last Synced: 2024-10-28T17:24:52.660Z (2 months ago)
- Topics: redaxo, redaxo-addon, redaxo5
- Language: PHP
- Homepage: https://github.com/FriendsOfREDAXO/nv_defaultaddons
- Size: 35.2 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Default Addons für REDAXO 5
Redaxo 5-Addon zum Installieren von häufig benötigten Addons "in einem Rutsch".
## Konfiguration
Unter Konfiguration die gewünschten Addons in JSON-Notation eintragen.
Es muss immer mindestens der Key des Addons sowie optional die gewünschte Version angegeben werden. Wenn keine Version angegeben wird, wird immer die aktuellste installiert## Beispielkonfiguration
```php
{
"phpmailer": "",
"yform": "3.4",
"yform_spam_protection": "",
"yform_usability": "",
"yrewrite": "2.6",
"cronjob": "2.1.0",
"emailobfuscator": "3.0.0",
"mform": "5.3.1",
"mblock": "3.1.0",
"usage_check": "",
"developer": "",
"theme": "",
"be_tools": "",
"yrewrite_domain_settings": "",
"nv_betheme": "",
"nv_modulesettings": "",
"seocheckup": "",
"url": "",
"quick_navigation": "",
"adminer": "",
"be_explorer": "",
"bloecks": "",
"cke5": "",
"maintenance": "",
"minibar": "",
"uploader": "",
"nv_rexhelper": "",
"navbuilder":""
}
```### Team
**Friends Of REDAXO**
http://www.redaxo.org
https://github.com/FriendsOfREDAXO**Projekt-Lead**
[Alexander Walther](https://github.com/alxndr-w)### Danke an
- [Daniel Steffen](https://github.com/novinet-git)
### Lizenz
[MIT-Lizenz](https://github.com/FriendsOfREDAXO/pdfout/blob/master/LICENSE.md)