Skip to content

Commit

Permalink
change dump values
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 authored and dvesh3 committed Aug 16, 2023
1 parent fc3ab72 commit 1a867d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dump/data-1-settings_store.sql
Expand Up @@ -30,7 +30,7 @@ INSERT INTO settings_store (`id`,`scope`,`data`,`type`) VALUES ('7','pimcore_pre
INSERT INTO settings_store (`id`,`scope`,`data`,`type`) VALUES ('8','pimcore_custom_views','{\"treetype\":\"object\",\"name\":\"Customer Segments\",\"icon\":\"\\/bundles\\/pimcoreadmin\\/img\\/flat-white-icons\\/pie_chart.svg\",\"id\":8,\"showroot\":false,\"rootfolder\":\"\\/Customer Management\\/segments\",\"classes\":\"1,2,3\",\"position\":\"left\",\"sort\":\"6\",\"expanded\":true}','string');
INSERT INTO settings_store (`id`,`scope`,`data`,`type`) VALUES ('8','pimcore_predefined_properties','{\"name\":\"Print Register Type\",\"description\":\"Defines color and size of register.\",\"key\":\"print_register_type\",\"type\":\"select\",\"data\":\"\",\"config\":\"orange,red,violett,green,blue,yellow\",\"ctype\":\"document\",\"inheritable\":true,\"creationDate\":1566309612,\"modificationDate\":1643206317}','string');
INSERT INTO settings_store (`id`,`scope`,`data`,`type`) VALUES ('9','pimcore_predefined_properties','{\"name\":\"Print Register Title\",\"description\":\"Defines title for register.\",\"key\":\"print_register_title\",\"type\":\"text\",\"data\":\"\",\"config\":\"\",\"ctype\":\"document\",\"inheritable\":true,\"creationDate\":1566309660,\"modificationDate\":1643206319}','string');
INSERT INTO settings_store (`id`,`scope`,`data`,`type`) VALUES ('system_settings','pimcore_system_settings','{\"general\":{\"domain\":\"\",\"redirect_to_maindomain\":false,\"language\":\"en\",\"valid_languages\":[\"en\",\"de\",\"fr\"],\"fallback_languages\":{\"en\":\"\",\"de\":\"\",\"fr\":\"\"},\"default_language\":\"en\",\"debug_admin_translations\":false},\"documents\":{\"versions\":{\"days\":null,\"steps\":null},\"error_pages\":{\"default\":\"\",\"localized\":{\"en\":\"\",\"de\":\"\",\"fr\":\"\"}}},\"objects\":{\"versions\":{\"days\":null,\"steps\":null}},\"assets\":{\"versions\":{\"days\":null,\"steps\":null}},\"email\":[]}','string');
INSERT INTO settings_store (`id`,`scope`,`data`,`type`) VALUES ('system_settings','pimcore_system_settings','{\"general\":{\"domain\":\"\",\"redirect_to_maindomain\":false,\"language\":\"en\",\"valid_languages\":[\"en\",\"de\",\"fr\"],\"fallback_languages\":{\"en\":\"\",\"de\":\"\",\"fr\":\"\"},\"default_language\":\"en\",\"debug_admin_translations\":false},\"documents\":{\"versions\":{\"days\":null,\"steps\":10},\"error_pages\":{\"default\":\"\/en\\/Error-Page\",\"localized\":{\"en\":\"\",\"de\":\"\",\"fr\":\"\"}}},\"objects\":{\"versions\":{\"days\":null,\"steps\":10}},\"assets\":{\"versions\":{\"days\":null,\"steps\":10}},\"email\":[]}','string');
INSERT INTO settings_store (`id`,`scope`,`data`,`type`) VALUES ('admin_system_settings','pimcore_admin_system_settings','{\"branding\":{\"login_screen_invert_colors\":false,\"color_login_screen\":\"\",\"color_admin_interface\":\"\","color_admin_interface_background\":\"\",\"login_screen_custom_image\":\"\"},\"assets\":{\"hide_edit_image\":false,\"disable_tree_preview\":false}}','string');
INSERT INTO settings_store (`id`,`scope`,`data`,`type`) VALUES ('assets','pimcore_data_hub','{\"general\":{\"active\":true,\"type\":\"graphql\",\"name\":\"assets\",\"description\":\"\",\"group\":\"\",\"sqlObjectCondition\":\"\",\"modificationDate\":1640088588,\"path\":null,\"createDate\":1640088588},\"schema\":{\"queryEntities\":[],\"mutationEntities\":[],\"specialEntities\":{\"document\":{\"read\":false,\"create\":false,\"update\":false,\"delete\":false},\"document_folder\":{\"read\":false,\"create\":false,\"update\":false,\"delete\":false},\"asset\":{\"read\":true,\"create\":false,\"update\":false,\"delete\":false},\"asset_folder\":{\"read\":true,\"create\":false,\"update\":false,\"delete\":false},\"asset_listing\":{\"read\":false,\"create\":false,\"update\":false,\"delete\":false},\"object_folder\":{\"read\":false,\"create\":false,\"update\":false,\"delete\":false}}},\"security\":{\"method\":\"datahub_apikey\",\"apikey\":\"9e265983fbd2dc42b8f7cdb841c82807\",\"skipPermissionCheck\":false,\"disableIntrospection\":true},\"workspaces\":{\"asset\":[{\"read\":true,\"cpath\":\"\\/Brand Logos\",\"create\":false,\"update\":false,\"delete\":false,\"id\":\"extModel14963-1\"},{\"read\":true,\"cpath\":\"\\/Car Images\",\"create\":false,\"update\":false,\"delete\":false,\"id\":\"extModel4621-1\"}],\"document\":[],\"object\":[]}}','string');
INSERT INTO settings_store (`id`,`scope`,`data`,`type`) VALUES ('BUNDLE_INSTALLED__Pimcore\\Bundle\\AdminBundle\\PimcoreAdminBundle','pimcore','1','bool');
Expand Down

0 comments on commit 1a867d7

Please sign in to comment.