Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pboivin/twill-form-templates

A template field for Twill Modules
https://github.com/pboivin/twill-form-templates

laravel php twill

Last synced: about 1 month ago
JSON representation

A template field for Twill Modules

Awesome Lists containing this project

README

        

# Twill Form Templates

phpunit tests status
Latest Stable Version
License

This package is a simple solution to add a `template` field to your Twill Modules and do interesting things with it. It can help you make small variations to your forms based on the selected template, organize your form variations with Blade partials, and prefill the block editor with a selection of blocks when a record is created.

![Screenshot of the template field inside the create modal](./screenshot.png)


## Installation

```sh
composer require pboivin/twill-form-templates
```

## Documentation

- [Getting started on Twill 2.x](./docs/Twill_2.x.md)
- [Getting started on Twill 3.x](./docs/Twill_3.x.md)

## License

The MIT License (MIT). Please see [LICENSE.md](./LICENSE.md) for more information.