You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2014/11/20 11:49:33 UTC

[jira] [Created] (ISIS-956) Allow fa-icons to be specified using pattern matching on member names.

Dan Haywood created ISIS-956:
--------------------------------

             Summary: Allow fa-icons to be specified using pattern matching on member names.
                 Key: ISIS-956
                 URL: https://issues.apache.org/jira/browse/ISIS-956
             Project: Isis
          Issue Type: New Feature
          Components: Core
    Affects Versions: core-1.7.0
            Reporter: Dan Haywood
            Assignee: Dan Haywood
            Priority: Minor
             Fix For: core-1.8.0


eg to be able to add the following into isis.properties:
{code}
isis.reflector.facet.cssClassFa.patterns=\
                        create.*:fa-plus,\
                        update.*:fa-edit,\
                        add.*:fa-plus-square,\
                        remove.*:fa-minus-square,\
                        move.*:fa-exchange,\
                        first.*:fa-star,\
                        find.*:fa-search,\
                        clear.*:fa-remove,\
                        previous.*:fa-step-backward,\
                        next.*:fa-step-forward,\
                        list.*:fa-list
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)