@pie-element/categorize 8.24.3-next.8 → 8.24.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/configure/CHANGELOG.md +11 -0
- package/configure/package.json +2 -2
- package/controller/CHANGELOG.md +11 -0
- package/controller/package.json +2 -2
- package/docs/config-schema.json +1634 -347
- package/docs/config-schema.json.md +952 -16
- package/docs/pie-schema.json +429 -0
- package/docs/pie-schema.json.md +312 -0
- package/package.json +3 -3
package/docs/pie-schema.json
CHANGED
|
@@ -556,6 +556,149 @@
|
|
|
556
556
|
"title": "disabled"
|
|
557
557
|
}
|
|
558
558
|
}
|
|
559
|
+
},
|
|
560
|
+
"languageCharacters": {
|
|
561
|
+
"title": "EditableHtmlButtonConfigure",
|
|
562
|
+
"type": "object",
|
|
563
|
+
"properties": {
|
|
564
|
+
"disabled": {
|
|
565
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
566
|
+
"type": "boolean",
|
|
567
|
+
"title": "disabled"
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
},
|
|
571
|
+
"bold": {
|
|
572
|
+
"title": "EditableHtmlButtonConfigure",
|
|
573
|
+
"type": "object",
|
|
574
|
+
"properties": {
|
|
575
|
+
"disabled": {
|
|
576
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
577
|
+
"type": "boolean",
|
|
578
|
+
"title": "disabled"
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
},
|
|
582
|
+
"html": {
|
|
583
|
+
"title": "EditableHtmlButtonConfigure",
|
|
584
|
+
"type": "object",
|
|
585
|
+
"properties": {
|
|
586
|
+
"disabled": {
|
|
587
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
588
|
+
"type": "boolean",
|
|
589
|
+
"title": "disabled"
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
},
|
|
593
|
+
"italic": {
|
|
594
|
+
"title": "EditableHtmlButtonConfigure",
|
|
595
|
+
"type": "object",
|
|
596
|
+
"properties": {
|
|
597
|
+
"disabled": {
|
|
598
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
599
|
+
"type": "boolean",
|
|
600
|
+
"title": "disabled"
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
"ol_list": {
|
|
605
|
+
"title": "EditableHtmlButtonConfigure",
|
|
606
|
+
"type": "object",
|
|
607
|
+
"properties": {
|
|
608
|
+
"disabled": {
|
|
609
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
610
|
+
"type": "boolean",
|
|
611
|
+
"title": "disabled"
|
|
612
|
+
}
|
|
613
|
+
}
|
|
614
|
+
},
|
|
615
|
+
"redo": {
|
|
616
|
+
"title": "EditableHtmlButtonConfigure",
|
|
617
|
+
"type": "object",
|
|
618
|
+
"properties": {
|
|
619
|
+
"disabled": {
|
|
620
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
621
|
+
"type": "boolean",
|
|
622
|
+
"title": "disabled"
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
},
|
|
626
|
+
"strikethrough": {
|
|
627
|
+
"title": "EditableHtmlButtonConfigure",
|
|
628
|
+
"type": "object",
|
|
629
|
+
"properties": {
|
|
630
|
+
"disabled": {
|
|
631
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
632
|
+
"type": "boolean",
|
|
633
|
+
"title": "disabled"
|
|
634
|
+
}
|
|
635
|
+
}
|
|
636
|
+
},
|
|
637
|
+
"sub": {
|
|
638
|
+
"title": "EditableHtmlButtonConfigure",
|
|
639
|
+
"type": "object",
|
|
640
|
+
"properties": {
|
|
641
|
+
"disabled": {
|
|
642
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
643
|
+
"type": "boolean",
|
|
644
|
+
"title": "disabled"
|
|
645
|
+
}
|
|
646
|
+
}
|
|
647
|
+
},
|
|
648
|
+
"sup": {
|
|
649
|
+
"title": "EditableHtmlButtonConfigure",
|
|
650
|
+
"type": "object",
|
|
651
|
+
"properties": {
|
|
652
|
+
"disabled": {
|
|
653
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
654
|
+
"type": "boolean",
|
|
655
|
+
"title": "disabled"
|
|
656
|
+
}
|
|
657
|
+
}
|
|
658
|
+
},
|
|
659
|
+
"table": {
|
|
660
|
+
"title": "EditableHtmlButtonConfigure",
|
|
661
|
+
"type": "object",
|
|
662
|
+
"properties": {
|
|
663
|
+
"disabled": {
|
|
664
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
665
|
+
"type": "boolean",
|
|
666
|
+
"title": "disabled"
|
|
667
|
+
}
|
|
668
|
+
}
|
|
669
|
+
},
|
|
670
|
+
"ul_list": {
|
|
671
|
+
"title": "EditableHtmlButtonConfigure",
|
|
672
|
+
"type": "object",
|
|
673
|
+
"properties": {
|
|
674
|
+
"disabled": {
|
|
675
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
676
|
+
"type": "boolean",
|
|
677
|
+
"title": "disabled"
|
|
678
|
+
}
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
"underline": {
|
|
682
|
+
"title": "EditableHtmlButtonConfigure",
|
|
683
|
+
"type": "object",
|
|
684
|
+
"properties": {
|
|
685
|
+
"disabled": {
|
|
686
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
687
|
+
"type": "boolean",
|
|
688
|
+
"title": "disabled"
|
|
689
|
+
}
|
|
690
|
+
}
|
|
691
|
+
},
|
|
692
|
+
"undo": {
|
|
693
|
+
"title": "EditableHtmlButtonConfigure",
|
|
694
|
+
"type": "object",
|
|
695
|
+
"properties": {
|
|
696
|
+
"disabled": {
|
|
697
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
698
|
+
"type": "boolean",
|
|
699
|
+
"title": "disabled"
|
|
700
|
+
}
|
|
701
|
+
}
|
|
559
702
|
}
|
|
560
703
|
}
|
|
561
704
|
},
|
|
@@ -728,6 +871,149 @@
|
|
|
728
871
|
"title": "disabled"
|
|
729
872
|
}
|
|
730
873
|
}
|
|
874
|
+
},
|
|
875
|
+
"languageCharacters": {
|
|
876
|
+
"title": "EditableHtmlButtonConfigure",
|
|
877
|
+
"type": "object",
|
|
878
|
+
"properties": {
|
|
879
|
+
"disabled": {
|
|
880
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
881
|
+
"type": "boolean",
|
|
882
|
+
"title": "disabled"
|
|
883
|
+
}
|
|
884
|
+
}
|
|
885
|
+
},
|
|
886
|
+
"bold": {
|
|
887
|
+
"title": "EditableHtmlButtonConfigure",
|
|
888
|
+
"type": "object",
|
|
889
|
+
"properties": {
|
|
890
|
+
"disabled": {
|
|
891
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
892
|
+
"type": "boolean",
|
|
893
|
+
"title": "disabled"
|
|
894
|
+
}
|
|
895
|
+
}
|
|
896
|
+
},
|
|
897
|
+
"html": {
|
|
898
|
+
"title": "EditableHtmlButtonConfigure",
|
|
899
|
+
"type": "object",
|
|
900
|
+
"properties": {
|
|
901
|
+
"disabled": {
|
|
902
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
903
|
+
"type": "boolean",
|
|
904
|
+
"title": "disabled"
|
|
905
|
+
}
|
|
906
|
+
}
|
|
907
|
+
},
|
|
908
|
+
"italic": {
|
|
909
|
+
"title": "EditableHtmlButtonConfigure",
|
|
910
|
+
"type": "object",
|
|
911
|
+
"properties": {
|
|
912
|
+
"disabled": {
|
|
913
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
914
|
+
"type": "boolean",
|
|
915
|
+
"title": "disabled"
|
|
916
|
+
}
|
|
917
|
+
}
|
|
918
|
+
},
|
|
919
|
+
"ol_list": {
|
|
920
|
+
"title": "EditableHtmlButtonConfigure",
|
|
921
|
+
"type": "object",
|
|
922
|
+
"properties": {
|
|
923
|
+
"disabled": {
|
|
924
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
925
|
+
"type": "boolean",
|
|
926
|
+
"title": "disabled"
|
|
927
|
+
}
|
|
928
|
+
}
|
|
929
|
+
},
|
|
930
|
+
"redo": {
|
|
931
|
+
"title": "EditableHtmlButtonConfigure",
|
|
932
|
+
"type": "object",
|
|
933
|
+
"properties": {
|
|
934
|
+
"disabled": {
|
|
935
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
936
|
+
"type": "boolean",
|
|
937
|
+
"title": "disabled"
|
|
938
|
+
}
|
|
939
|
+
}
|
|
940
|
+
},
|
|
941
|
+
"strikethrough": {
|
|
942
|
+
"title": "EditableHtmlButtonConfigure",
|
|
943
|
+
"type": "object",
|
|
944
|
+
"properties": {
|
|
945
|
+
"disabled": {
|
|
946
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
947
|
+
"type": "boolean",
|
|
948
|
+
"title": "disabled"
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
},
|
|
952
|
+
"sub": {
|
|
953
|
+
"title": "EditableHtmlButtonConfigure",
|
|
954
|
+
"type": "object",
|
|
955
|
+
"properties": {
|
|
956
|
+
"disabled": {
|
|
957
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
958
|
+
"type": "boolean",
|
|
959
|
+
"title": "disabled"
|
|
960
|
+
}
|
|
961
|
+
}
|
|
962
|
+
},
|
|
963
|
+
"sup": {
|
|
964
|
+
"title": "EditableHtmlButtonConfigure",
|
|
965
|
+
"type": "object",
|
|
966
|
+
"properties": {
|
|
967
|
+
"disabled": {
|
|
968
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
969
|
+
"type": "boolean",
|
|
970
|
+
"title": "disabled"
|
|
971
|
+
}
|
|
972
|
+
}
|
|
973
|
+
},
|
|
974
|
+
"table": {
|
|
975
|
+
"title": "EditableHtmlButtonConfigure",
|
|
976
|
+
"type": "object",
|
|
977
|
+
"properties": {
|
|
978
|
+
"disabled": {
|
|
979
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
980
|
+
"type": "boolean",
|
|
981
|
+
"title": "disabled"
|
|
982
|
+
}
|
|
983
|
+
}
|
|
984
|
+
},
|
|
985
|
+
"ul_list": {
|
|
986
|
+
"title": "EditableHtmlButtonConfigure",
|
|
987
|
+
"type": "object",
|
|
988
|
+
"properties": {
|
|
989
|
+
"disabled": {
|
|
990
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
991
|
+
"type": "boolean",
|
|
992
|
+
"title": "disabled"
|
|
993
|
+
}
|
|
994
|
+
}
|
|
995
|
+
},
|
|
996
|
+
"underline": {
|
|
997
|
+
"title": "EditableHtmlButtonConfigure",
|
|
998
|
+
"type": "object",
|
|
999
|
+
"properties": {
|
|
1000
|
+
"disabled": {
|
|
1001
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1002
|
+
"type": "boolean",
|
|
1003
|
+
"title": "disabled"
|
|
1004
|
+
}
|
|
1005
|
+
}
|
|
1006
|
+
},
|
|
1007
|
+
"undo": {
|
|
1008
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1009
|
+
"type": "object",
|
|
1010
|
+
"properties": {
|
|
1011
|
+
"disabled": {
|
|
1012
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1013
|
+
"type": "boolean",
|
|
1014
|
+
"title": "disabled"
|
|
1015
|
+
}
|
|
1016
|
+
}
|
|
731
1017
|
}
|
|
732
1018
|
}
|
|
733
1019
|
},
|
|
@@ -858,6 +1144,149 @@
|
|
|
858
1144
|
"title": "disabled"
|
|
859
1145
|
}
|
|
860
1146
|
}
|
|
1147
|
+
},
|
|
1148
|
+
"languageCharacters": {
|
|
1149
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1150
|
+
"type": "object",
|
|
1151
|
+
"properties": {
|
|
1152
|
+
"disabled": {
|
|
1153
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1154
|
+
"type": "boolean",
|
|
1155
|
+
"title": "disabled"
|
|
1156
|
+
}
|
|
1157
|
+
}
|
|
1158
|
+
},
|
|
1159
|
+
"bold": {
|
|
1160
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1161
|
+
"type": "object",
|
|
1162
|
+
"properties": {
|
|
1163
|
+
"disabled": {
|
|
1164
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1165
|
+
"type": "boolean",
|
|
1166
|
+
"title": "disabled"
|
|
1167
|
+
}
|
|
1168
|
+
}
|
|
1169
|
+
},
|
|
1170
|
+
"html": {
|
|
1171
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1172
|
+
"type": "object",
|
|
1173
|
+
"properties": {
|
|
1174
|
+
"disabled": {
|
|
1175
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1176
|
+
"type": "boolean",
|
|
1177
|
+
"title": "disabled"
|
|
1178
|
+
}
|
|
1179
|
+
}
|
|
1180
|
+
},
|
|
1181
|
+
"italic": {
|
|
1182
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1183
|
+
"type": "object",
|
|
1184
|
+
"properties": {
|
|
1185
|
+
"disabled": {
|
|
1186
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1187
|
+
"type": "boolean",
|
|
1188
|
+
"title": "disabled"
|
|
1189
|
+
}
|
|
1190
|
+
}
|
|
1191
|
+
},
|
|
1192
|
+
"ol_list": {
|
|
1193
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1194
|
+
"type": "object",
|
|
1195
|
+
"properties": {
|
|
1196
|
+
"disabled": {
|
|
1197
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1198
|
+
"type": "boolean",
|
|
1199
|
+
"title": "disabled"
|
|
1200
|
+
}
|
|
1201
|
+
}
|
|
1202
|
+
},
|
|
1203
|
+
"redo": {
|
|
1204
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1205
|
+
"type": "object",
|
|
1206
|
+
"properties": {
|
|
1207
|
+
"disabled": {
|
|
1208
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1209
|
+
"type": "boolean",
|
|
1210
|
+
"title": "disabled"
|
|
1211
|
+
}
|
|
1212
|
+
}
|
|
1213
|
+
},
|
|
1214
|
+
"strikethrough": {
|
|
1215
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1216
|
+
"type": "object",
|
|
1217
|
+
"properties": {
|
|
1218
|
+
"disabled": {
|
|
1219
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1220
|
+
"type": "boolean",
|
|
1221
|
+
"title": "disabled"
|
|
1222
|
+
}
|
|
1223
|
+
}
|
|
1224
|
+
},
|
|
1225
|
+
"sub": {
|
|
1226
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1227
|
+
"type": "object",
|
|
1228
|
+
"properties": {
|
|
1229
|
+
"disabled": {
|
|
1230
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1231
|
+
"type": "boolean",
|
|
1232
|
+
"title": "disabled"
|
|
1233
|
+
}
|
|
1234
|
+
}
|
|
1235
|
+
},
|
|
1236
|
+
"sup": {
|
|
1237
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1238
|
+
"type": "object",
|
|
1239
|
+
"properties": {
|
|
1240
|
+
"disabled": {
|
|
1241
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1242
|
+
"type": "boolean",
|
|
1243
|
+
"title": "disabled"
|
|
1244
|
+
}
|
|
1245
|
+
}
|
|
1246
|
+
},
|
|
1247
|
+
"table": {
|
|
1248
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1249
|
+
"type": "object",
|
|
1250
|
+
"properties": {
|
|
1251
|
+
"disabled": {
|
|
1252
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1253
|
+
"type": "boolean",
|
|
1254
|
+
"title": "disabled"
|
|
1255
|
+
}
|
|
1256
|
+
}
|
|
1257
|
+
},
|
|
1258
|
+
"ul_list": {
|
|
1259
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1260
|
+
"type": "object",
|
|
1261
|
+
"properties": {
|
|
1262
|
+
"disabled": {
|
|
1263
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1264
|
+
"type": "boolean",
|
|
1265
|
+
"title": "disabled"
|
|
1266
|
+
}
|
|
1267
|
+
}
|
|
1268
|
+
},
|
|
1269
|
+
"underline": {
|
|
1270
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1271
|
+
"type": "object",
|
|
1272
|
+
"properties": {
|
|
1273
|
+
"disabled": {
|
|
1274
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1275
|
+
"type": "boolean",
|
|
1276
|
+
"title": "disabled"
|
|
1277
|
+
}
|
|
1278
|
+
}
|
|
1279
|
+
},
|
|
1280
|
+
"undo": {
|
|
1281
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1282
|
+
"type": "object",
|
|
1283
|
+
"properties": {
|
|
1284
|
+
"disabled": {
|
|
1285
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1286
|
+
"type": "boolean",
|
|
1287
|
+
"title": "disabled"
|
|
1288
|
+
}
|
|
1289
|
+
}
|
|
861
1290
|
}
|
|
862
1291
|
}
|
|
863
1292
|
},
|