mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-04 01:53:24 +02:00
Initial upload of the control panel
This commit is contained in:
parent
f21bd93fbc
commit
7eab26586c
791 changed files with 312718 additions and 0 deletions
7
cp/public/assets/libs/tinymce/plugins/autolink/index.js
Normal file
7
cp/public/assets/libs/tinymce/plugins/autolink/index.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
// Exports the "autolink" plugin for usage with module loaders
|
||||
// Usage:
|
||||
// CommonJS:
|
||||
// require('tinymce/plugins/autolink')
|
||||
// ES2015:
|
||||
// import 'tinymce/plugins/autolink'
|
||||
require('./plugin.js');
|
Loading…
Add table
Add a link
Reference in a new issue