kopia lustrzana https://github.com/wagtail/wagtail
chore: fix some comments
Signed-off-by: divdeploy <chenguangxue@outlook.com>pull/11740/head
rodzic
57d23ad38d
commit
91cd6cffc2
|
@ -809,6 +809,7 @@
|
||||||
* Georgios Roumeliotis
|
* Georgios Roumeliotis
|
||||||
* David Buxton
|
* David Buxton
|
||||||
* Abdelrahman Hamada
|
* Abdelrahman Hamada
|
||||||
|
* Divdeploy
|
||||||
|
|
||||||
## Translators
|
## Translators
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* All tabs and tab content must be nested in an element with the data-tab attribute
|
* 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
|
* 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
|
* 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
|
* 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
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
// When enabled, forces users to create new tags through autocomplete
|
// When enabled, forces users to create new tags through autocomplete
|
||||||
autocompleteOnly: false,
|
autocompleteOnly: false,
|
||||||
|
|
||||||
// When enabled, quotes are unneccesary for inputting multi-word tags.
|
// When enabled, quotes are unnecessary for inputting multi-word tags.
|
||||||
allowSpaces: false,
|
allowSpaces: false,
|
||||||
|
|
||||||
// The below options are for using a single field instead of several
|
// The below options are for using a single field instead of several
|
||||||
|
|
Ładowanie…
Reference in New Issue