All Projects → doublesecretagency → craft-cpjs

doublesecretagency / craft-cpjs

Licence: MIT License
Control Panel JS plugin for Craft CMS

Programming Languages

CSS
56736 projects
PHP
23972 projects - #3 most used programming language
Twig
543 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to craft-cpjs

oembed
A simple plugin to extract media information from websites, like youtube videos, twitter statuses or blog articles.
Stars: ✭ 34 (-19.05%)
Mutual labels:  craft, craftcms
molecule
⚛️ Grab Twig components, CSS and JS files outside the primary template folder
Stars: ✭ 20 (-52.38%)
Mutual labels:  craft, craftcms
craftbox
Simple Ubuntu Vagrant box targeted for Craft developers -
Stars: ✭ 28 (-33.33%)
Mutual labels:  craft, craftcms
webmention
Webmention Plugin for Craft CMS
Stars: ✭ 38 (-9.52%)
Mutual labels:  craft, craftcms
visor
🕶 A simple admin overlay to get to the relevant areas of the Craft CMS control panel.
Stars: ✭ 25 (-40.48%)
Mutual labels:  craft, craftcms
tablemaker
A user-definable table field type for Craft CMS
Stars: ✭ 39 (-7.14%)
Mutual labels:  craft, craftcms
craft-entry-instructions
A simple fieldtype to add instructions.
Stars: ✭ 16 (-61.9%)
Mutual labels:  craft, craftcms
craft3-collections
Clean up those complex templates with Laravel Collections
Stars: ✭ 24 (-42.86%)
Mutual labels:  craft, craftcms
padstone
Padstone is a Craft CMS starter kit with a curated configuration, Boilerplate templates, and handpicked plugins.
Stars: ✭ 18 (-57.14%)
Mutual labels:  craft, craftcms
nuxt-seomatic-meta
A module for connecting Nuxt.js to the Craft CMS SEOmatic plugin via GraphQL. Nuxt-o-matic!
Stars: ✭ 28 (-33.33%)
Mutual labels:  craft, craftcms
craft-audit
Audit log for Craft 3
Stars: ✭ 18 (-57.14%)
Mutual labels:  craft, craftcms
craft-bulkedit
Bulk edit any set of elements
Stars: ✭ 22 (-47.62%)
Mutual labels:  craft, craftcms
craft-twig
Craft CMS Package for Atom
Stars: ✭ 17 (-59.52%)
Mutual labels:  craft, craftcms
craft.patrol
Patrol simplifies SSL and maintenance routing for sites built with Craft
Stars: ✭ 90 (+114.29%)
Mutual labels:  craft, craftcms
smartdown.craft-plugin
Bringing the unbridled joy of Markdown Extra and Smartypants to your Craft websites.
Stars: ✭ 26 (-38.1%)
Mutual labels:  craft, craftcms
overflow.craft-plugin
A plain text Craft field type, with a soft or hard character limit.
Stars: ✭ 13 (-69.05%)
Mutual labels:  craft, craftcms
Linkit
Multi-purpose link plugin for Craft CMS
Stars: ✭ 155 (+269.05%)
Mutual labels:  craft, craftcms
Seo
SEO utilities including a unique field type, sitemap & redirect manager
Stars: ✭ 210 (+400%)
Mutual labels:  craft, craftcms
craft-json-snippets
Helps make CraftCMS models in .json
Stars: ✭ 17 (-59.52%)
Mutual labels:  craft, craftcms
craft-cpbodyclasses
Control Panel Body Classes plugin for Craft CMS
Stars: ✭ 24 (-42.86%)
Mutual labels:  craft, craftcms

Plugin icon

Control Panel JS plugin for Craft CMS

Add custom JS to your Control Panel.


Easily insert additional JavaScript into the Craft Control Panel.

After installing the plugin, go to:

  • Settings > Control Panel JS

Your custom JavaScript can be saved in either (or both) of two places:

1) An external file in your public directory...

2) The "Additional JavaScript" field on the settings page...

You can customize your JavaScript in any way you see fit!


File Hashing

To ensure you get the freshest version of your JS, a cache-busting hash is appended to the end of each file reference.

This can be disabled by setting cacheBusting to false in the PHP config file...

// Disable hash-based cache busting
'cacheBusting' => false

See config file for usage instructions.


Anything else?

We've got other plugins too!

Check out the full catalog at plugins.doublesecretagency.com

On behalf of Double Secret Agency, thanks for checking out our plugin! 🍺

Logo for Double Secret Agency

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