Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACF field #143

Open
1ucay opened this issue Feb 9, 2023 · 7 comments
Open

ACF field #143

1ucay opened this issue Feb 9, 2023 · 7 comments

Comments

@1ucay
Copy link

1ucay commented Feb 9, 2023

Hello, it would be possible create ACF field? https://www.advancedcustomfields.com/
Thank you

@johngodley
Copy link
Member

Can you explain more about this? I don't know what ACF does or what you want it to do here.

@1ucay
Copy link
Author

1ucay commented Feb 10, 2023

Advanced Custom Fields shows custom FORM fields ( textarea, tinymce wysiwyg, radio, checkbox, file input, gallery with images, etc..) in backend of WordPress. More in video => https://youtu.be/eMCOE9x5mCc?t=260. In video there is select "Field type". There can be new field "Block editor" with your plugin.

You can download free plugin => https://wordpress.org/plugins/advanced-custom-fields/
There is file advanced-custom-fields/includes/fields/class-acf-field-textarea.php

Create new field via separate plugin is very simple:
https://github.com/DocWatson/acf-timezone-picker
https://github.com/Hube2/acf-medium-editor

What do you think?

@1ucay
Copy link
Author

1ucay commented Feb 10, 2023

Problem is, that you can create multiple same fields types on same page. I dont know, if your solution is ready for this. Thank you.

@Spartan9802
Copy link

Hello,
It would be really great to add ACF support, it's a tool enormously used by developers to simplify the work with custom post type of wordpres, I support the addition I will create a branch to try to add it.
Your project is great!
Sincerely

@johngodley
Copy link
Member

I kind of think this is something best suited for ACF itself. I don't generally think this plugin should start supporting other plugins as it makes for a lot of maintenance.

@1ucay
Copy link
Author

1ucay commented Mar 27, 2023

Hi, we have support for block editor via this plugin
https://www.acf-extended.com/changelog

Thank you.

@batonac
Copy link

batonac commented Aug 17, 2023

Here's another vote to have this plugin provide a dedicated ACF field. Supporting other popular plugins is already within the scope of this plugin, as bbPress and BuddyPress are already supported, and ACF field provides even wider use-cases and, based on the limited nature of the solution, a lower maintenance burden.

On the last point, ACF has done well with not breaking backward compatibility, and I've found that plugins that provide custom fields continue to work with the latest version of ACF even if the custom field plugin wasn't updated in years. As such, ACF development is quite stable and not a moving target.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants