UNPKG

@joshfarrant/shortcuts-js

Version:
20 lines 571 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const utils_1 = require("../utils"); /** * @action Post to WordPress * @section Content Types > Sharing > WordPress * @icon WordPress * * Posts the input to a WordPress blog as a new post or page. * * ```js * postToWordPress(); * ``` */ const postToWordPress = () => ({ WFWorkflowActionIdentifier: 'is.workflow.actions.wordpress.post', WFWorkflowActionParameters: {}, }); exports.default = utils_1.withActionOutput(postToWordPress); //# sourceMappingURL=postToWordPress.js.map