> For the complete documentation index, see [llms.txt](https://docs.gutenbricks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gutenbricks.com/resources/third-party-integrations/acf-meta-box-integration.md).

# ACF / Meta Box integration

Both ACF and Meta Box are developed and supported as a twin. There might be plugin-specific functions and fields in the future, then we will create separate content for them.

{% hint style="warning" %}
For CSS variables\
&#x20;When using ACF/Meta Box variables as CSS variables, please set the values with var() because var({acf\_some\_value}) format is not working properly at the moment. v1.0.0&#x20;
{% endhint %}

## Supported Fields for Inline Editing (v1.0.0-RC.3)

These fields are the ones that appear on the right panel of the Gutenberg editor and allow you to control the blocks.

| Field Name            | Supported?                                                                           |
| --------------------- | ------------------------------------------------------------------------------------ |
| Text                  | <mark style="color:blue;">**Yes**</mark>                                             |
| Text Area             | [<mark style="color:blue;">**Yes**</mark>](#user-content-fn-1)[^1]                   |
| Range                 | [<mark style="color:blue;">**Yes**</mark>](#user-content-fn-1)[^1]                   |
| Image                 | <mark style="color:blue;">**Suported with possible limitations**</mark>              |
| Select                | [<mark style="color:blue;">**Yes**</mark>](#user-content-fn-1)[^1]                   |
| Checbox List          | [<mark style="color:blue;">**Yes**</mark>](#user-content-fn-1)[^1]                   |
| Checkbox (True False) | [<mark style="color:blue;">**Yes**</mark>](#user-content-fn-1)[^1]                   |
| Radio                 | [<mark style="color:blue;">**Yes**</mark>](#user-content-fn-1)[^1]                   |
| Time Picker           | [<mark style="color:blue;">**Yes**</mark>](#user-content-fn-1)[^1]                   |
| Date Picker           | [<mark style="color:blue;">**Yes**</mark>](#user-content-fn-1)[^1]                   |
| Date Time Picker      | [<mark style="color:blue;">**Yes**</mark>](#user-content-fn-1)[^1]                   |
| Color                 | [<mark style="color:blue;">**Yes**</mark>](#user-content-fn-1)[^1]                   |
| Email                 | [<mark style="color:blue;">**Yes**</mark>](#user-content-fn-1)[^1]                   |
| Url                   | [<mark style="color:blue;">**Yes**</mark>](#user-content-fn-1)[^1]                   |
| Password              | <mark style="color:orange;">**Will not support due to security implications**</mark> |

[^1]:


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.gutenbricks.com/resources/third-party-integrations/acf-meta-box-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
