dkan
dkan copied to clipboard
Dkan Documentation and howto create a demo website (no React Frontend)
Hi, i have managed to install a local version of Dkan 2 with composer (not with docker). I have access to drush dkan tools cli and i can generate a dataset successfully via POST man demo datasets (like proposed here: https://demo.getdkan.org/modules/contrib/dkan/docs/tut_dataset.html).
What i do not get though :) is how (if i can) to have dkan2 as an open data catalog portal without using the react frontend (component).
Can you please advice ?
How do i show the data from a csv file dataset with a default drupal 8 theme?
From my search in the admin section of the drupal 8 website admin interface i cant find the "form display entity" option.
Is there somewhere documentation about it ?
There is a content type data and various data types of it.
Is there a theming documentation about this? Can i use other drupal contrib modules for displaying the datasets? Thank you.