Skip to content

Commit c3d9bdd

Browse files
authored
Merge pull request googleworkspace#69 from gsuitedevs/asrivas-patch-3
Add region tags to the Speaker Notes Script sample
2 parents 57f91c7 + 28c35ba commit c3d9bdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

slides/SpeakerNotesScript/scriptGen.gs

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17+
// [START apps_script_slides_speaker_notes_script]
1718
/**
1819
* Runs when the add-on is installed.
1920
* @param {object} e The event parameter for a simple onInstall trigger. To
@@ -66,3 +67,4 @@ function generateSlideScript() {
6667

6768
SlidesApp.getUi().alert(speakerNotesDoc.getName() + ' has been created in your Drive files.');
6869
}
70+
// [END apps_script_slides_speaker_notes_script]

0 commit comments

Comments
 (0)