Browse
For agents
About
BeyondWords – AI audio for publishers
/
trunk
BeyondWords – AI audio for publishers
vtrunk
Switch version
7.1.0
trunk
4.0.0
4.0.1
4.0.2
4.0.3
4.0.4
4.0.5
4.0.6
4.1.0
4.1.1
4.1.2
4.2.0
4.2.1
4.2.2
4.2.3
4.2.4
4.3.0
4.4.0
4.5.0
4.5.1
4.6.0
4.6.1
4.6.2
4.7.0
All 43 releases
Overview
Code
speechkit
/
src
/
settings
/
index.js
index.js
in BeyondWords – AI audio for publishers trunk, at src/settings/index.js
8 lines
180 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
/**
2
* Settings feature entry — registers the `beyondwords/settings` data store.
3
*/
4
import
{
register
}
from
'
@wordpress/data
'
;
5
import
store
from
'
./store
'
;
6
7
register
(
store
)
;
8