__( 'Note Pad', 'desktop-mode' ), 'description' => __( 'Write a note and drag it onto the desktop to pin it.', 'desktop-mode' ), 'icon' => 'dashicons-sticky', 'script' => 'os-notes-widget', 'movable' => true, 'resizable' => true, 'min_width' => 240, 'min_height' => 300, 'default_width' => 300, 'default_height' => 360, ) ); } add_action( 'init', 'openstation_register_notes_widget', 6 );