Plugin Directory

Changeset 1734180


Ignore:
Timestamp:
09/22/2017 09:49:19 AM (9 years ago)
Author:
themespond
Message:

Update readme.txt

Location:
tp-framework
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tp-framework/tags/1.0.3/readme.txt

    r1734156 r1734180  
    2020**TP Toolkit** provides for theme developers basic fields like Taxonomy, Metabox, Customizer, Menu Meta, Widget Fields, as well as other advanced fields.     
    2121
     22**Field types**:   
     23
     241. textfield
     252. checkbox & checkbox multiple
     263. radio & radio multiple
     274. select & select multiple
     285. textarea
     296. image_picker
     307. image_select (Image radios)
     318. icon_picker
     329. link
     3310. datetime
     3411. map
     3512. autocomplete
     3613. repeater
     3714. typography
     38
    2239Detailed document for toolkit is comming soon but you can require tp-framework/sample/sample.php file in plugin to see the demo.
     40
     41
    2342
    2443== Installation ==
     
    3150
    3251== Frequently Asked Questions ==
     52
     53= What are differences between TP Framework and other plugins, like Kirki Toolkit, Redux Framework or CMB2 WordPress plugin? =
     54
     55Both Kirri and Redux don't support field building in Taxonomy, Metabox, Widget or Menu item meta, so you have to use alternative ones to do this.
     56About CMB2, it doesn't offer field building in Customizer. While all of them can be done in only one plugin like TP Framework.
    3357
    3458= Does this plugin change the default WordPress API? =
  • tp-framework/trunk/readme.txt

    r1734156 r1734180  
    2020**TP Toolkit** provides for theme developers basic fields like Taxonomy, Metabox, Customizer, Menu Meta, Widget Fields, as well as other advanced fields.     
    2121
     22**Field types**:   
     23
     241. textfield
     252. checkbox & checkbox multiple
     263. radio & radio multiple
     274. select & select multiple
     285. textarea
     296. image_picker
     307. image_select (Image radios)
     318. icon_picker
     329. link
     3310. datetime
     3411. map
     3512. autocomplete
     3613. repeater
     3714. typography
     38
    2239Detailed document for toolkit is comming soon but you can require tp-framework/sample/sample.php file in plugin to see the demo.
     40
     41
    2342
    2443== Installation ==
     
    3150
    3251== Frequently Asked Questions ==
     52
     53= What are differences between TP Framework and other plugins, like Kirki Toolkit, Redux Framework or CMB2 WordPress plugin? =
     54
     55Both Kirri and Redux don't support field building in Taxonomy, Metabox, Widget or Menu item meta, so you have to use alternative ones to do this.
     56About CMB2, it doesn't offer field building in Customizer. While all of them can be done in only one plugin like TP Framework.
    3357
    3458= Does this plugin change the default WordPress API? =
Note: See TracChangeset for help on using the changeset viewer.