All Projects → sjelfull → craft-entry-instructions

sjelfull / craft-entry-instructions

Licence: MIT license
A simple fieldtype to add instructions.

Programming Languages

PHP
23972 projects - #3 most used programming language
Twig
543 projects

Projects that are alternatives of or similar to craft-entry-instructions

tablemaker
A user-definable table field type for Craft CMS
Stars: ✭ 39 (+143.75%)
Mutual labels:  craft, craftcms, craft-plugin, craftcms-plugin, craft3
craft-audit
Audit log for Craft 3
Stars: ✭ 18 (+12.5%)
Mutual labels:  craft, craftcms, craft-plugin, craftcms-plugin, craft3
molecule
⚛️ Grab Twig components, CSS and JS files outside the primary template folder
Stars: ✭ 20 (+25%)
Mutual labels:  craft, craftcms, craftcms-plugin, craft3
craft-plugin-mix
Helper plugin for Laravel Mix in Craft CMS templates
Stars: ✭ 50 (+212.5%)
Mutual labels:  craft, craftcms, craft-plugin, craft3
Buttonbox
A collection of utility field types for Craft
Stars: ✭ 94 (+487.5%)
Mutual labels:  craft, craftcms, craft-plugin, craft3
craft-json-snippets
Helps make CraftCMS models in .json
Stars: ✭ 17 (+6.25%)
Mutual labels:  craft, craftcms, craft-plugin, craftcms-plugin
visor
🕶 A simple admin overlay to get to the relevant areas of the Craft CMS control panel.
Stars: ✭ 25 (+56.25%)
Mutual labels:  craft, craftcms, craftcms-plugin, craft3
craft-entriessubset
Craft field type plugin that extends the core Entries field type to give extra settings
Stars: ✭ 27 (+68.75%)
Mutual labels:  craft, craftcms, craft-plugin, craftcms-plugin
Simplemap
A beautifully simple map field type for Craft CMS.
Stars: ✭ 136 (+750%)
Mutual labels:  craft, craftcms, craft-plugin, craft3
craft-react
Client and Server-side React rendering for CraftCMS
Stars: ✭ 40 (+150%)
Mutual labels:  craftcms, craft-plugin, craftcms-plugin, craft3
overflow.craft-plugin
A plain text Craft field type, with a soft or hard character limit.
Stars: ✭ 13 (-18.75%)
Mutual labels:  craft, craftcms, craft-plugin, craftcms-plugin
craft3-collections
Clean up those complex templates with Laravel Collections
Stars: ✭ 24 (+50%)
Mutual labels:  craft, craftcms, craftcms-plugin, craft3
Craft Preparse Field
Field type that parses twig when an element is saved.
Stars: ✭ 103 (+543.75%)
Mutual labels:  craft, craftcms, craft-plugin, craft3
Seo
SEO utilities including a unique field type, sitemap & redirect manager
Stars: ✭ 210 (+1212.5%)
Mutual labels:  craft, craftcms, craft-plugin, craft3
smartdown.craft-plugin
Bringing the unbridled joy of Markdown Extra and Smartypants to your Craft websites.
Stars: ✭ 26 (+62.5%)
Mutual labels:  craft, craftcms, craft-plugin, craftcms-plugin
craft-typogrify
Typogrify prettifies your web typography by preventing ugly quotes and 'widows' and more
Stars: ✭ 70 (+337.5%)
Mutual labels:  craftcms, craft-plugin, craft3
craft-donkeytail
A Craft CMS fieldtype for content managing points on images.
Stars: ✭ 53 (+231.25%)
Mutual labels:  craftcms, craft-plugin, craftcms-plugin
anchors
Add anchor links to headings in your Craft CMS website content.
Stars: ✭ 47 (+193.75%)
Mutual labels:  craftcms, craft-plugin, craft3
craft-router
A Craft CMS plugin for using URL segments as filtering criteria on an entry query.
Stars: ✭ 21 (+31.25%)
Mutual labels:  craftcms, craft-plugin, craft3
craft-grid
A field that lets you content manage CSS Grid in Craft CMS.
Stars: ✭ 18 (+12.5%)
Mutual labels:  craftcms, craft-plugin, craft3

Entry Instructions plugin for Craft CMS 3.x

A simple fieldtype to add instructions.

Screenshot

Requirements

This plugin requires Craft CMS 3.0.0-beta.23 or later.

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require superbig/craft-entry-instructions
    
  3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Entry Instructions.

Using Entry Instructions

Create a new Entry Instructions field with instructions, and add it to a field layout.

You may add custom per-field CSS in the field settings; any CSS you add will be automatically scoped to the correct field.

Instructions will be parsed with Markdown.

Overriding Global CSS

You can override the global CSS by creating a file in your config/ directory called entry-instructions.php and structuring it appropriately. A sample can be found here (entry-instructions.php.sample) with the current defaults; copy it and modify or delete as you wish.

Credits

This fieldtype is a port of Entry Instructions by Tom Cunningham.

Icon by Ho Thi Ngoc Trinh from the Noun Project.

Brought to you by Superbig

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].