/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
presto-player
/
src
/
admin
/
blocks
/
shared
/
chapters
/
Upload File
HOME
export default function ({ attributes, setAttributes }) { return ( <PanelBody title={ <> {__("Chapters", "presto-player")} <ProBadge /> </> } > <VideoChapters setAttributes={setAttributes} attributes={attributes} /> </PanelBody> ); }