You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have an issue when creating a new custom field group. I'm using ACF PRO 5.9.5 and WordPress 5.7.
When adding the install to my theme I cannot add the Block in ACF (Show this field group if 'Block' is equal to ... )
I used the install (composer require "palmiak/timber-acf-wp-blocks") when I'm in the 'dist' folder.
Am I doing something wrong?
My theme structure:
dist:
composer.json
vendor
composer
palmiak
wp-content
plugins
timber
themes
cec-theme
views
blocks
testimonial.twig
-- Testimonial.twig code --
{#
Title: Testimonial
Description: Customer testimonial
Category: formatting
Icon: admin-comments
Keywords: testimonial quote "customer testimonial"
Mode: edit
Align: left
PostTypes: page post
SupportsAlign: left right
SupportsMode: false
SupportsMultiple: false
#}
Hi, I have an issue when creating a new custom field group. I'm using ACF PRO 5.9.5 and WordPress 5.7.
When adding the install to my theme I cannot add the Block in ACF (Show this field group if 'Block' is equal to ... )
I used the install (composer require "palmiak/timber-acf-wp-blocks") when I'm in the 'dist' folder.
Am I doing something wrong?
My theme structure:
dist:
-- Testimonial.twig code --
<style type="text/css"> [data-{{ block.id }}] { background: {{ fields.background_color }}; color: {{ fields.text_color }}; } </style>{#
Title: Testimonial
Description: Customer testimonial
Category: formatting
Icon: admin-comments
Keywords: testimonial quote "customer testimonial"
Mode: edit
Align: left
PostTypes: page post
SupportsAlign: left right
SupportsMode: false
SupportsMultiple: false
#}
The text was updated successfully, but these errors were encountered: