Meta Boxes
Alchemy Options fields can be used in Meta Boxes. Please take a look at the following configuration example.
Params
Name
Type
Description
id
string
Unique ID (required)
title
string
Shows a heading on the meta box (required)
post-types
array
A list of post types where this meta box should appear (required)
meta
array
A list of meta options. Should have the options
array containing regular options signatures (required)
Last updated