CKEditor
Version 1.0.b added 1 year ago by semiaddict
HOW TO INSTALL: To install this package, copy the following code and paste it into your Pods >> Package Manager under the Import tab and follow instructions there.
1.0.b Notes
About this Package
Instructions:
- Install and activate "Dean’s FCKEditor for WordPress" plugin (http://www.deanlee.cn/wordpress/fckeditor-for-wordpress-plugin/)
- Import package
- Create the sub-directory "ckeditor_configs" in "wp-content". This is where you'll be able to add config and styles files.
- Create a field of type "code" and assign this helper to it
Note:
The helper will try to find a config file in the "ckeditor_configs" directory with the following patterns: (datatype).(fieldname).configs.js , (datatype).configs.js , default.configs.js
Same applies for the styles file: (datatype).(fieldname).styles.js , (datatype).styles.js , default.styles.js
- Install and activate "Dean’s FCKEditor for WordPress" plugin (http://www.deanlee.cn/wordpress/fckeditor-for-wordpress-plugin/)
- Import package
- Create the sub-directory "ckeditor_configs" in "wp-content". This is where you'll be able to add config and styles files.
- Create a field of type "code" and assign this helper to it
Note:
The helper will try to find a config file in the "ckeditor_configs" directory with the following patterns: (datatype).(fieldname).configs.js , (datatype).configs.js , default.configs.js
Same applies for the styles file: (datatype).(fieldname).styles.js , (datatype).styles.js , default.styles.js
