最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

theme development - gutenberg add classes to list items

programmeradmin3浏览0评论

how can I add a class to li elements when creating block templates? I get to here:

array( 'core/list', array( 
            'className' =>  'list-unstyled h5',
            'li'        =>  array(
                               'className'  =>  'list-inline-style'
                            )
) ),

which adds the classes to the <ul> but how do I add classes to the <li> element? Or something like that?

发布评论

评论列表(0)

  1. 暂无评论