Skip to content

Commit 1642e34

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 0656924 + 5403815 commit 1642e34

15 files changed

+2545
-39
lines changed

css/os2web_cp_service.css

100644100755
File mode changed.

images/cal.png

100644100755
File mode changed.

js/jquery.qtip-1.0.0-rc3.min.js

100644100755
File mode changed.

js/os2web_cp_service.js

100644100755
File mode changed.

os2web_cp_service.features.field.inc

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,6 +1020,117 @@ function os2web_cp_service_field_default_fields() {
10201020
),
10211021
);
10221022

1023+
// Exported field: 'node-os2web_cp_service_cp_case-field_os2web_cp_service_searchmt'.
1024+
$fields['node-os2web_cp_service_cp_case-field_os2web_cp_service_searchmt'] = array(
1025+
'field_config' => array(
1026+
'active' => '1',
1027+
'cardinality' => '1',
1028+
'deleted' => '0',
1029+
'entity_types' => array(),
1030+
'field_name' => 'field_os2web_cp_service_searchmt',
1031+
'foreign keys' => array(
1032+
'format' => array(
1033+
'columns' => array(
1034+
'format' => 'format',
1035+
),
1036+
'table' => 'filter_format',
1037+
),
1038+
),
1039+
'indexes' => array(
1040+
'format' => array(
1041+
0 => 'format',
1042+
),
1043+
),
1044+
'locked' => '0',
1045+
'module' => 'text',
1046+
'settings' => array(),
1047+
'translatable' => '0',
1048+
'type' => 'text_long',
1049+
),
1050+
'field_instance' => array(
1051+
'bundle' => 'os2web_cp_service_cp_case',
1052+
'default_value' => NULL,
1053+
'deleted' => '0',
1054+
'description' => '',
1055+
'display' => array(
1056+
'default' => array(
1057+
'label' => 'above',
1058+
'module' => 'text',
1059+
'settings' => array(),
1060+
'type' => 'text_default',
1061+
'weight' => 23,
1062+
),
1063+
'related_block' => array(
1064+
'label' => 'above',
1065+
'settings' => array(),
1066+
'type' => 'hidden',
1067+
'weight' => 0,
1068+
),
1069+
'teaser' => array(
1070+
'label' => 'above',
1071+
'settings' => array(),
1072+
'type' => 'hidden',
1073+
'weight' => 0,
1074+
),
1075+
),
1076+
'entity_type' => 'node',
1077+
'field_name' => 'field_os2web_cp_service_searchmt',
1078+
'label' => 'Search Metadata',
1079+
'required' => 0,
1080+
'settings' => array(
1081+
'better_formats' => array(
1082+
'allowed_formats' => array(
1083+
'blokindhold' => 'blokindhold',
1084+
'filtered_html' => 'filtered_html',
1085+
'full_html' => 'full_html',
1086+
'php_code' => 'php_code',
1087+
'plain_text' => 'plain_text',
1088+
'raw' => 'raw',
1089+
),
1090+
'allowed_formats_toggle' => 0,
1091+
'default_order_toggle' => 0,
1092+
'default_order_wrapper' => array(
1093+
'formats' => array(
1094+
'blokindhold' => array(
1095+
'weight' => '-7',
1096+
),
1097+
'filtered_html' => array(
1098+
'weight' => '-10',
1099+
),
1100+
'full_html' => array(
1101+
'weight' => '-9',
1102+
),
1103+
'php_code' => array(
1104+
'weight' => '-6',
1105+
),
1106+
'plain_text' => array(
1107+
'weight' => '-8',
1108+
),
1109+
'raw' => array(
1110+
'weight' => '0',
1111+
),
1112+
),
1113+
),
1114+
),
1115+
'linkit' => array(
1116+
'enable' => 0,
1117+
'insert_plugin' => '',
1118+
),
1119+
'text_processing' => '0',
1120+
'user_register_form' => FALSE,
1121+
),
1122+
'widget' => array(
1123+
'active' => 1,
1124+
'module' => 'text',
1125+
'settings' => array(
1126+
'rows' => '5',
1127+
),
1128+
'type' => 'text_textarea',
1129+
'weight' => '40',
1130+
),
1131+
),
1132+
);
1133+
10231134
// Exported field: 'node-os2web_cp_service_cp_case-field_os2web_cp_service_status'.
10241135
$fields['node-os2web_cp_service_cp_case-field_os2web_cp_service_status'] = array(
10251136
'field_config' => array(
@@ -2237,6 +2348,7 @@ function os2web_cp_service_field_default_fields() {
22372348
t('Sagsstatus - Sagstypebetegnelse');
22382349
t('Sagstitel');
22392350
t('Sagstype - Sagstype');
2351+
t('Search Metadata');
22402352
t('SystemID');
22412353
t('TriggerRules');
22422354

0 commit comments

Comments
 (0)