lggorman / craftcms-thearchitect

CraftCMS plugin to generate content models from JSON data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Architect

The Architect for Craft CMS

CraftCMS Plugin to Construct Groups, Fields, Sections, EntryTypes, Transforms, Globals, Assets, Categories, and Users & User Groups from JSON data.

Installation

  1. Move the thearchitect directory into your craft/plugins directory.
  2. Go to Settings > Plugins from your Craft control panel and enable the thearchitect plugin

Example files can be found in the library directory

JSON Schema

The example / syntax schemas are located on the Repo's Wiki

If you're using the Atom text editor, you can download a snippet library to help speed up your writing custom models for the plugin.

Field Layouts using names instead of handles

If you have some field layouts that use names this functionality was dropped in version 1.0.3. Alternatively you can update your old models to use handles to fix them for newer versions.

Special thanks to Shannon Threadgill for his totally boss illustrations.

About

CraftCMS plugin to generate content models from JSON data.

License:MIT License


Languages

Language:PHP 76.0%Language:HTML 17.9%Language:JavaScript 6.0%Language:CSS 0.1%