Описание
Code field for Advanced Custom Fields. Works with ACF versions 4 (free) and 5 (Pro). Based on the Codemirror javascript plugin.
Plugin requires ACF free or pro to be installed to function.
Установка
- Upload the plugin files to the
/wp-content/plugins/acf-code-field
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- In the ACF custom fields manager, the option for the code field will be under the «Field Type» drop down under «Code Tools»
Часто задаваемые вопросы
- What version fo ACF does this work with?
-
Currently the plugin works with the free (v4) and PRO (v5) versions.
- Does the plugin escape or sanitize any data?
-
It doesn’t. Though Codemirror has several settings to escape data, the plugin doesn’t implement them
Отзывы
Участники и разработчики
«ACF Code Field» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «ACF Code Field» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.8
- Fix up CodeMirror to update correctly with Gutenberg/new Editor 🎉💪
1.7
- Using WP Core’s built-in CodeMirror JavaScript and CSS if > WP 4.9
1.6.4
- Updating tested up to 4.9
1.6.3
- Readme.txt fix for new UI
- CSS fix for flexible content areas
1.6.2
- Loading in all CodeMirror css themes as options for editor colors
- Adding PHP support to the v4 plugin
- Updating codemirror to version 5.23
1.6.1
- Bumping tested up to version
1.6
- Improvement: Adding PHP language editor support
- Improvement: Making height automatically grow to the height of the content
- Bug fix: Hidden panels using the code field need to be clicked on to display contents
1.5
- Bug Fix: Adding support for flexible content fields
- Bug Fix: Correctly adding multiple stylesheets if multiple fields themes are selected on the same page
1.0
- First deploy and commit to wordpress.org repository