feat(Wordpress Node): Add post template option (#3139)

* Add wordpress post template option

* Fix: Add UI components and fix typo

* Add elementor template options

* Add Standard option

* 🔨 ability to use non elementor template, credential test, linter fixes

* 🔨 removed commented code

*  Improvements

Co-authored-by: Michael Kret <michael.k@radency.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
This commit is contained in:
Zapfmeister
2022-07-04 09:39:56 +02:00
committed by GitHub
parent a8c16675d0
commit 02bc3da785
7 changed files with 161 additions and 7 deletions

View File

@@ -11,6 +11,7 @@ export interface IPost {
ping_status?: string;
format?: string;
sticky?: boolean;
template?: string;
categories?: number[];
tags?: number[];
}