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

https://github.com/davidthorn/craft-plugin


https://github.com/davidthorn/craft-plugin

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# David Thorns Craft Plugin

This repository contains a plugin that can be installed in a Craft CMS project.

## Installation

Change into the source directory of your Craft CMS project and execute the following command:

```bash
composer install davidthorn/craft-plugin
```

Once you have completed this, you can then install the plugin, by either going
into your admin portal, or by executing the following command:

```bash
php craft plugin/install djt_plugin
```

## Fields

This plugin currently brings the following `Field`'s that can be used within your project.

* FormTextField - Form Text Field

## Change Log

All changes will be entered here.