# cortex-plugins-core
The combined set of Core FieldTypes + Field View Components for the Cortex CMS platform. More details coming soon!

## Usage
The core FieldTypes for the Cortex CMS are distributed as a Rails engine, and should be plug-and-play.

This Gem includes the `models` and `cells` (view components) for all core FieldTypes.

## Installation
Add this line to your application's Gemfile:

```ruby
gem 'cortex-plugins-core'
```

And then execute:
```bash
$ bundle
```

Or install it yourself as:
```bash
$ gem install cortex-plugins-core
```
