Skip to content

Commit 9a831ca

Browse files
committed
updated theme visual
1 parent a30b623 commit 9a831ca

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

guide/13-managing-arcgis-applications/cloning-editing-storymap.ipynb

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,15 +363,19 @@
363363
"source": [
364364
"#### Theme\n",
365365
"\n",
366-
"Theme sets the visual style and appearance of the storymap. You can fetch and update the theme of your story as shown below. \n",
366+
"Theme sets the visual style and appearance of the StoryMap. ArcGIS StoryMaps supports the following themes:\n",
367367
"\n",
368-
"Supported type enumerations for theme include:\n",
368+
"![themes](https://github.com/user-attachments/assets/8f1cc448-cc6a-4e87-8734-7351d04a9e47)\n",
369+
"\n",
370+
"The ArcGIS API for Python supports these themes through type enumerations which include:\n",
369371
"* `SUMMIT` = \"summit\"\n",
370372
"* `OBSIDIAN` = \"obsidian\"\n",
371373
"* `RIDGELINE` = \"ridgeline\"\n",
372374
"* `MESA` = \"mesa\"\n",
373375
"* `TIDAL` = \"tidal\"\n",
374-
"* `SLATE` = \"slate\""
376+
"* `SLATE` = \"slate\"\n",
377+
"\n",
378+
"You can fetch and update the theme of your story as shown below."
375379
]
376380
},
377381
{

0 commit comments

Comments
 (0)