app/config/config.yml
changeset 61 9f427e7c88f9
parent 48 72337f843abd
child 64 97ddfdc8bdde
equal deleted inserted replaced
60:c8790bc6417a 61:9f427e7c88f9
    74             accessor: getTitle
    74             accessor: getTitle
    75             weight: 1.0
    75             weight: 1.0
    76         description:
    76         description:
    77             type: text
    77             type: text
    78             weight: 0.5
    78             weight: 0.5
       
    79         categories:
       
    80             type: text
       
    81             accessor: getCategoriesStr
       
    82             weight: 1.5
    79     # reactive_selectors is a list of jQuery selectors meant to let appear tag context search by selecting text.
    83     # reactive_selectors is a list of jQuery selectors meant to let appear tag context search by selecting text.
    80     # Example of list : [ '.any_class', '#any_div .p_class', '#another_selector' ]. Write [ 'document' ] if you want the whole document/page to be reactive.
    84     # Example of list : [ '.any_class', '#any_div .p_class', '#another_selector' ]. Write [ 'document' ] if you want the whole document/page to be reactive.
    81     # Do not define reactive_selectors if you want nothing to be reactive.
    85     # Do not define reactive_selectors if you want nothing to be reactive.
    82     reactive_selectors:
    86     reactive_selectors:
    83         all:      [ '.left_sheet', '#p_title .sheet_title', '#p_description' ]
    87         all:      [ '.left_sheet', '#p_title .sheet_title', '#p_description' ]