Plugin Directory

Changeset 1727686


Ignore:
Timestamp:
09/10/2017 03:56:10 PM (9 years ago)
Author:
softmixt
Message:

add "li" opion in Item Container Element

File:
1 edited

Legend:

Unmodified
Added
Removed
  • softmixt-relations/trunk/admin/assets/tinymce/plugins/sftrelations/plugin.js

    r1727679 r1727686  
    4242                                                        { text : 'Div' , value : 'div' } ,
    4343                                                        { text : 'Ul' , value : 'ul' } ,
     44                                                        { text : 'Ul' , value : 'ul' } ,
    4445                                                        { text : 'Section' , value : 'section' } ,
    4546                                                        { text : 'Article' , value : 'article' }
     
    6364                                                        { text : 'Div' , value : 'div' } ,
    6465                                                        { text : 'Span' , value : 'span' } ,
     66                                                        { text : 'Li' , value : 'li' } ,
    6567                                                        { text : 'Section' , value : 'section' } ,
    6668                                                        { text : 'Article' , value : 'article' } ,
Note: See TracChangeset for help on using the changeset viewer.