74 lines
1.9 KiB
SQL
74 lines
1.9 KiB
SQL
prompt --application/plugin_settings
|
|
begin
|
|
wwv_flow_api.component_begin (
|
|
p_version_yyyy_mm_dd=>'2021.04.15'
|
|
,p_release=>'21.1.7'
|
|
,p_default_workspace_id=>9014660246496943
|
|
,p_default_application_id=>770
|
|
,p_default_id_offset=>0
|
|
,p_default_owner=>'CORE'
|
|
);
|
|
wwv_flow_api.create_plugin_setting(
|
|
p_id=>wwv_flow_api.id(9019656401569800)
|
|
,p_plugin_type=>'REGION TYPE'
|
|
,p_plugin=>'NATIVE_DISPLAY_SELECTOR'
|
|
,p_attribute_01=>'Y'
|
|
);
|
|
wwv_flow_api.create_plugin_setting(
|
|
p_id=>wwv_flow_api.id(9019887172569805)
|
|
,p_plugin_type=>'ITEM TYPE'
|
|
,p_plugin=>'NATIVE_DATE_PICKER_JET'
|
|
,p_attribute_01=>'MONTH-PICKER:YEAR-PICKER'
|
|
,p_attribute_02=>'VISIBLE'
|
|
,p_attribute_03=>'15'
|
|
);
|
|
wwv_flow_api.create_plugin_setting(
|
|
p_id=>wwv_flow_api.id(9020130976569806)
|
|
,p_plugin_type=>'REGION TYPE'
|
|
,p_plugin=>'NATIVE_IR'
|
|
,p_attribute_01=>'IG'
|
|
);
|
|
wwv_flow_api.create_plugin_setting(
|
|
p_id=>wwv_flow_api.id(9020464290569806)
|
|
,p_plugin_type=>'ITEM TYPE'
|
|
,p_plugin=>'NATIVE_RICH_TEXT_EDITOR'
|
|
,p_attribute_01=>'Y'
|
|
);
|
|
wwv_flow_api.create_plugin_setting(
|
|
p_id=>wwv_flow_api.id(9020725903569807)
|
|
,p_plugin_type=>'ITEM TYPE'
|
|
,p_plugin=>'NATIVE_COLOR_PICKER'
|
|
,p_attribute_01=>'FULL'
|
|
,p_attribute_02=>'POPUP'
|
|
);
|
|
wwv_flow_api.create_plugin_setting(
|
|
p_id=>wwv_flow_api.id(9021074846569807)
|
|
,p_plugin_type=>'ITEM TYPE'
|
|
,p_plugin=>'NATIVE_STAR_RATING'
|
|
,p_attribute_01=>'fa-star'
|
|
,p_attribute_04=>'#VALUE#'
|
|
);
|
|
wwv_flow_api.create_plugin_setting(
|
|
p_id=>wwv_flow_api.id(9021362324569808)
|
|
,p_plugin_type=>'ITEM TYPE'
|
|
,p_plugin=>'NATIVE_SINGLE_CHECKBOX'
|
|
,p_attribute_01=>'Y'
|
|
,p_attribute_02=>'N'
|
|
);
|
|
wwv_flow_api.create_plugin_setting(
|
|
p_id=>wwv_flow_api.id(9021618462569808)
|
|
,p_plugin_type=>'ITEM TYPE'
|
|
,p_plugin=>'NATIVE_YES_NO'
|
|
,p_attribute_01=>'Y'
|
|
,p_attribute_03=>'N'
|
|
,p_attribute_05=>'SWITCH_CB'
|
|
);
|
|
wwv_flow_api.create_plugin_setting(
|
|
p_id=>wwv_flow_api.id(9021999486569808)
|
|
,p_plugin_type=>'REGION TYPE'
|
|
,p_plugin=>'NATIVE_CSS_CALENDAR'
|
|
);
|
|
wwv_flow_api.component_end;
|
|
end;
|
|
/
|