Changeset 36068


Ignore:
Timestamp:
2022-02-22T12:47:31+13:00 (2 years ago)
Author:
kjdon
Message:

favourite and document baskets now enabled as servlet params

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/WEB-INF/servlets.xml

    r36030 r36068  
    2323        <param-value>en</param-value>
    2424    </init-param>
     25        <init-param>
     26          <!-- Does this servlet provide a favourites option? true/false-->
     27          <param-name>favouritebasket</param-name>
     28          <param-value>true</param-value>
     29        </init-param>
     30        <init-param>
     31          <!-- Does this servlet provide a documentbasket option? true/false.
     32Note, this currently doesn't work properly -->
     33          <param-name>documentbasket</param-name>
     34          <param-value>false</param-value>
     35        </init-param>
    2536
    2637    <!--
     
    4152    </init-param>   
    4253    -->
    43     <!--
     54    <!-- For Google Authenticated Signin, need to specify the client-id (*not* the secret one)
    4455    <init-param>
    4556          <param-name>googlesignin_client_id</param-name>
     
    118129        <param-value>GS2Params</param-value>
    119130    </init-param>
    120 </servlet-->
     131</servlet>-->
    121132
    122133<!--<servlet>
Note: See TracChangeset for help on using the changeset viewer.