You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
I am trying to edit the DKan front-end using the admin setting like in drupal but i do not see the tabs.
Image is below.
This is the demo front-end using DKan Tools to implement. Does the dktl install --demo allow for the admin tabs to appear or is there something else i must do?
The text was updated successfully, but these errors were encountered:
This repo replaces the entire frontend, except for admin pages, with a React app so the only way to change the frontend code is updating and rebuilding the code in your dkan repo src/frontend. To access any admin settings once the site is running, you would need to go to /admin and log in.
To add the tabs back for logged in users, a new component would need to be built that could access user session data from Drupal and toggle the tabs on and off.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I am trying to edit the DKan front-end using the admin setting like in drupal but i do not see the tabs.
Image is below.
This is the demo front-end using DKan Tools to implement. Does the dktl install --demo allow for the admin tabs to appear or is there something else i must do?
The text was updated successfully, but these errors were encountered: