Skip to content
Snippets Groups Projects
Commit ae847977 authored by Mike Lynch's avatar Mike Lynch
Browse files

Starting off a branch for the RO Successful Grants Library

parent 13abdc6f
Branches
No related merge requests found
{
"repo": "http://localhost:8080/repo/",
"core": "repo",
"api": "/solr/public_ocfl",
"repo": "http://localhost:8080/grants/",
"core": "grants",
"api": "/solr/grants",
"dev": {
"proxy": {
"/solr/public_ocfl": {
"target": "http://localhost:8080",
"/solr": {
"target": "http://localhost:8080/",
"secure": false
}
}
......
......@@ -44,11 +44,15 @@ let state = {
]
},
facets: [
'Dataset_author_facetmulti'
'Dataset_author_facet',
'Dataset_keywords_facetmulti',
'Dataset_FOR_facetmulti'
],
facetsDisplay: [
//{name: 'Dataset_author_facetmulti', displayText: 'Top Authors'},
//{name: 'Keywords', displayText: 'Top Keywords'}
{name: 'Dataset_author_facet', displayText: 'Authors'},
{name: 'Dateset_keywords_facetmulti', displayText: 'Keywords'},
{name: 'Dateset_FOR_facetmulti', displayText: 'FORs'}
],
facetData: [],
facetLimit: 5,
......
......@@ -26,6 +26,7 @@ module.exports = {
devServer: {
contentBase: path.join(__dirname, 'dist'),
port: 9000,
clientLogLevel: 'debug',
headers: {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Headers': '*',
......@@ -79,4 +80,4 @@ module.exports = {
}
]
}
};
\ No newline at end of file
};
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment