Skip to content

Commit

Permalink
Remove mention of deprecated themes in the frontend module (#3933)
Browse files Browse the repository at this point in the history
  • Loading branch information
janette authored Apr 14, 2023
1 parent 39dead7 commit 0aadbd0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"dkan-frontend": {
"type": "vcs",
"url": "https://github.com/GetDKAN/data-catalog-app",
"ref": "1.1.0"
"ref": "1.3.0"
},
"installer-types": [
"bower-asset",
Expand Down
1 change: 0 additions & 1 deletion modules/dkan_js_frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ This is a React app that will use the [Data Catalog Components](https://github.c
## Tips
If you are setting the JS frontend as the main frontend for your site, like on the demo DKAN site, you will want to do the following:

* Turn off Bartik and enable Stark as your frontend theme. This will remove any issues of the Bartik CSS mixing with the JS frontend CSS.
* Set the `404` and `home` paths for the site to `/home`. This will make it so whenever Drupal returns a page not found it will load the JS frontend and visiting the root url the JS site will be loaded instead of a default Drupal node.

0 comments on commit 0aadbd0

Please sign in to comment.