Skip to content

Update README.md #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ Line 368: \Drupal::messenger()->addMessage($this->t('Your message has been sent.
storage.info.yml: Add core_version_requirement: ^8 || ^9
``


```
For PHP 8: same file, at/nearline 361: implode($facets,",") . becomes implode(",",$facets) .

```


### Note about the info circle (facets/questions to filter results):
- When editing a facet, if you cannot see a description box to insert the info you'd like to pop-up, go to Home >> Administration >> Structure >> Taxonomy >> Edit Facets >> Facets >> Manage form display, and then drag "Description" from "Disabled" to "Field". Click "Save" and you are now all set.