All Projects → Emkaytoo → craft-json-snippets

Emkaytoo / craft-json-snippets

Licence: MIT license
Helps make CraftCMS models in .json

Projects that are alternatives of or similar to craft-json-snippets

tablemaker
A user-definable table field type for Craft CMS
Stars: ✭ 39 (+129.41%)
Mutual labels:  craft, craftcms, craft-plugin, craftcms-plugin
craft-entry-instructions
A simple fieldtype to add instructions.
Stars: ✭ 16 (-5.88%)
Mutual labels:  craft, craftcms, craft-plugin, craftcms-plugin
overflow.craft-plugin
A plain text Craft field type, with a soft or hard character limit.
Stars: ✭ 13 (-23.53%)
Mutual labels:  craft, craftcms, craft-plugin, craftcms-plugin
craft-audit
Audit log for Craft 3
Stars: ✭ 18 (+5.88%)
Mutual labels:  craft, craftcms, craft-plugin, craftcms-plugin
smartdown.craft-plugin
Bringing the unbridled joy of Markdown Extra and Smartypants to your Craft websites.
Stars: ✭ 26 (+52.94%)
Mutual labels:  craft, craftcms, craft-plugin, craftcms-plugin
craft-entriessubset
Craft field type plugin that extends the core Entries field type to give extra settings
Stars: ✭ 27 (+58.82%)
Mutual labels:  craft, craftcms, craft-plugin, craftcms-plugin
Buttonbox
A collection of utility field types for Craft
Stars: ✭ 94 (+452.94%)
Mutual labels:  craft, craftcms, craft-plugin
Craft Preparse Field
Field type that parses twig when an element is saved.
Stars: ✭ 103 (+505.88%)
Mutual labels:  craft, craftcms, craft-plugin
Simplemap
A beautifully simple map field type for Craft CMS.
Stars: ✭ 136 (+700%)
Mutual labels:  craft, craftcms, craft-plugin
Craft-Twig-ImageBase64
A simple Twig extension for Craft CMS to create base64-encoded images from Assets in your Twig templates.
Stars: ✭ 14 (-17.65%)
Mutual labels:  craftcms, craft-plugin, craftcms-plugin
Craft Brief
Quick, easy, and customizable user-group notifications for Craft CMS.
Stars: ✭ 47 (+176.47%)
Mutual labels:  craft, craftcms, craft-plugin
Linkit
Multi-purpose link plugin for Craft CMS
Stars: ✭ 155 (+811.76%)
Mutual labels:  craft, craftcms, craft-plugin
craft-recaptcha
Integrate Google’s reCAPTCHA into your web forms.
Stars: ✭ 16 (-5.88%)
Mutual labels:  craftcms, craft-plugin, craftcms-plugin
Craft.patrol
Patrol simplifies SSL and maintenance routing for sites built with Craft
Stars: ✭ 91 (+435.29%)
Mutual labels:  craft, craftcms, craft-plugin
craft-donkeytail
A Craft CMS fieldtype for content managing points on images.
Stars: ✭ 53 (+211.76%)
Mutual labels:  craftcms, craft-plugin, craftcms-plugin
oembed
A simple plugin to extract media information from websites, like youtube videos, twitter statuses or blog articles.
Stars: ✭ 34 (+100%)
Mutual labels:  craft, craftcms, craft-plugin
Seo
SEO utilities including a unique field type, sitemap & redirect manager
Stars: ✭ 210 (+1135.29%)
Mutual labels:  craft, craftcms, craft-plugin
Awesome
A collection of awesome Craft CMS plugins, articles, resources and shiny things.
Stars: ✭ 449 (+2541.18%)
Mutual labels:  craft, craftcms, craft-plugin
craft3-collections
Clean up those complex templates with Laravel Collections
Stars: ✭ 24 (+41.18%)
Mutual labels:  craft, craftcms, craftcms-plugin
Craft-User-Manual
📚 Help Section Plugin for Craft CMS.
Stars: ✭ 86 (+405.88%)
Mutual labels:  craftcms, craft-plugin, craftcms-plugin

Craft .json snippets Atom package

Snippets for Atom that help you quickly generate .json models for CraftCMS. They work really well with the Architect plugin.

Install:

You can install this package through the Atom settings menu, or via the command line:

apm install craft-json-snippets

Usage:

Install the package and type the name of a snippet. By default, use tab to expand.

Snippets:

Initializing

Use CraftJsonInit in a blank document to begin creating a content model.

Fields

  • CraftAssets - Creates a blank Assets field.
  • CraftFieldCategories - Creates a blank Categories field.
  • CraftCheckboxes - Creates a blank Checkboxes field.
  • CraftColorCreates a blank Color field.
  • CraftDate - Creates a blank Date field.
  • CraftDropdown - Creates a blank Dropdown field.
  • CraftEntries - Creates a blank Entries field.
  • CraftLightswitch - Creates a blank Lightswitch field.
  • CraftLinkIt - Creates a blank FruitLinkIt field.
  • CraftMatrix - Creates an incomplete blank Matrix field.
    • CraftMatrixBlock - Creates a new blocktype for use in the "blockTypes" array in a Matrix.
    • CraftMatrixAssets - Creates a new Assets field within a Matrix.
    • CraftMatrixCategories - Creates a new Categories field within a Matrix.
    • CraftMatrixCheckboxes - Creates a new Checkboxes field within a Matrix.
    • CraftMatrixColor - Creates a new Color field within a Matrix.
    • CraftMatrixDate - Creates a new Date field within a Matrix.
    • CraftMatrixDropdown - Creates a new Dropdown field within a Matrix.
    • CraftMatrixEntries - Creates a new Entries field within a Matrix.
    • CraftMatrixLightswitch - Creates a new Lightswitch field within a Matrix.
    • CraftMatrixLinkIt - Creates a blank FruitLinkIt field within a Matrix.
    • CraftMatrixMultiselect - Creates a new Multiselect field within a Matrix.
    • CraftMatrixNumber - Creates a new Number field within a Matrix.
    • CraftMatrixPlainText - Creates a new PlainText field within a Matrix.
    • CraftMatrixPositionSelect - Creates a new PositionSelect field within a Matrix.
    • CraftMatrixRadioButtons - Creates a new RadioButtons field within a Matrix.
    • CraftMatrixRichText - Creates a new RichText field within a Matrix.
    • CraftMatrixTable - Creates a new Table field within a Matrix.
    • CraftMatrixTags - Creates a new Tags field within a Matrix.
    • CraftMatrixUsers - Creates a new Users field within a Matrix.
    • CraftMatrixFieldNotes - Creates a new FieldNotes field within a Matrix.
  • CraftMultiselect - Creates a blank Multiselect field.
  • CraftNeo - Creates an incomplete blank Neo field.
    • CraftNeoBlock - Creates a new blocktype for use in the "blockTypes" array in a Neo field.
  • CraftNumber - Creates a blank Number field.
  • CraftPlainText - Creates a blank PlainText field.
  • CraftPositionSelect - Creates a blank PositionSelect field.
  • CraftRadioButtons - Creates a blank RadioButtons field.
  • CraftRichText - Creates a blank RichText field.
  • CraftSEOmatic- Creates a blank SEOmatic field.
  • CraftSuperTable- Creates a blank SuperTable field. Use the CraftMatrix subfields to configure SuperTable.
  • CraftTableCreates an incomplete blank Table field.
    • CraftTableColumn - Creates a blank Columns subfield for use in a table.
    • CraftTableRow - Creates a blank Row subfield for use in a table.
  • CraftTagsCreates a blank Tags field.
  • CraftFieldUsers - Creates a blank Users field.
  • CraftFieldNotes - Creates a blank FieldNotes field.

Globals

  • CraftGlobals - Creates a new Global set.

Sections

  • CraftHomePage - Creates a blank Homepage section.
  • CraftSingle - Creates a blank Single section.
  • CraftChannel - Creates a blank Channel section.
  • CraftStructure - Creates a blank Structure section.

Entry Types

  • CraftEntrySingle - Creates a blank Single entryType.
  • CraftEntryChannel - Creates a blank entryType used for both Channels and Structures.

Asset Sources

  • CraftSourceLocal - Creates a blank Local asset source.
  • CraftSourceS3 - Creates a blank Amazon S3 asset source.
  • CraftSourceGoogleCloud - Creates a blank Google Cloud asset source.
  • CraftSourceRackspace - Creates a blank Rackspace asset source.

Categories

  • CraftCategories - Creates a blank category model.

Users

  • CraftUsers - Creates a blank user template.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].