Merge pull request #24187 from colemanw/removeCiviAuction
[civicrm-core.git] / CRM / Core / I18n / SchemaStructure.php
CommitLineData
0eb5249a 1<?php
2/*
bc77d7c0
TO
3 +--------------------------------------------------------------------+
4 | Copyright CiviCRM LLC. All rights reserved. |
5 | |
6 | This work is published under the GNU AGPLv3 license with some |
7 | permitted exceptions and without any warranty. For full license |
8 | and copyright information, see https://civicrm.org/licensing |
9 +--------------------------------------------------------------------+
518fa0ee 10 */
0eb5249a 11
12/**
13 *
14 * @package CRM
ca5cec67 15 * @copyright CiviCRM LLC https://civicrm.org/licensing
0eb5249a 16 *
17 * Generated from schema_structure.tpl
18 * DO NOT EDIT. Generated by CRM_Core_CodeGen
19 */
20class CRM_Core_I18n_SchemaStructure {
21
22 /**
23 * Get translatable columns.
24 *
25 * @return array
26 * A table-indexed array of translatable columns.
27 */
28 public static function &columns() {
518fa0ee 29 static $result = NULL;
0eb5249a 30 if (!$result) {
31 $result = [
32 'civicrm_location_type' => [
b2f1ab29 33 'display_name' => "varchar(64) COMMENT 'Location Type Display Name.'",
0eb5249a 34 ],
35 'civicrm_option_group' => [
b2f1ab29
SL
36 'title' => "varchar(255) COMMENT 'Option Group title.'",
37 'description' => "varchar(255) COMMENT 'Option group description.'",
0eb5249a 38 ],
39 'civicrm_relationship_type' => [
b2f1ab29
SL
40 'label_a_b' => "varchar(64) COMMENT 'label for relationship of contact_a to contact_b.'",
41 'label_b_a' => "varchar(64) COMMENT 'Optional label for relationship of contact_b to contact_a.'",
42 'description' => "varchar(255) COMMENT 'Optional verbose description of the relationship type.'",
0eb5249a 43 ],
44 'civicrm_contact_type' => [
b2f1ab29
SL
45 'label' => "varchar(64) COMMENT 'localized Name of Contact Type.'",
46 'description' => "text COMMENT 'localized Optional verbose description of the type.'",
0eb5249a 47 ],
48 'civicrm_batch' => [
b2f1ab29
SL
49 'title' => "varchar(255) COMMENT 'Friendly Name.'",
50 'description' => "text COMMENT 'Description of this batch set.'",
0eb5249a 51 ],
52 'civicrm_premiums' => [
b2f1ab29
SL
53 'premiums_intro_title' => "varchar(255) COMMENT 'Title for Premiums section.'",
54 'premiums_intro_text' => "text COMMENT 'Displayed in <div> at top of Premiums section of page. Text and HTML allowed.'",
55 'premiums_nothankyou_label' => "varchar(255) COMMENT 'Label displayed for No Thank-you option in premiums block (e.g. No thank you)'",
0eb5249a 56 ],
57 'civicrm_membership_status' => [
b2f1ab29 58 'label' => "varchar(128) COMMENT 'Label for Membership Status'",
0eb5249a 59 ],
60 'civicrm_survey' => [
b2f1ab29
SL
61 'title' => "varchar(255) NOT NULL COMMENT 'Title of the Survey.'",
62 'instructions' => "text COMMENT 'Script instructions for volunteers to use for the survey.'",
63 'thankyou_title' => "varchar(255) COMMENT 'Title for Thank-you page (header title tag, and display at the top of the page).'",
64 'thankyou_text' => "text COMMENT 'text and html allowed. displayed above result on success page'",
0eb5249a 65 ],
66 'civicrm_participant_status_type' => [
b2f1ab29 67 'label' => "varchar(255) COMMENT 'localized label for display of this status type'",
0eb5249a 68 ],
69 'civicrm_case_type' => [
b2f1ab29
SL
70 'title' => "varchar(64) NOT NULL COMMENT 'Natural language name for Case Type'",
71 'description' => "varchar(255) COMMENT 'Description of the Case Type'",
0eb5249a 72 ],
73 'civicrm_tell_friend' => [
74 'title' => "varchar(255)",
b2f1ab29
SL
75 'intro' => "text COMMENT 'Introductory message to contributor or participant displayed on the Tell a Friend form.'",
76 'suggested_message' => "text COMMENT 'Suggested message to friends, provided as default on the Tell A Friend form.'",
77 'thankyou_title' => "varchar(255) COMMENT 'Text for Tell a Friend thank you page header and HTML title.'",
78 'thankyou_text' => "text COMMENT 'Thank you message displayed on success page.'",
0eb5249a 79 ],
80 'civicrm_custom_group' => [
b2f1ab29
SL
81 'title' => "varchar(64) NOT NULL COMMENT 'Friendly Name.'",
82 'help_pre' => "text COMMENT 'Description and/or help text to display before fields in form.'",
83 'help_post' => "text COMMENT 'Description and/or help text to display after fields in form.'",
0eb5249a 84 ],
85 'civicrm_custom_field' => [
b2f1ab29
SL
86 'label' => "varchar(255) NOT NULL COMMENT 'Text for form field label (also friendly name for administering this custom property).'",
87 'help_pre' => "text COMMENT 'Description and/or help text to display before this field.'",
88 'help_post' => "text COMMENT 'Description and/or help text to display after this field.'",
0eb5249a 89 ],
90 'civicrm_option_value' => [
b2f1ab29
SL
91 'label' => "varchar(512) NOT NULL COMMENT 'Option string as displayed to users - e.g. the label in an HTML OPTION tag.'",
92 'description' => "text COMMENT 'Optional description.'",
0eb5249a 93 ],
94 'civicrm_group' => [
1b9bdac6 95 'title' => "varchar(255) COMMENT 'Name of Group.'",
35fd9d21
SL
96 'frontend_title' => "varchar(255) DEFAULT NULL COMMENT 'Alternative public title for this Group.'",
97 'frontend_description' => "text DEFAULT NULL COMMENT 'Alternative public description of the group.'",
0eb5249a 98 ],
99 'civicrm_contribution_page' => [
b2f1ab29
SL
100 'title' => "varchar(255) COMMENT 'Contribution Page title. For top of page display'",
101 'intro_text' => "text COMMENT 'Text and html allowed. Displayed below title.'",
102 'pay_later_text' => "text COMMENT 'The text displayed to the user in the main form'",
103 'pay_later_receipt' => "text COMMENT 'The receipt sent to the user instead of the normal receipt text'",
104 'initial_amount_label' => "varchar(255) COMMENT 'Initial amount label for partial payment'",
105 'initial_amount_help_text' => "text COMMENT 'Initial amount help text for partial payment'",
106 'thankyou_title' => "varchar(255) COMMENT 'Title for Thank-you page (header title tag, and display at the top of the page).'",
107 'thankyou_text' => "text COMMENT 'text and html allowed. displayed above result on success page'",
108 'thankyou_footer' => "text COMMENT 'Text and html allowed. displayed at the bottom of the success page. Common usage is to include link(s) to other pages such as tell-a-friend, etc.'",
109 'receipt_from_name' => "varchar(255) COMMENT 'FROM email name used for receipts generated by contributions to this contribution page.'",
110 'receipt_text' => "text COMMENT 'text to include above standard receipt info on receipt email. emails are text-only, so do not allow html for now'",
111 'footer_text' => "text COMMENT 'Text and html allowed. Displayed at the bottom of the first page of the contribution wizard.'",
6489e3de 112 'frontend_title' => "varchar(255) DEFAULT NULL COMMENT 'Contribution Page Public title'",
0eb5249a 113 ],
114 'civicrm_product' => [
b2f1ab29
SL
115 'name' => "varchar(255) NOT NULL COMMENT 'Required product/premium name'",
116 'description' => "text COMMENT 'Optional description of the product/premium.'",
117 'options' => "text COMMENT 'Store comma-delimited list of color, size, etc. options for the product.'",
0eb5249a 118 ],
4c257e17 119 'civicrm_payment_processor' => [
b2f1ab29 120 'title' => "varchar(127) COMMENT 'Payment Processor Descriptive Name.'",
4c257e17 121 ],
0eb5249a 122 'civicrm_membership_type' => [
dec137c7 123 'name' => "varchar(128) NOT NULL COMMENT 'Name of Membership Type'",
b2f1ab29 124 'description' => "varchar(255) COMMENT 'Description of Membership Type'",
0eb5249a 125 ],
126 'civicrm_membership_block' => [
b2f1ab29
SL
127 'new_title' => "varchar(255) COMMENT 'Title to display at top of block'",
128 'new_text' => "text COMMENT 'Text to display below title'",
129 'renewal_title' => "varchar(255) COMMENT 'Title for renewal'",
130 'renewal_text' => "text COMMENT 'Text to display for member renewal'",
0eb5249a 131 ],
132 'civicrm_price_set' => [
b2f1ab29
SL
133 'title' => "varchar(255) NOT NULL COMMENT 'Displayed title for the Price Set.'",
134 'help_pre' => "text COMMENT 'Description and/or help text to display before fields in form.'",
135 'help_post' => "text COMMENT 'Description and/or help text to display after fields in form.'",
0eb5249a 136 ],
137 'civicrm_dashboard' => [
b2f1ab29 138 'label' => "varchar(255) COMMENT 'dashlet title'",
0eb5249a 139 ],
140 'civicrm_uf_group' => [
b2f1ab29
SL
141 'title' => "varchar(64) NOT NULL COMMENT 'Form title.'",
142 'frontend_title' => "varchar(64) COMMENT 'Profile Form Public title'",
143 'help_pre' => "text COMMENT 'Description and/or help text to display before fields in form.'",
144 'help_post' => "text COMMENT 'Description and/or help text to display after fields in form.'",
145 'cancel_button_text' => "varchar(64) DEFAULT NULL COMMENT 'Custom Text to display on the Cancel button when used in create or edit mode'",
146 'submit_button_text' => "varchar(64) DEFAULT NULL COMMENT 'Custom Text to display on the submit button on profile edit/create screens'",
0eb5249a 147 ],
148 'civicrm_uf_field' => [
b2f1ab29
SL
149 'help_post' => "text COMMENT 'Description and/or help text to display after this field.'",
150 'help_pre' => "text COMMENT 'Description and/or help text to display before this field.'",
151 'label' => "varchar(255) NOT NULL COMMENT 'To save label for fields.'",
0eb5249a 152 ],
153 'civicrm_price_field' => [
b2f1ab29
SL
154 'label' => "varchar(255) NOT NULL COMMENT 'Text for form field label (also friendly name for administering this field).'",
155 'help_pre' => "text COMMENT 'Description and/or help text to display before this field.'",
156 'help_post' => "text COMMENT 'Description and/or help text to display after this field.'",
0eb5249a 157 ],
158 'civicrm_price_field_value' => [
7154c2c0 159 'label' => "varchar(255) DEFAULT NULL COMMENT 'Price field option label'",
b2f1ab29
SL
160 'description' => "text DEFAULT NULL COMMENT 'Price field option description.'",
161 'help_pre' => "text DEFAULT NULL COMMENT 'Price field option pre help text.'",
162 'help_post' => "text DEFAULT NULL COMMENT 'Price field option post field help.'",
0eb5249a 163 ],
164 'civicrm_pcp_block' => [
b2f1ab29 165 'link_text' => "varchar(255) DEFAULT NULL COMMENT 'Link text for PCP.'",
0eb5249a 166 ],
167 'civicrm_event' => [
b2f1ab29
SL
168 'title' => "varchar(255) COMMENT 'Event Title (e.g. Fall Fundraiser Dinner)'",
169 'summary' => "text COMMENT 'Brief summary of event. Text and html allowed. Displayed on Event Registration form and can be used on other CMS pages which need an event summary.'",
170 'description' => "text COMMENT 'Full description of event. Text and html allowed. Displayed on built-in Event Information screens.'",
171 'registration_link_text' => "varchar(255) COMMENT 'Text for link to Event Registration form which is displayed on Event Information screen when is_online_registration is true.'",
172 'event_full_text' => "text COMMENT 'Message to display on Event Information page and INSTEAD OF Event Registration form if maximum participants are signed up. Can include email address/info about getting on a waiting list, etc. Text and html allowed.'",
0eb5249a 173 'fee_label' => "varchar(255)",
b2f1ab29
SL
174 'intro_text' => "text COMMENT 'Introductory message for Event Registration page. Text and html allowed. Displayed at the top of Event Registration form.'",
175 'footer_text' => "text COMMENT 'Footer message for Event Registration page. Text and html allowed. Displayed at the bottom of Event Registration form.'",
176 'confirm_title' => "varchar(255) DEFAULT NULL COMMENT 'Title for Confirmation page.'",
177 'confirm_text' => "text COMMENT 'Introductory message for Event Registration page. Text and html allowed. Displayed at the top of Event Registration form.'",
178 'confirm_footer_text' => "text COMMENT 'Footer message for Event Registration page. Text and html allowed. Displayed at the bottom of Event Registration form.'",
179 'confirm_email_text' => "text COMMENT 'text to include above standard event info on confirmation email. emails are text-only, so do not allow html for now'",
180 'confirm_from_name' => "varchar(255) COMMENT 'FROM email name used for confirmation emails.'",
181 'thankyou_title' => "varchar(255) DEFAULT NULL COMMENT 'Title for ThankYou page.'",
182 'thankyou_text' => "text COMMENT 'ThankYou Text.'",
183 'thankyou_footer_text' => "text COMMENT 'Footer message.'",
184 'pay_later_text' => "text COMMENT 'The text displayed to the user in the main form'",
185 'pay_later_receipt' => "text COMMENT 'The receipt sent to the user instead of the normal receipt text'",
186 'initial_amount_label' => "varchar(255) COMMENT 'Initial amount label for partial payment'",
187 'initial_amount_help_text' => "text COMMENT 'Initial amount help text for partial payment'",
188 'waitlist_text' => "text COMMENT 'Text to display when the event is full, but participants can signup for a waitlist.'",
189 'approval_req_text' => "text COMMENT 'Text to display when the approval is required to complete registration for an event.'",
190 'template_title' => "varchar(255) COMMENT 'Event Template Title'",
0eb5249a 191 ],
192 ];
193 }
194 return $result;
195 }
196
197 /**
198 * Get a table indexed array of the indices for translatable fields.
199 *
200 * @return array
201 * Indices for translatable fields.
202 */
203 public static function &indices() {
518fa0ee 204 static $result = NULL;
0eb5249a 205 if (!$result) {
206 $result = [
207 'civicrm_custom_group' => [
208 'UI_title_extends' => [
209 'name' => 'UI_title_extends',
210 'field' => [
211 'title',
212 'extends',
213 ],
214 'unique' => 1,
215 ],
216 ],
217 'civicrm_custom_field' => [
218 'UI_label_custom_group_id' => [
219 'name' => 'UI_label_custom_group_id',
220 'field' => [
221 'label',
222 'custom_group_id',
223 ],
224 'unique' => 1,
225 ],
226 ],
227 'civicrm_group' => [
228 'UI_title' => [
229 'name' => 'UI_title',
230 'field' => [
231 'title',
232 ],
233 'unique' => 1,
234 ],
235 ],
236 ];
237 }
238 return $result;
239 }
240
241 /**
242 * Get tables with translatable fields.
243 *
244 * @return array
245 * Array of names of tables with fields that can be translated.
246 */
518fa0ee
SL
247 public static function &tables() {
248 static $result = NULL;
0eb5249a 249 if (!$result) {
250 $result = array_keys(self::columns());
251 }
252 return $result;
253 }
254
255 /**
256 * Get a list of widgets for editing translatable fields.
257 *
258 * @return array
259 * Array of the widgets for editing translatable fields.
260 */
518fa0ee
SL
261 public static function &widgets() {
262 static $result = NULL;
0eb5249a 263 if (!$result) {
264 $result = [
265 'civicrm_location_type' => [
266 'display_name' => [
267 'type' => "Text",
268 ],
269 ],
270 'civicrm_option_group' => [
271 'title' => [
272 'type' => "Text",
273 ],
274 'description' => [
275 'type' => "Text",
276 ],
277 ],
278 'civicrm_relationship_type' => [
279 'label_a_b' => [
280 'type' => "Text",
281 ],
282 'label_b_a' => [
283 'type' => "Text",
284 ],
285 'description' => [
286 'type' => "Text",
287 ],
288 ],
289 'civicrm_contact_type' => [
290 'label' => [
291 'type' => "Text",
292 ],
293 'description' => [
294 'type' => "TextArea",
295 'rows' => "2",
296 'cols' => "60",
297 ],
298 ],
299 'civicrm_batch' => [
300 'title' => [
301 'type' => "Text",
302 ],
303 'description' => [
304 'type' => "TextArea",
305 'rows' => "4",
306 'cols' => "80",
307 ],
308 ],
309 'civicrm_premiums' => [
310 'premiums_intro_title' => [
311 'type' => "Text",
312 ],
313 'premiums_intro_text' => [
314 'type' => "Text",
315 ],
316 'premiums_nothankyou_label' => [
317 'type' => "Text",
318 ],
319 ],
320 'civicrm_membership_status' => [
321 'label' => [
322 'type' => "Text",
323 ],
324 ],
325 'civicrm_survey' => [
326 'title' => [
327 'type' => "Text",
328 'required' => "true",
329 ],
330 'instructions' => [
331 'type' => "TextArea",
332 'rows' => "20",
333 'cols' => "80",
334 ],
335 'thankyou_title' => [
336 'type' => "Text",
337 ],
338 'thankyou_text' => [
339 'type' => "TextArea",
340 'rows' => "8",
341 'cols' => "60",
342 ],
343 ],
344 'civicrm_participant_status_type' => [
345 'label' => [
346 'type' => "Text",
347 ],
348 ],
349 'civicrm_case_type' => [
350 'title' => [
351 'type' => "Text",
352 'required' => "true",
353 ],
354 'description' => [
355 'type' => "Text",
356 ],
357 ],
358 'civicrm_tell_friend' => [
359 'title' => [
360 'type' => "Text",
361 ],
362 'intro' => [
363 'type' => "Text",
364 ],
365 'suggested_message' => [
366 'type' => "Text",
367 ],
368 'thankyou_title' => [
369 'type' => "Text",
370 ],
371 'thankyou_text' => [
372 'type' => "Text",
373 ],
374 ],
375 'civicrm_custom_group' => [
376 'title' => [
377 'type' => "Text",
378 'required' => "true",
379 ],
380 'help_pre' => [
381 'type' => "TextArea",
382 'rows' => "4",
383 'cols' => "80",
384 ],
385 'help_post' => [
386 'type' => "TextArea",
387 'rows' => "4",
388 'cols' => "80",
389 ],
390 ],
391 'civicrm_custom_field' => [
392 'label' => [
393 'type' => "Text",
394 'required' => "true",
395 ],
396 'help_pre' => [
397 'type' => "Text",
398 ],
399 'help_post' => [
400 'type' => "Text",
401 ],
402 ],
403 'civicrm_option_value' => [
404 'label' => [
405 'type' => "Text",
406 'required' => "true",
407 ],
408 'description' => [
409 'type' => "TextArea",
410 'rows' => "8",
411 'cols' => "60",
412 ],
413 ],
414 'civicrm_group' => [
415 'title' => [
416 'type' => "Text",
35fd9d21
SL
417 ],
418 'frontend_title' => [
419 'type' => "Text",
420 ],
421 'frontend_description' => [
422 'type' => "TextArea",
423 'rows' => "2",
424 'cols' => "60",
0eb5249a 425 ],
426 ],
427 'civicrm_contribution_page' => [
428 'title' => [
429 'type' => "Text",
430 ],
431 'intro_text' => [
432 'type' => "RichTextEditor",
433 'rows' => "6",
434 'cols' => "50",
435 ],
436 'pay_later_text' => [
437 'type' => "Text",
438 ],
439 'pay_later_receipt' => [
440 'type' => "Text",
441 ],
442 'initial_amount_label' => [
c23563e3 443 'label' => "Initial Amount Label",
0eb5249a 444 ],
445 'initial_amount_help_text' => [
c23563e3 446 'label' => "Initial Amount Help Text",
0eb5249a 447 ],
448 'thankyou_title' => [
449 'type' => "Text",
450 ],
451 'thankyou_text' => [
452 'type' => "RichTextEditor",
453 'rows' => "8",
454 'cols' => "60",
455 ],
456 'thankyou_footer' => [
457 'type' => "RichTextEditor",
458 'rows' => "8",
459 'cols' => "60",
460 ],
461 'receipt_from_name' => [
462 'type' => "Text",
463 ],
464 'receipt_text' => [
465 'type' => "TextArea",
466 'rows' => "6",
467 'cols' => "50",
468 ],
469 'footer_text' => [
470 'type' => "RichTextEditor",
471 'rows' => "6",
472 'cols' => "50",
473 ],
6489e3de
SL
474 'frontend_title' => [
475 'type' => "Text",
476 ],
0eb5249a 477 ],
478 'civicrm_product' => [
479 'name' => [
480 'type' => "Text",
481 'required' => "true",
482 ],
483 'description' => [
484 'type' => "Text",
485 ],
486 'options' => [
487 'type' => "Text",
488 ],
489 ],
4c257e17 490 'civicrm_payment_processor' => [
491 'title' => [
492 'type' => "Text",
493 ],
494 ],
0eb5249a 495 'civicrm_membership_type' => [
496 'name' => [
497 'type' => "Text",
80a96508 498 'label' => "Name",
dec137c7 499 'required' => "true",
0eb5249a 500 ],
501 'description' => [
502 'type' => "TextArea",
503 'rows' => "6",
504 'cols' => "50",
80a96508 505 'label' => "Description",
0eb5249a 506 ],
507 ],
508 'civicrm_membership_block' => [
509 'new_title' => [
510 'type' => "Text",
511 ],
512 'new_text' => [
513 'type' => "Text",
514 ],
515 'renewal_title' => [
516 'type' => "Text",
517 ],
518 'renewal_text' => [
519 'type' => "Text",
520 ],
521 ],
522 'civicrm_price_set' => [
523 'title' => [
524 'type' => "Text",
525 'required' => "true",
526 ],
527 'help_pre' => [
528 'type' => "TextArea",
529 'rows' => "4",
530 'cols' => "80",
531 ],
532 'help_post' => [
533 'type' => "TextArea",
534 'rows' => "4",
535 'cols' => "80",
536 ],
537 ],
538 'civicrm_dashboard' => [
539 'label' => [
540 'type' => "Text",
541 ],
542 ],
543 'civicrm_uf_group' => [
544 'title' => [
545 'type' => "Text",
546 'required' => "true",
547 ],
548 'frontend_title' => [
549 'type' => "Text",
550 ],
551 'help_pre' => [
552 'type' => "TextArea",
553 'rows' => "4",
554 'cols' => "80",
c23563e3 555 'label' => "Pre Help",
0eb5249a 556 ],
557 'help_post' => [
558 'type' => "TextArea",
559 'rows' => "4",
560 'cols' => "80",
561 ],
562 'cancel_button_text' => [
563 'type' => "Text",
564 ],
565 'submit_button_text' => [
566 'type' => "Text",
567 ],
568 ],
569 'civicrm_uf_field' => [
570 'help_post' => [
571 'type' => "Text",
572 ],
573 'help_pre' => [
574 'type' => "Text",
575 ],
576 'label' => [
577 'type' => "Text",
578 'required' => "true",
579 ],
580 ],
581 'civicrm_price_field' => [
582 'label' => [
583 'type' => "Text",
584 'required' => "true",
585 ],
586 'help_pre' => [
587 'type' => "TextArea",
588 'rows' => "4",
589 'cols' => "80",
590 ],
591 'help_post' => [
592 'type' => "TextArea",
593 'rows' => "4",
594 'cols' => "80",
595 ],
596 ],
597 'civicrm_price_field_value' => [
598 'label' => [
599 'type' => "Text",
600 ],
601 'description' => [
602 'type' => "TextArea",
603 'rows' => "2",
604 'cols' => "60",
c23563e3 605 'label' => "Description",
0eb5249a 606 ],
607 'help_pre' => [
608 'type' => "TextArea",
609 'rows' => "2",
610 'cols' => "60",
c23563e3 611 'label' => "Pre Help",
0eb5249a 612 ],
613 'help_post' => [
614 'type' => "TextArea",
615 'rows' => "2",
616 'cols' => "60",
c23563e3 617 'label' => "Post Help",
0eb5249a 618 ],
619 ],
620 'civicrm_pcp_block' => [
621 'link_text' => [
622 'type' => "Text",
623 ],
624 ],
625 'civicrm_event' => [
626 'title' => [
627 'type' => "Text",
628 ],
629 'summary' => [
630 'type' => "TextArea",
631 'rows' => "4",
632 'cols' => "60",
633 ],
634 'description' => [
efb34c99 635 'type' => "RichTextEditor",
0eb5249a 636 'rows' => "8",
637 'cols' => "60",
638 ],
639 'registration_link_text' => [
640 'type' => "Text",
641 ],
642 'event_full_text' => [
643 'type' => "TextArea",
644 'rows' => "4",
645 'cols' => "60",
646 ],
647 'fee_label' => [
648 'type' => "Text",
649 ],
650 'intro_text' => [
efb34c99 651 'type' => "RichTextEditor",
0eb5249a 652 'rows' => "6",
653 'cols' => "50",
654 ],
655 'footer_text' => [
efb34c99 656 'type' => "RichTextEditor",
0eb5249a 657 'rows' => "6",
658 'cols' => "50",
659 ],
660 'confirm_title' => [
661 'type' => "Text",
662 ],
663 'confirm_text' => [
efb34c99 664 'type' => "RichTextEditor",
0eb5249a 665 'rows' => "6",
666 'cols' => "50",
667 ],
668 'confirm_footer_text' => [
efb34c99 669 'type' => "RichTextEditor",
0eb5249a 670 'rows' => "6",
671 'cols' => "50",
672 ],
673 'confirm_email_text' => [
674 'type' => "TextArea",
675 'rows' => "4",
676 'cols' => "50",
677 ],
678 'confirm_from_name' => [
679 'type' => "Text",
680 ],
681 'thankyou_title' => [
682 'type' => "Text",
683 ],
684 'thankyou_text' => [
efb34c99 685 'type' => "RichTextEditor",
0eb5249a 686 'rows' => "6",
687 'cols' => "50",
688 ],
689 'thankyou_footer_text' => [
efb34c99 690 'type' => "RichTextEditor",
0eb5249a 691 'rows' => "6",
692 'cols' => "50",
693 ],
694 'pay_later_text' => [
efb34c99 695 'type' => "RichTextEditor",
0eb5249a 696 ],
697 'pay_later_receipt' => [
698 'type' => "Text",
699 ],
700 'initial_amount_label' => [
701 'type' => "Text",
702 ],
703 'initial_amount_help_text' => [
704 'type' => "Text",
705 ],
706 'waitlist_text' => [
707 'type' => "TextArea",
708 'rows' => "4",
709 'cols' => "60",
c23563e3 710 'label' => "Waitlist Text",
0eb5249a 711 ],
712 'approval_req_text' => [
713 'type' => "TextArea",
714 'rows' => "4",
715 'cols' => "60",
c23563e3 716 'label' => "Approval Required Text",
0eb5249a 717 ],
718 'template_title' => [
719 'type' => "Text",
720 ],
721 ],
722 ];
723 }
724 return $result;
725 }
726
727}