Initial commit: WordPress wp-content (themes, plugins, languages)
- Theme: momentry (custom theme with REST API routes) - Plugins: code-snippets (contains all API proxies) - Languages: zh_TW translations - Excludes: cache, backups, uploads, logs
This commit is contained in:
5
plugins/code-snippets/js/settings.ts
Normal file
5
plugins/code-snippets/js/settings.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { handleEditorPreviewUpdates, handleSettingsTabs, initVersionSwitch } from './services/settings'
|
||||
|
||||
handleSettingsTabs()
|
||||
handleEditorPreviewUpdates()
|
||||
initVersionSwitch()
|
||||
Reference in New Issue
Block a user