We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c1786 commit 19816f6Copy full SHA for 19816f6
ios/Demo-iOS/Sources/ContentView.swift
@@ -96,8 +96,9 @@ private struct RemoteEditorRow: Identifiable {
96
private extension EditorConfiguration {
97
98
static var template: Self {
99
- #warning("1. Update the siteURL and authHeader values below")
100
- #warning("2. Install the Jetpack plugin to the site")
+ // Steps:
+ // 1. Update the siteURL and authHeader values below
101
+ // 2. Install the Jetpack plugin to the site
102
let siteUrl: String = "https://modify-me.com"
103
let authHeader: String = "Insert the Authorization header value here"
104
let siteApiRoot: String = "\(siteUrl)/wp-json/"
0 commit comments