Update README.md

Fixing #1619
This commit is contained in:
Hugo Bernier 2020-11-29 00:28:02 -05:00 committed by GitHub
parent 902e9ebeb4
commit 4fe643b125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
- Adds a collapsible accordion section to an Office 365 SharePoint page or Teams Tab.
- Ideal for displaying FAQs.
- When adding the web part, you'll be prompted to select a list from a property panel dropdown (target list must be created with FAQ type Question and Answer.).
- The web part expects a choice type that will be used as Category.
- The web part expects a column called **Category** of type choice that will be used as the category.
- The web part will automatically load all the properties in two dropdowns. One for Accordion Title and One for Accordion Content that must be html type.
- This will generate an accordion with one section for each item in the list.
- Modifications/deletions/additions to the list items in the target list of an added web part are automatically reflected on the page.
@ -23,8 +23,8 @@
- When creating the columns, select "Multiple lines of text". Rich text is now supported within the Content column.
![Create list for use with the Accordion](./assets/FAQsList.png)
![FAQ list Template for use with the Accordion](./assets/FAQsList.stp)
![FAQ Site Script use with the Accordion](./assets/FAQsList.json)
[FAQ list Template for use with the Accordion](./assets/FAQsList.stp)
[FAQ Site Script use with the Accordion](./assets/FAQsList.json)
**2) Add the Dynamic Accordion Section web part to your page & select your list, category, title and content columns. Click Apply and Publish:**