Plugin Directory

Changeset 1400899


Ignore:
Timestamp:
04/21/2016 02:48:42 AM (10 years ago)
Author:
joshlimecuda
Message:

deleting unneeded files from refactor

Location:
genesis-shortcode-generator/tags/2.0.0
Files:
4 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • genesis-shortcode-generator/tags/2.0.0/admin/assets/js/admin.js

    r1341946 r1400899  
    6060                            onclick: function() {
    6161                                editor.insertContent('[post_terms sep=" | " taxonomy=""]');
     62                            }
     63                        }
     64                    ]
     65                },
     66                {
     67                    text: 'Genesis Widgets',
     68                    menu: [
     69                        {
     70                            text: 'Featured Page',
     71                            onclick: function() {
     72                                editor.insertContent('[genesis_featured_page page_id=""]');
     73                            }
     74                        },
     75                        {
     76                            text: 'Featured Post',
     77                            onclick: function() {
     78                                editor.insertContent('[genesis_featured_post posts_cat=""]');
     79                            }
     80                        },
     81                        {
     82                            text: 'User Profile',
     83                            onclick: function() {
     84                                editor.insertContent('[genesis_user_profile user=""]');
    6285                            }
    6386                        }
Note: See TracChangeset for help on using the changeset viewer.