Skip to content

Commit faca982

Browse files
Merge pull request #2132 from pie-framework/fix/PD-4065
fix(inline-dropdown): add configs for toolbar inside inline-dropdown PD-4065
2 parents 49f1ce4 + 6c87af5 commit faca982

101 files changed

Lines changed: 67329 additions & 7999 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/categorize/docs/config-schema.json

Lines changed: 1634 additions & 347 deletions
Large diffs are not rendered by default.

packages/categorize/docs/config-schema.json.md

Lines changed: 952 additions & 16 deletions
Large diffs are not rendered by default.

packages/categorize/docs/pie-schema.json

Lines changed: 429 additions & 0 deletions
Large diffs are not rendered by default.

packages/categorize/docs/pie-schema.json.md

Lines changed: 312 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,110 @@ Properties of the `h3` object:
288288

289289
Indicates if the plugin is disabled or not
290290

291+
### `languageCharacters` (object)
292+
293+
Properties of the `languageCharacters` object:
294+
295+
#### `disabled` (boolean)
296+
297+
Indicates if the plugin is disabled or not
298+
299+
### `bold` (object)
300+
301+
Properties of the `bold` object:
302+
303+
#### `disabled` (boolean)
304+
305+
Indicates if the plugin is disabled or not
306+
307+
### `html` (object)
308+
309+
Properties of the `html` object:
310+
311+
#### `disabled` (boolean)
312+
313+
Indicates if the plugin is disabled or not
314+
315+
### `italic` (object)
316+
317+
Properties of the `italic` object:
318+
319+
#### `disabled` (boolean)
320+
321+
Indicates if the plugin is disabled or not
322+
323+
### `ol_list` (object)
324+
325+
Properties of the `ol_list` object:
326+
327+
#### `disabled` (boolean)
328+
329+
Indicates if the plugin is disabled or not
330+
331+
### `redo` (object)
332+
333+
Properties of the `redo` object:
334+
335+
#### `disabled` (boolean)
336+
337+
Indicates if the plugin is disabled or not
338+
339+
### `strikethrough` (object)
340+
341+
Properties of the `strikethrough` object:
342+
343+
#### `disabled` (boolean)
344+
345+
Indicates if the plugin is disabled or not
346+
347+
### `sub` (object)
348+
349+
Properties of the `sub` object:
350+
351+
#### `disabled` (boolean)
352+
353+
Indicates if the plugin is disabled or not
354+
355+
### `sup` (object)
356+
357+
Properties of the `sup` object:
358+
359+
#### `disabled` (boolean)
360+
361+
Indicates if the plugin is disabled or not
362+
363+
### `table` (object)
364+
365+
Properties of the `table` object:
366+
367+
#### `disabled` (boolean)
368+
369+
Indicates if the plugin is disabled or not
370+
371+
### `ul_list` (object)
372+
373+
Properties of the `ul_list` object:
374+
375+
#### `disabled` (boolean)
376+
377+
Indicates if the plugin is disabled or not
378+
379+
### `underline` (object)
380+
381+
Properties of the `underline` object:
382+
383+
#### `disabled` (boolean)
384+
385+
Indicates if the plugin is disabled or not
386+
387+
### `undo` (object)
388+
389+
Properties of the `undo` object:
390+
391+
#### `disabled` (boolean)
392+
393+
Indicates if the plugin is disabled or not
394+
291395
## `EditableHtmlButtonConfigure` (object)
292396

293397
Properties of the `EditableHtmlButtonConfigure` object:
@@ -416,6 +520,110 @@ Properties of the `h3` object:
416520

417521
Indicates if the plugin is disabled or not
418522

523+
#### `languageCharacters` (object)
524+
525+
Properties of the `languageCharacters` object:
526+
527+
##### `disabled` (boolean)
528+
529+
Indicates if the plugin is disabled or not
530+
531+
#### `bold` (object)
532+
533+
Properties of the `bold` object:
534+
535+
##### `disabled` (boolean)
536+
537+
Indicates if the plugin is disabled or not
538+
539+
#### `html` (object)
540+
541+
Properties of the `html` object:
542+
543+
##### `disabled` (boolean)
544+
545+
Indicates if the plugin is disabled or not
546+
547+
#### `italic` (object)
548+
549+
Properties of the `italic` object:
550+
551+
##### `disabled` (boolean)
552+
553+
Indicates if the plugin is disabled or not
554+
555+
#### `ol_list` (object)
556+
557+
Properties of the `ol_list` object:
558+
559+
##### `disabled` (boolean)
560+
561+
Indicates if the plugin is disabled or not
562+
563+
#### `redo` (object)
564+
565+
Properties of the `redo` object:
566+
567+
##### `disabled` (boolean)
568+
569+
Indicates if the plugin is disabled or not
570+
571+
#### `strikethrough` (object)
572+
573+
Properties of the `strikethrough` object:
574+
575+
##### `disabled` (boolean)
576+
577+
Indicates if the plugin is disabled or not
578+
579+
#### `sub` (object)
580+
581+
Properties of the `sub` object:
582+
583+
##### `disabled` (boolean)
584+
585+
Indicates if the plugin is disabled or not
586+
587+
#### `sup` (object)
588+
589+
Properties of the `sup` object:
590+
591+
##### `disabled` (boolean)
592+
593+
Indicates if the plugin is disabled or not
594+
595+
#### `table` (object)
596+
597+
Properties of the `table` object:
598+
599+
##### `disabled` (boolean)
600+
601+
Indicates if the plugin is disabled or not
602+
603+
#### `ul_list` (object)
604+
605+
Properties of the `ul_list` object:
606+
607+
##### `disabled` (boolean)
608+
609+
Indicates if the plugin is disabled or not
610+
611+
#### `underline` (object)
612+
613+
Properties of the `underline` object:
614+
615+
##### `disabled` (boolean)
616+
617+
Indicates if the plugin is disabled or not
618+
619+
#### `undo` (object)
620+
621+
Properties of the `undo` object:
622+
623+
##### `disabled` (boolean)
624+
625+
Indicates if the plugin is disabled or not
626+
419627
### `required` (boolean)
420628

421629
Indicates if the item is required and the value cannot be empty
@@ -513,6 +721,110 @@ Properties of the `h3` object:
513721

514722
Indicates if the plugin is disabled or not
515723

724+
#### `languageCharacters` (object)
725+
726+
Properties of the `languageCharacters` object:
727+
728+
##### `disabled` (boolean)
729+
730+
Indicates if the plugin is disabled or not
731+
732+
#### `bold` (object)
733+
734+
Properties of the `bold` object:
735+
736+
##### `disabled` (boolean)
737+
738+
Indicates if the plugin is disabled or not
739+
740+
#### `html` (object)
741+
742+
Properties of the `html` object:
743+
744+
##### `disabled` (boolean)
745+
746+
Indicates if the plugin is disabled or not
747+
748+
#### `italic` (object)
749+
750+
Properties of the `italic` object:
751+
752+
##### `disabled` (boolean)
753+
754+
Indicates if the plugin is disabled or not
755+
756+
#### `ol_list` (object)
757+
758+
Properties of the `ol_list` object:
759+
760+
##### `disabled` (boolean)
761+
762+
Indicates if the plugin is disabled or not
763+
764+
#### `redo` (object)
765+
766+
Properties of the `redo` object:
767+
768+
##### `disabled` (boolean)
769+
770+
Indicates if the plugin is disabled or not
771+
772+
#### `strikethrough` (object)
773+
774+
Properties of the `strikethrough` object:
775+
776+
##### `disabled` (boolean)
777+
778+
Indicates if the plugin is disabled or not
779+
780+
#### `sub` (object)
781+
782+
Properties of the `sub` object:
783+
784+
##### `disabled` (boolean)
785+
786+
Indicates if the plugin is disabled or not
787+
788+
#### `sup` (object)
789+
790+
Properties of the `sup` object:
791+
792+
##### `disabled` (boolean)
793+
794+
Indicates if the plugin is disabled or not
795+
796+
#### `table` (object)
797+
798+
Properties of the `table` object:
799+
800+
##### `disabled` (boolean)
801+
802+
Indicates if the plugin is disabled or not
803+
804+
#### `ul_list` (object)
805+
806+
Properties of the `ul_list` object:
807+
808+
##### `disabled` (boolean)
809+
810+
Indicates if the plugin is disabled or not
811+
812+
#### `underline` (object)
813+
814+
Properties of the `underline` object:
815+
816+
##### `disabled` (boolean)
817+
818+
Indicates if the plugin is disabled or not
819+
820+
#### `undo` (object)
821+
822+
Properties of the `undo` object:
823+
824+
##### `disabled` (boolean)
825+
826+
Indicates if the plugin is disabled or not
827+
516828
### `settings` (boolean)
517829

518830
Indicates if the item has to be displayed in the Settings Panel

0 commit comments

Comments
 (0)