0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 05:02:57 +01:00

chore: fix some comments

Signed-off-by: divdeploy <chenguangxue@outlook.com>
This commit is contained in:
divdeploy 2024-04-06 01:32:39 +08:00 committed by LB (Ben Johnston)
parent 57d23ad38d
commit 91cd6cffc2
3 changed files with 3 additions and 2 deletions

View File

@ -809,6 +809,7 @@
* Georgios Roumeliotis
* David Buxton
* Abdelrahman Hamada
* Divdeploy
## Translators

View File

@ -1,7 +1,7 @@
/**
* All tabs and tab content must be nested in an element with the data-tab attribute
* All tab buttons need the role="tab" attr and an href with the tab content ID
* Tab contents need to have the role="tabpanel" attribute and and ID attribute that matches the href of the tab link.
* Tab contents need to have the role="tabpanel" attribute and ID attribute that matches the href of the tab link.
* Tab buttons should also be wrapped in an element with the role="tablist" attribute
* Use the attribute data-tab-trigger on an Anchor link and set the href to the #ID of the tab you would like to trigger
*/

View File

@ -51,7 +51,7 @@
// When enabled, forces users to create new tags through autocomplete
autocompleteOnly: false,
// When enabled, quotes are unneccesary for inputting multi-word tags.
// When enabled, quotes are unnecessary for inputting multi-word tags.
allowSpaces: false,
// The below options are for using a single field instead of several