gaya / upload-widget-example
Example of using gaya/upload-widget extension.
Installs: 1
Dependents: 0
Suggesters: 1
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: ^8.0
- gaya/upload-widget: ^1.0
- typo3/cms-core: ^11.5
- typo3/cms-extbase: ^11.5
- typo3/cms-fluid: ^11.5
This package is auto-updated.
Last update: 2024-12-10 17:25:19 UTC
README
This extension provides an example of upload_widget usage.
This includes:
- a stored model with a file field
- a form to create a record for this model by using a DTO
Installation
Intall upload_widget with Composer:
composer require gaya/upload_widget
Configuration
- In your root template, include the TypoScript "Upload Widget - Example"
- In a page, add a new page content of type (CType) "Form upload example"