Skip to content

Commit

Permalink
Changed templates url in editor config
Browse files Browse the repository at this point in the history
  • Loading branch information
ViorelEremia committed Apr 25, 2024
1 parent 58b3d47 commit 2c269a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/editor/editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ private function getApiConfigFields($config, $context)
'layoutsUrl' => Brizy_Config::getEditorTemplatesUrl('layouts'),
'popupsUrl' => Brizy_Config::getEditorTemplatesUrl('popups'),
'storiesUrl' => Brizy_Config::getEditorTemplatesUrl('stories'),
'templatesUrl' => 'https://j6dfq8pl41.b-cdn.net'
'templatesUrl' => 'https://template-2.b-cdn.net'
],
],
];
Expand Down

0 comments on commit 2c269a8

Please sign in to comment.