This repository has been archived by the owner on Nov 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Supported fields
Jesper Bjerke edited this page Nov 8, 2015
·
5 revisions
post_content
post_title
post_thumbnail
- Text
meta_text
- Text Area
meta_textarea
- Number
meta_number
- Email
meta_email
- Url
meta_url
- Wysiwyg Editor
meta_wysiwyg
- Image
meta_image
- Select (dropdown)
meta_select
All ACF fields should be working but fields not listed below will bring up a settings modal with related editing UI. Upon save, the editor element will be refreshed and inserted in its entirety, which means rendering depending on javascript will have to be run again (see action hook
acf_refresh_contents
).
- Text
- Text Area
- Number
- Url
- Password
- Wysiwyg Editor
- oEmbed
- Image
- File
- Select
- Radio
- SKU
woo_sku
- Price
woo_price
- Sale Price
woo_sale_price
- Scheduling
- Short Description
woo_short_description
- Inventory (through settings modal)
- Stock Quantitiy (if manage stock is enabled)
- Stock Status
- Catalog visibility (through settings modal)
- Featured product (through settings modal)
Are you making an extension or is your theme configured to support Fronted? Post an issue and I'll add it here!