bookmarks/src/flow.js

15 lines
414 B
JavaScript
Raw Permalink Normal View History

2020-09-21 12:25:50 +00:00
/*
* Copyright (c) 2020-2024. The Nextcloud Bookmarks contributors.
2020-09-21 12:25:50 +00:00
*
* This file is licensed under the Affero General Public License version 3 or later. See the COPYING file.
*/
2020-08-05 15:35:43 +00:00
// import FlowCreateBookmark from './components/FlowCreateBookmark'
window.OCA.WorkflowEngine.registerOperator({
id: 'OCA\\Bookmarks\\Flow\\CreateBookmark',
color: '#d90743',
operation: '',
// options: FlowCreateBookmark,
})