Skip to content

Commit

Permalink
docs: Doc update for LocalizedSettings images to not allow URLs to ex…
Browse files Browse the repository at this point in the history
…ternal image sources.

PiperOrigin-RevId: 355683554
  • Loading branch information
Google APIs authored and copybara-github committed Feb 4, 2021
1 parent adfc95e commit 9eab1b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions google/actions/sdk/v2/theme_customization.proto
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ message ThemeCustomization {
// This should be specified as a reference to the corresponding image in the
// `resources/images/` directory. Eg: `$resources.images.foo` (without the
// extension) for image in `resources/images/foo.jpg`
// When working on a project pulled from Console the Google managed url pulled
// could be used.
// When working on a project pulled from Console, the Google-managed URL
// pulled could be used. URLs from external sources are not allowed.
string landscape_background_image = 5;

// Portrait mode (minimum 1200x1920 pixels).
// This should be specified as a reference to the corresponding image in the
// `resources/images/` directory. Eg: `$resources.images.foo` (without the
// extension) for image in `resources/images/foo.jpg`
// When working on a project pulled from Console the Google managed url pulled
// could be used.
// When working on a project pulled from Console, the Google-managed URL
// pulled could be used. URLs from external sources are not allowed.
string portrait_background_image = 6;
}

0 comments on commit 9eab1b5

Please sign in to comment.