Skip to content

lxbdr/wp-page-builder-fields

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Abstraction for setting up fields used in components, e.g. Enfold theme page builder.

Idea

Abstract away the field definition to a shared system so components can be used across different page builders. (ACF, Gutenberg, Enfold, Elementor, ...)

Avia Default Fields

  • heading
  • tab_container
  • tab_container_close
  • tab
  • tab_close
  • toggle_container
  • toggle_container_close
  • toggle
  • toggle_close
  • icon_switcher_container?
  • icon_switcher_container_close?
  • icon_switcher_close?
  • hr
  • action_button?
  • tiny_mce
  • input (text)
  • input_number
  • multi_input
  • hidden
  • checkbox
  • textarea
  • iconfont
  • colorpicker
  • datepicker
  • linkpicker
  • image
  • gallery
  • video
  • audio_player
  • multi_image
  • select_hierachical_post_types?
  • select_hierarchical_taxonomy?
  • timezone_choice?
  • gmap_address?
  • radio
  • mailchimp_list?
  • table
  • table_row
  • linking_options

ACF fields

  • Range
  • Text
  • Text area
  • Button group
  • Checkbox
  • Radio button
  • Select
  • True/False
  • File
  • Gallery
  • Image
  • oEmbed
  • Wysiwyg editor
  • Color picker
  • Date picker
  • Date time picker
  • Google Map
  • Time picker
  • Accordion
  • Clone
  • Flexible Content
  • Group
  • Repeater
  • Tab
  • Link
  • Page link
  • Post object
  • Relationship
  • Taxonomy

About

Abstraction of field definitions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages