acf-code-field icon indicating copy to clipboard operation
acf-code-field copied to clipboard

WordPress ACF Plugin to add a Codemirror powered field

Results 9 acf-code-field issues
Sort by recently updated
recently updated
newest added

I'm trying to insert some HTML, but turns out I need to link to an image using the tag. In this case, I want to ref the template directory. In...

The css for different themes is not being output when the field is rendered inside a gutenberg ACF Block. The wp_enqueue_style is not working properly on line 175 of the...

Hey, Hows you. No updates for a long time? Hope everything fine. I updated *codemirror v5.23.0 to **v5.39.0*** !! Hope pull request will help community to levrage the changes/fixes happens...

hi @ptasker, please remove or change the selector for this css code: ``` .acf-table { table-layout: fixed; } ``` found here: https://github.com/ptasker/acf-code-field/blob/master/css/input.css currently there is a bug with the repeater...

Hello, Love the plugin. I have the following in my ACF field which I am using to display the raw code. ```php

Is there any kind of support for assigning a max-height to the code field? I have a large block of code being pasted in and it's taking up far too...

Thanks for the great plugin! I wonder if it's possible to include support for `rows` parameter the native text area field has that would define the initial height of the...

It would be nice if the code field had a had a border keeping consistent with all other form fields in Wordpress. At the moment it feels more like descriptive...