From 99054801c7843740d4bb50cabf3e7dcfd58e29b7 Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Wed, 8 Feb 2023 20:57:02 -0500 Subject: [PATCH] Fix back link (#34) --- src/admin-theme/custom-feed-edit.liquid | 247 ++++++++++++++++++------ 1 file changed, 185 insertions(+), 62 deletions(-) diff --git a/src/admin-theme/custom-feed-edit.liquid b/src/admin-theme/custom-feed-edit.liquid index 6f7d8f9..78e0b85 100644 --- a/src/admin-theme/custom-feed-edit.liquid +++ b/src/admin-theme/custom-feed-edit.liquid @@ -1,13 +1,19 @@

{{ page_title }}

- - + + {%- assign typ = model.source_type -%}
@@ -17,8 +23,13 @@
- + Appended to {{ web_log.url_base }}/
@@ -27,8 +38,13 @@
- +
@@ -41,21 +57,31 @@
- +
- {% for cat in categories -%} - {%- endfor %} @@ -64,16 +90,25 @@
- +
- +
@@ -83,27 +118,47 @@
-
+
Podcast Settings
- +
- +
- +
@@ -111,12 +166,20 @@
- + - + iTunes Category / Subcategory List @@ -124,17 +187,26 @@
- +
- + + + @@ -145,31 +217,54 @@
- +
- + For iTunes, must match registered e-mail
- + Optional; blank for no default
- + Relative URL will be appended to {{ web_log.url_base }}/
@@ -178,8 +273,14 @@
- + Displayed in podcast directories
@@ -188,8 +289,13 @@
- + Optional; prepended to episode media file if present
@@ -198,8 +304,13 @@
- + Optional; URL describing donation options for this podcast, relative URL supported @@ -208,8 +319,14 @@
- + Optional; text for the funding link
@@ -218,21 +335,28 @@
- + Optional; v5 UUID uniquely identifying this podcast; once entered, do not change this value - (documentation) + (documentation)
- {% for med in medium_values -%} - {%- endfor %} @@ -240,8 +364,7 @@ Optional; medium of the podcast content - (documentation) + (documentation)
@@ -256,4 +379,4 @@
-
+ \ No newline at end of file