Closed shadcn closed 4 years ago
I just went through this, there's a few more steps I needed to take:
Changes to the apidoc content type:
Docs for updating the Home landing page links are provided here https://github.com/apigee/apigee-api-catalog-drupal/issues/106#issuecomment-696242978. Docs for updating the view's exposed filter are provided by arshad here https://github.com/apigee/apigee-devportal-kickstart-drupal/pull/390#pullrequestreview-447845910. Added steps for the exposed filter if you lost the checkboxes styling:
The field names is important to allow the theme to recognize those fields and render the cards properly.
With all those steps my API Catalog is looking good again. @jbennett13 I didn't see this documented anywhere else, sorry if I missed it.
@kscheirer Thanks for the notes. I implemented two hooks to do the above. See https://github.com/apigee/apigee-devportal-kickstart-drupal/pull/426
Related:
363 and #390