@paris-ias/trees 2.0.17 → 2.0.18
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/dist/form/fellowships.cjs.js +6 -655
- package/dist/form/fellowships.js +6 -655
- package/dist/graphql/client/misc/apex.mutations.delete.gql +3 -0
- package/dist/graphql/client/misc/apex.mutations.upsert.gql +8 -0
- package/dist/graphql/schemas/apex-resolvers-list.json +2 -0
- package/dist/graphql/schemas/schema.apex.graphql +2 -0
- package/package.json +1 -1
|
@@ -135,99 +135,7 @@ const data = {
|
|
|
135
135
|
},
|
|
136
136
|
"fellows": [
|
|
137
137
|
{
|
|
138
|
-
"
|
|
139
|
-
"lastname": "",
|
|
140
|
-
"biography": {
|
|
141
|
-
"en": "",
|
|
142
|
-
"fr": ""
|
|
143
|
-
},
|
|
144
|
-
"image": "",
|
|
145
|
-
"experiences": [
|
|
146
|
-
{
|
|
147
|
-
"experiences": {
|
|
148
|
-
"affiliations": "",
|
|
149
|
-
"positions": [
|
|
150
|
-
{
|
|
151
|
-
"positions": {
|
|
152
|
-
"role": "",
|
|
153
|
-
"department": "",
|
|
154
|
-
"start": "",
|
|
155
|
-
"stop": ""
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
]
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
],
|
|
162
|
-
"socials": {
|
|
163
|
-
"website": "",
|
|
164
|
-
"wikipedia": "",
|
|
165
|
-
"orcid": "",
|
|
166
|
-
"scholar": "",
|
|
167
|
-
"researchgate": "",
|
|
168
|
-
"mendeley": "",
|
|
169
|
-
"idRef": "",
|
|
170
|
-
"twitter": "",
|
|
171
|
-
"linkedin": "",
|
|
172
|
-
"bluesky": "",
|
|
173
|
-
"instagram": "",
|
|
174
|
-
"youtube": ""
|
|
175
|
-
},
|
|
176
|
-
"disciplines": "",
|
|
177
|
-
"video": [
|
|
178
|
-
{
|
|
179
|
-
"video": {
|
|
180
|
-
"url": "",
|
|
181
|
-
"caption": {
|
|
182
|
-
"en": "",
|
|
183
|
-
"fr": ""
|
|
184
|
-
},
|
|
185
|
-
"alt": {
|
|
186
|
-
"en": "",
|
|
187
|
-
"fr": ""
|
|
188
|
-
},
|
|
189
|
-
"copyright": "Free of rights",
|
|
190
|
-
"licence": "",
|
|
191
|
-
"licenseUrl": "",
|
|
192
|
-
"backgroundColor": ""
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
],
|
|
196
|
-
"related": {
|
|
197
|
-
"events": "",
|
|
198
|
-
"news": "",
|
|
199
|
-
"people": "",
|
|
200
|
-
"publications": "",
|
|
201
|
-
"projects": "",
|
|
202
|
-
"fellowships": ""
|
|
203
|
-
},
|
|
204
|
-
"consent": {
|
|
205
|
-
"data": false,
|
|
206
|
-
"record": false,
|
|
207
|
-
"diffusion": false,
|
|
208
|
-
"publication": false,
|
|
209
|
-
"email": false,
|
|
210
|
-
"newsletter": false,
|
|
211
|
-
"fellowshipnewsletter": false
|
|
212
|
-
},
|
|
213
|
-
"groups": {
|
|
214
|
-
"team": false,
|
|
215
|
-
"sab": false,
|
|
216
|
-
"board": false,
|
|
217
|
-
"fellows": false,
|
|
218
|
-
"sponsor": false,
|
|
219
|
-
"vintage": [
|
|
220
|
-
{
|
|
221
|
-
"name": "",
|
|
222
|
-
"year": "",
|
|
223
|
-
"theme": {
|
|
224
|
-
"en": "",
|
|
225
|
-
"fr": ""
|
|
226
|
-
},
|
|
227
|
-
"url": ""
|
|
228
|
-
}
|
|
229
|
-
]
|
|
230
|
-
}
|
|
138
|
+
"fellows": ""
|
|
231
139
|
}
|
|
232
140
|
],
|
|
233
141
|
"gallery": "",
|
|
@@ -625,573 +533,16 @@ const data = {
|
|
|
625
533
|
"label": "fellows",
|
|
626
534
|
"component": "CollectionContainerPanel",
|
|
627
535
|
"type": "ARRAY",
|
|
628
|
-
"rules": {
|
|
629
|
-
"required": true,
|
|
630
|
-
"min": 5,
|
|
631
|
-
"max": 200
|
|
632
|
-
},
|
|
633
|
-
"meta": "fellows",
|
|
634
536
|
"items": {
|
|
635
|
-
"
|
|
636
|
-
"label": "
|
|
637
|
-
"component": "TextField",
|
|
638
|
-
"type": "PRIMITIVE",
|
|
639
|
-
"rules": {
|
|
640
|
-
"required": true,
|
|
641
|
-
"min": 1,
|
|
642
|
-
"max": 200
|
|
643
|
-
},
|
|
644
|
-
"meta": "firstname"
|
|
645
|
-
},
|
|
646
|
-
"lastname": {
|
|
647
|
-
"label": "lastname",
|
|
648
|
-
"component": "TextField",
|
|
649
|
-
"type": "PRIMITIVE",
|
|
650
|
-
"rules": {
|
|
651
|
-
"required": true,
|
|
652
|
-
"min": 1,
|
|
653
|
-
"max": 200
|
|
654
|
-
},
|
|
655
|
-
"meta": "lastname"
|
|
656
|
-
},
|
|
657
|
-
"biography": {
|
|
658
|
-
"label": "biography",
|
|
659
|
-
"component": "TextArea",
|
|
660
|
-
"i18n": true,
|
|
661
|
-
"type": "PRIMITIVE",
|
|
662
|
-
"rules": {
|
|
663
|
-
"required": true,
|
|
664
|
-
"min": 5,
|
|
665
|
-
"max": 500
|
|
666
|
-
},
|
|
667
|
-
"meta": "biography",
|
|
668
|
-
"transformers": [
|
|
669
|
-
"CANDIDATES"
|
|
670
|
-
]
|
|
671
|
-
},
|
|
672
|
-
"image": {
|
|
673
|
-
"label": "image",
|
|
674
|
-
"component": "ImagePicker",
|
|
675
|
-
"type": "DOCUMENT",
|
|
676
|
-
"meta": "image",
|
|
677
|
-
"default": ""
|
|
678
|
-
},
|
|
679
|
-
"experiences": {
|
|
680
|
-
"label": "experiences",
|
|
681
|
-
"component": "CollectionContainerPanel",
|
|
682
|
-
"type": "ARRAY",
|
|
683
|
-
"items": {
|
|
684
|
-
"experiences": {
|
|
685
|
-
"label": "experiences",
|
|
686
|
-
"component": "ObjectContainerPanel",
|
|
687
|
-
"type": "OBJECT",
|
|
688
|
-
"meta": "experiences",
|
|
689
|
-
"items": {
|
|
690
|
-
"affiliations": {
|
|
691
|
-
"label": "affiliations",
|
|
692
|
-
"component": "DocumentPicker",
|
|
693
|
-
"type": "DOCUMENT",
|
|
694
|
-
"meta": "affiliations",
|
|
695
|
-
"rules": {
|
|
696
|
-
"required": true
|
|
697
|
-
},
|
|
698
|
-
"default": ""
|
|
699
|
-
},
|
|
700
|
-
"positions": {
|
|
701
|
-
"label": "positions",
|
|
702
|
-
"component": "CollectionContainerPanel",
|
|
703
|
-
"type": "ARRAY",
|
|
704
|
-
"meta": "positions",
|
|
705
|
-
"items": {
|
|
706
|
-
"positions": {
|
|
707
|
-
"label": "position",
|
|
708
|
-
"component": "ObjectContainerPanel",
|
|
709
|
-
"type": "OBJECT",
|
|
710
|
-
"meta": "position",
|
|
711
|
-
"items": {
|
|
712
|
-
"role": {
|
|
713
|
-
"label": "role",
|
|
714
|
-
"component": "TextField",
|
|
715
|
-
"type": "PRIMITIVE",
|
|
716
|
-
"rules": {
|
|
717
|
-
"required": true,
|
|
718
|
-
"min": 2,
|
|
719
|
-
"max": 200
|
|
720
|
-
},
|
|
721
|
-
"meta": "role"
|
|
722
|
-
},
|
|
723
|
-
"department": {
|
|
724
|
-
"label": "department",
|
|
725
|
-
"component": "TextField",
|
|
726
|
-
"type": "PRIMITIVE",
|
|
727
|
-
"rules": {
|
|
728
|
-
"required": true,
|
|
729
|
-
"min": 3,
|
|
730
|
-
"max": 200
|
|
731
|
-
},
|
|
732
|
-
"meta": "department"
|
|
733
|
-
},
|
|
734
|
-
"start": {
|
|
735
|
-
"label": "start",
|
|
736
|
-
"component": "DatePicker",
|
|
737
|
-
"type": "PRIMITIVE",
|
|
738
|
-
"rules": {
|
|
739
|
-
"required": true,
|
|
740
|
-
"date": true
|
|
741
|
-
},
|
|
742
|
-
"meta": "start"
|
|
743
|
-
},
|
|
744
|
-
"stop": {
|
|
745
|
-
"label": "stop",
|
|
746
|
-
"component": "DatePicker",
|
|
747
|
-
"type": "PRIMITIVE",
|
|
748
|
-
"hint": "Leave empty if this is an ongoing position",
|
|
749
|
-
"rules": {
|
|
750
|
-
"date": true
|
|
751
|
-
},
|
|
752
|
-
"meta": "stop"
|
|
753
|
-
}
|
|
754
|
-
}
|
|
755
|
-
}
|
|
756
|
-
}
|
|
757
|
-
}
|
|
758
|
-
}
|
|
759
|
-
}
|
|
760
|
-
}
|
|
761
|
-
},
|
|
762
|
-
"socials": {
|
|
763
|
-
"label": "socials",
|
|
764
|
-
"component": "ObjectKeyPairContainer",
|
|
765
|
-
"type": "OBJECT",
|
|
766
|
-
"meta": "socials",
|
|
767
|
-
"items": {
|
|
768
|
-
"website": {
|
|
769
|
-
"label": "website",
|
|
770
|
-
"type": "PRIMITIVE",
|
|
771
|
-
"component": "TextField",
|
|
772
|
-
"rules": {
|
|
773
|
-
"url": true
|
|
774
|
-
},
|
|
775
|
-
"meta": "website"
|
|
776
|
-
},
|
|
777
|
-
"wikipedia": {
|
|
778
|
-
"label": "wikipedia",
|
|
779
|
-
"type": "PRIMITIVE",
|
|
780
|
-
"component": "TextField",
|
|
781
|
-
"rules": {
|
|
782
|
-
"url": true
|
|
783
|
-
},
|
|
784
|
-
"meta": "wikipedia"
|
|
785
|
-
},
|
|
786
|
-
"orcid": {
|
|
787
|
-
"label": "orcid",
|
|
788
|
-
"type": "PRIMITIVE",
|
|
789
|
-
"component": "TextField",
|
|
790
|
-
"rules": {
|
|
791
|
-
"orcid": true
|
|
792
|
-
},
|
|
793
|
-
"meta": "orcid"
|
|
794
|
-
},
|
|
795
|
-
"scholar": {
|
|
796
|
-
"label": "scholar",
|
|
797
|
-
"type": "PRIMITIVE",
|
|
798
|
-
"component": "TextField",
|
|
799
|
-
"rules": {
|
|
800
|
-
"url": true
|
|
801
|
-
},
|
|
802
|
-
"meta": "scholar"
|
|
803
|
-
},
|
|
804
|
-
"researchgate": {
|
|
805
|
-
"label": "researchgate",
|
|
806
|
-
"type": "PRIMITIVE",
|
|
807
|
-
"component": "TextField",
|
|
808
|
-
"rules": {
|
|
809
|
-
"url": true
|
|
810
|
-
},
|
|
811
|
-
"meta": "researchgate"
|
|
812
|
-
},
|
|
813
|
-
"mendeley": {
|
|
814
|
-
"label": "mendeley",
|
|
815
|
-
"type": "PRIMITIVE",
|
|
816
|
-
"component": "TextField",
|
|
817
|
-
"rules": {
|
|
818
|
-
"url": true
|
|
819
|
-
},
|
|
820
|
-
"meta": "mendeley"
|
|
821
|
-
},
|
|
822
|
-
"idRef": {
|
|
823
|
-
"label": "idRef",
|
|
824
|
-
"type": "PRIMITIVE",
|
|
825
|
-
"component": "TextField",
|
|
826
|
-
"rules": {
|
|
827
|
-
"url": true
|
|
828
|
-
},
|
|
829
|
-
"meta": "idRef"
|
|
830
|
-
},
|
|
831
|
-
"twitter": {
|
|
832
|
-
"label": "twitter",
|
|
833
|
-
"type": "PRIMITIVE",
|
|
834
|
-
"component": "TextField",
|
|
835
|
-
"rules": {
|
|
836
|
-
"url": true
|
|
837
|
-
},
|
|
838
|
-
"meta": "twitter"
|
|
839
|
-
},
|
|
840
|
-
"linkedin": {
|
|
841
|
-
"label": "linkedin",
|
|
842
|
-
"type": "PRIMITIVE",
|
|
843
|
-
"component": "TextField",
|
|
844
|
-
"rules": {
|
|
845
|
-
"url": true
|
|
846
|
-
},
|
|
847
|
-
"meta": "linkedin"
|
|
848
|
-
},
|
|
849
|
-
"bluesky": {
|
|
850
|
-
"label": "bluesky",
|
|
851
|
-
"type": "PRIMITIVE",
|
|
852
|
-
"component": "TextField",
|
|
853
|
-
"rules": {
|
|
854
|
-
"url": true
|
|
855
|
-
},
|
|
856
|
-
"meta": "bluesky"
|
|
857
|
-
},
|
|
858
|
-
"instagram": {
|
|
859
|
-
"label": "instagram",
|
|
860
|
-
"type": "PRIMITIVE",
|
|
861
|
-
"component": "TextField",
|
|
862
|
-
"rules": {
|
|
863
|
-
"url": true
|
|
864
|
-
},
|
|
865
|
-
"meta": "instagram"
|
|
866
|
-
},
|
|
867
|
-
"youtube": {
|
|
868
|
-
"label": "youtube",
|
|
869
|
-
"type": "PRIMITIVE",
|
|
870
|
-
"component": "TextField",
|
|
871
|
-
"rules": {
|
|
872
|
-
"url": true
|
|
873
|
-
},
|
|
874
|
-
"meta": "youtube"
|
|
875
|
-
}
|
|
876
|
-
}
|
|
877
|
-
},
|
|
878
|
-
"disciplines": {
|
|
879
|
-
"label": "disciplines",
|
|
537
|
+
"fellows": {
|
|
538
|
+
"label": "fellow",
|
|
880
539
|
"component": "DocumentPicker",
|
|
881
540
|
"type": "DOCUMENT",
|
|
882
|
-
"meta": "
|
|
541
|
+
"meta": "fellow",
|
|
883
542
|
"default": ""
|
|
884
|
-
},
|
|
885
|
-
"video": {
|
|
886
|
-
"label": "videos",
|
|
887
|
-
"component": "CollectionContainerPanel",
|
|
888
|
-
"type": "ARRAY",
|
|
889
|
-
"meta": "video",
|
|
890
|
-
"items": {
|
|
891
|
-
"video": {
|
|
892
|
-
"label": "video",
|
|
893
|
-
"component": "ObjectCollapsiblePanel",
|
|
894
|
-
"type": "OBJECT",
|
|
895
|
-
"meta": "video",
|
|
896
|
-
"items": {
|
|
897
|
-
"url": {
|
|
898
|
-
"type": "PRIMITIVE",
|
|
899
|
-
"component": "TextField",
|
|
900
|
-
"label": "url",
|
|
901
|
-
"description": "The url where the image is fetched from",
|
|
902
|
-
"rules": {
|
|
903
|
-
"required": true,
|
|
904
|
-
"url": true,
|
|
905
|
-
"max": 2048
|
|
906
|
-
},
|
|
907
|
-
"meta": "url"
|
|
908
|
-
},
|
|
909
|
-
"caption": {
|
|
910
|
-
"label": "caption",
|
|
911
|
-
"type": "PRIMITIVE",
|
|
912
|
-
"component": "TextField",
|
|
913
|
-
"i18n": true,
|
|
914
|
-
"rules": {
|
|
915
|
-
"required": true,
|
|
916
|
-
"min": 2,
|
|
917
|
-
"max": 100
|
|
918
|
-
},
|
|
919
|
-
"meta": "caption"
|
|
920
|
-
},
|
|
921
|
-
"alt": {
|
|
922
|
-
"label": "alt",
|
|
923
|
-
"type": "PRIMITIVE",
|
|
924
|
-
"i18n": true,
|
|
925
|
-
"component": "TextField",
|
|
926
|
-
"description": "Displayed if the image cannot be loaded",
|
|
927
|
-
"rules": {
|
|
928
|
-
"max": 200
|
|
929
|
-
},
|
|
930
|
-
"meta": "alt"
|
|
931
|
-
},
|
|
932
|
-
"copyright": {
|
|
933
|
-
"label": "copyright",
|
|
934
|
-
"type": "PRIMITIVE",
|
|
935
|
-
"component": "TextField",
|
|
936
|
-
"default": "Free of rights",
|
|
937
|
-
"description": "Owner of the image copyright",
|
|
938
|
-
"meta": "copyright"
|
|
939
|
-
},
|
|
940
|
-
"licence": {
|
|
941
|
-
"label": "licence",
|
|
942
|
-
"type": "PRIMITIVE",
|
|
943
|
-
"component": "TextField",
|
|
944
|
-
"default": null,
|
|
945
|
-
"description": "The licence of the video",
|
|
946
|
-
"meta": "licence"
|
|
947
|
-
},
|
|
948
|
-
"licenseUrl": {
|
|
949
|
-
"label": "licenseUrl",
|
|
950
|
-
"type": "PRIMITIVE",
|
|
951
|
-
"component": "TextField",
|
|
952
|
-
"default": null,
|
|
953
|
-
"description": "The caption of the video",
|
|
954
|
-
"rules": {
|
|
955
|
-
"url": true
|
|
956
|
-
},
|
|
957
|
-
"show": {
|
|
958
|
-
"default": false,
|
|
959
|
-
"switchIf": [],
|
|
960
|
-
"disjonctive": false
|
|
961
|
-
},
|
|
962
|
-
"meta": "licenseUrl"
|
|
963
|
-
},
|
|
964
|
-
"backgroundColor": {
|
|
965
|
-
"label": "backgroundColor",
|
|
966
|
-
"type": "PRIMITIVE",
|
|
967
|
-
"component": "ColorPicker",
|
|
968
|
-
"default": null,
|
|
969
|
-
"rules": {
|
|
970
|
-
"color": true
|
|
971
|
-
},
|
|
972
|
-
"show": {
|
|
973
|
-
"default": false,
|
|
974
|
-
"switchIf": [],
|
|
975
|
-
"disjonctive": false
|
|
976
|
-
},
|
|
977
|
-
"meta": "backgroundColor"
|
|
978
|
-
}
|
|
979
|
-
}
|
|
980
|
-
}
|
|
981
|
-
}
|
|
982
|
-
},
|
|
983
|
-
"related": {
|
|
984
|
-
"label": "related",
|
|
985
|
-
"component": "ObjectContainerPanel",
|
|
986
|
-
"type": "OBJECT",
|
|
987
|
-
"rules": {
|
|
988
|
-
"required": true,
|
|
989
|
-
"min": 5,
|
|
990
|
-
"max": 200
|
|
991
|
-
},
|
|
992
|
-
"meta": "related",
|
|
993
|
-
"items": {
|
|
994
|
-
"events": {
|
|
995
|
-
"label": "relatedEvent",
|
|
996
|
-
"component": "DocumentPicker",
|
|
997
|
-
"type": "DOCUMENT",
|
|
998
|
-
"meta": "event",
|
|
999
|
-
"default": ""
|
|
1000
|
-
},
|
|
1001
|
-
"news": {
|
|
1002
|
-
"label": "relatedNews",
|
|
1003
|
-
"component": "DocumentPicker",
|
|
1004
|
-
"type": "DOCUMENT",
|
|
1005
|
-
"meta": "news",
|
|
1006
|
-
"default": ""
|
|
1007
|
-
},
|
|
1008
|
-
"people": {
|
|
1009
|
-
"label": "relatedPeople",
|
|
1010
|
-
"component": "DocumentPicker",
|
|
1011
|
-
"type": "DOCUMENT",
|
|
1012
|
-
"meta": "people",
|
|
1013
|
-
"default": ""
|
|
1014
|
-
},
|
|
1015
|
-
"publications": {
|
|
1016
|
-
"label": "relatedPublication",
|
|
1017
|
-
"component": "DocumentPicker",
|
|
1018
|
-
"type": "DOCUMENT",
|
|
1019
|
-
"meta": "publication",
|
|
1020
|
-
"default": ""
|
|
1021
|
-
},
|
|
1022
|
-
"projects": {
|
|
1023
|
-
"label": "relatedProject",
|
|
1024
|
-
"component": "DocumentPicker",
|
|
1025
|
-
"type": "DOCUMENT",
|
|
1026
|
-
"meta": "project",
|
|
1027
|
-
"default": ""
|
|
1028
|
-
},
|
|
1029
|
-
"fellowships": {
|
|
1030
|
-
"label": "relatedFellowships",
|
|
1031
|
-
"component": "DocumentPicker",
|
|
1032
|
-
"type": "DOCUMENT",
|
|
1033
|
-
"meta": "fellowship",
|
|
1034
|
-
"default": ""
|
|
1035
|
-
}
|
|
1036
|
-
}
|
|
1037
|
-
},
|
|
1038
|
-
"consent": {
|
|
1039
|
-
"label": "consent",
|
|
1040
|
-
"component": "ObjectContainerPanel",
|
|
1041
|
-
"type": "OBJECT",
|
|
1042
|
-
"meta": "consent",
|
|
1043
|
-
"items": {
|
|
1044
|
-
"data": {
|
|
1045
|
-
"label": "data",
|
|
1046
|
-
"component": "Checkbox",
|
|
1047
|
-
"type": "PRIMITIVE",
|
|
1048
|
-
"default": false,
|
|
1049
|
-
"hint": "My profile will be showcased on the Paris IAS websites",
|
|
1050
|
-
"meta": "data"
|
|
1051
|
-
},
|
|
1052
|
-
"record": {
|
|
1053
|
-
"label": "record",
|
|
1054
|
-
"component": "Checkbox",
|
|
1055
|
-
"type": "PRIMITIVE",
|
|
1056
|
-
"default": false,
|
|
1057
|
-
"hint": "Necessary if you appear in a video or audio recording",
|
|
1058
|
-
"meta": "record"
|
|
1059
|
-
},
|
|
1060
|
-
"diffusion": {
|
|
1061
|
-
"label": "diffusion",
|
|
1062
|
-
"component": "Checkbox",
|
|
1063
|
-
"type": "PRIMITIVE",
|
|
1064
|
-
"default": false,
|
|
1065
|
-
"hint": "To make available my video and audio recordings in publicaitons, news, events...",
|
|
1066
|
-
"meta": "diffusion"
|
|
1067
|
-
},
|
|
1068
|
-
"publication": {
|
|
1069
|
-
"label": "publication",
|
|
1070
|
-
"component": "Checkbox",
|
|
1071
|
-
"type": "PRIMITIVE",
|
|
1072
|
-
"default": false,
|
|
1073
|
-
"hint": "To be officially published as an academic author and provide your content with a DOI",
|
|
1074
|
-
"meta": "publication"
|
|
1075
|
-
},
|
|
1076
|
-
"email": {
|
|
1077
|
-
"label": "email",
|
|
1078
|
-
"component": "Checkbox",
|
|
1079
|
-
"type": "PRIMITIVE",
|
|
1080
|
-
"default": false,
|
|
1081
|
-
"hint": "To allow us to send you email communications in general (including newsletter)",
|
|
1082
|
-
"meta": "email"
|
|
1083
|
-
},
|
|
1084
|
-
"newsletter": {
|
|
1085
|
-
"label": "newsletter",
|
|
1086
|
-
"component": "Checkbox",
|
|
1087
|
-
"type": "PRIMITIVE",
|
|
1088
|
-
"default": false,
|
|
1089
|
-
"meta": "newsletter"
|
|
1090
|
-
},
|
|
1091
|
-
"fellowshipnewsletter": {
|
|
1092
|
-
"label": "fellowshipnewsletter",
|
|
1093
|
-
"component": "Checkbox",
|
|
1094
|
-
"type": "PRIMITIVE",
|
|
1095
|
-
"default": false,
|
|
1096
|
-
"meta": "fellowshipnewsletter"
|
|
1097
|
-
}
|
|
1098
|
-
}
|
|
1099
|
-
},
|
|
1100
|
-
"groups": {
|
|
1101
|
-
"label": "groups",
|
|
1102
|
-
"groups": [
|
|
1103
|
-
"ADMIN"
|
|
1104
|
-
],
|
|
1105
|
-
"component": "ObjectContainerPanel",
|
|
1106
|
-
"type": "OBJECT",
|
|
1107
|
-
"meta": "groups",
|
|
1108
|
-
"items": {
|
|
1109
|
-
"team": {
|
|
1110
|
-
"label": "team",
|
|
1111
|
-
"component": "Checkbox",
|
|
1112
|
-
"type": "PRIMITIVE",
|
|
1113
|
-
"meta": "team"
|
|
1114
|
-
},
|
|
1115
|
-
"sab": {
|
|
1116
|
-
"label": "sab",
|
|
1117
|
-
"component": "Checkbox",
|
|
1118
|
-
"type": "PRIMITIVE",
|
|
1119
|
-
"meta": "sab"
|
|
1120
|
-
},
|
|
1121
|
-
"board": {
|
|
1122
|
-
"label": "board",
|
|
1123
|
-
"component": "Checkbox",
|
|
1124
|
-
"type": "PRIMITIVE",
|
|
1125
|
-
"meta": "board"
|
|
1126
|
-
},
|
|
1127
|
-
"fellows": {
|
|
1128
|
-
"label": "fellows",
|
|
1129
|
-
"component": "Checkbox",
|
|
1130
|
-
"type": "PRIMITIVE",
|
|
1131
|
-
"meta": "fellow"
|
|
1132
|
-
},
|
|
1133
|
-
"sponsor": {
|
|
1134
|
-
"label": "sponsor",
|
|
1135
|
-
"component": "Checkbox",
|
|
1136
|
-
"type": "PRIMITIVE",
|
|
1137
|
-
"meta": "sponsor"
|
|
1138
|
-
},
|
|
1139
|
-
"vintage": {
|
|
1140
|
-
"label": "vintage",
|
|
1141
|
-
"component": "CollectionContainerPanel",
|
|
1142
|
-
"type": "ARRAY",
|
|
1143
|
-
"meta": "vintage",
|
|
1144
|
-
"items": {
|
|
1145
|
-
"name": {
|
|
1146
|
-
"label": "name",
|
|
1147
|
-
"type": "PRIMITIVE",
|
|
1148
|
-
"component": "TextField",
|
|
1149
|
-
"rules": {
|
|
1150
|
-
"required": true,
|
|
1151
|
-
"min": 2,
|
|
1152
|
-
"max": 100
|
|
1153
|
-
},
|
|
1154
|
-
"meta": "name"
|
|
1155
|
-
},
|
|
1156
|
-
"year": {
|
|
1157
|
-
"label": "year",
|
|
1158
|
-
"type": "PRIMITIVE",
|
|
1159
|
-
"component": "TextField",
|
|
1160
|
-
"rules": {
|
|
1161
|
-
"required": true,
|
|
1162
|
-
"min": 2,
|
|
1163
|
-
"max": 100
|
|
1164
|
-
},
|
|
1165
|
-
"meta": "year"
|
|
1166
|
-
},
|
|
1167
|
-
"theme": {
|
|
1168
|
-
"label": "theme",
|
|
1169
|
-
"type": "PRIMITIVE",
|
|
1170
|
-
"component": "TextField",
|
|
1171
|
-
"i18n": true,
|
|
1172
|
-
"rules": {
|
|
1173
|
-
"required": true,
|
|
1174
|
-
"min": 2,
|
|
1175
|
-
"max": 100
|
|
1176
|
-
},
|
|
1177
|
-
"meta": "theme"
|
|
1178
|
-
},
|
|
1179
|
-
"url": {
|
|
1180
|
-
"type": "PRIMITIVE",
|
|
1181
|
-
"component": "TextField",
|
|
1182
|
-
"label": "url",
|
|
1183
|
-
"rules": {
|
|
1184
|
-
"required": true,
|
|
1185
|
-
"url": true,
|
|
1186
|
-
"max": 2048
|
|
1187
|
-
},
|
|
1188
|
-
"meta": "url"
|
|
1189
|
-
}
|
|
1190
|
-
}
|
|
1191
|
-
}
|
|
1192
|
-
}
|
|
1193
543
|
}
|
|
1194
|
-
}
|
|
544
|
+
},
|
|
545
|
+
"meta": "fellows"
|
|
1195
546
|
},
|
|
1196
547
|
"gallery": {
|
|
1197
548
|
"label": "gallery",
|