Skip to content

DougThwaites/CraftRedactorFontSize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redactor Font Size

Craft 2.5+

  1. Download the ZIP file and extract
  2. Move the 'redactorfontsize' to your 'craft/pugins/' directory
  3. Update your redactor config in 'craft/config/redactor/

Check your redactor field in Craft to see which config file it uses it will usually be either Custom.json, Simple.json or Standard.json

Add 'fontsize' to the plugins array:

{
	"buttons": [
		"formatting",
		"bold",
		"italic",
		"unorderedlist",
		"orderedlist",
		"link",
		"image"
	],
	"plugins":[
		"fontsize",
		"fullscreen",
		"source",
		"table",
		"video",
	],
	"toolbarFixed": true,
	"imageResizable": true,
	"imagePosition": true
}

Boom, you're done ;)

Any questions, bugs or feedback hit me up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published