Side by Side Diff: chrome/common/extensions/docs/templates/private/availability_messages.html
Issue 18323018:
Linking AvailabilityFinder with APIDataSource and intro-table templates. (Closed)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More Generic Templates
Created 7 years, 5 months ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
On 2013/07/16 22:25:00, kalman wrote:
> Stable since Chrome {{version}}.
>
> Also could you add
>
> {{- TODO(epeterson): link to the entry in What's New page once it's generated.
> -}}
Done.
4 {{/stable}}
5 {{?beta}}
6 <a href="https://www.google.com/landing/chrome/beta/">Beta</a> and <a href="
http://www.chromium.org/getting-involved/dev-channel">dev</a> channels only.
7 {{/beta}}
8 {{?dev}}
9 <a href="http://www.chromium.org/getting-involved/dev-channel">Dev</a> chann
el only.
10 {{/dev}}
11 {{?trunk}}
12 Only when <a href="http://www.chromium.org/developers/">built from source</a
>.
13 {{/trunk}}
14 {{?experimental}}
15 Experimental only (see <a href="experimental.html#using">How to use experime
ntal APIs</a>).
16 {{/experimental}}
17 {{/message}}
epeterson
2013/07/16 00:28:23
All of the possible availability messages were put
All of the possible availability messages were put into this file to keep them
nice and tidy.
This template will have a content node from the intro_list passed into it, so it
'knows' which message to display and has access to the version if an API is
'stable.'
not at google - send to devlin
2013/07/16 22:25:00
yeah so I'll comment in the data source. we'd need
On 2013/07/16 00:28:23, epeterson wrote:
> All of the possible availability messages were put into this file to keep them
> nice and tidy.
>
> This template will have a content node from the intro_list passed into it, so
it
> 'knows' which message to display and has access to the version if an API is
> 'stable.'
yeah so I'll comment in the data source. we'd need to pull the "stable since
Chrome {{version}}: into a separate partial but other than that they're all
there.
may also need to pull the wording out into separate partials?
On 2013/07/16 22:25:00, kalman wrote:
> On 2013/07/16 00:28:23, epeterson wrote:
> > All of the possible availability messages were put into this file to keep
them
> > nice and tidy.
> >
> > This template will have a content node from the intro_list passed into it,
so
> it
> > 'knows' which message to display and has access to the version if an API is
> > 'stable.'
>
> yeah so I'll comment in the data source. we'd need to pull the "stable since
> Chrome {{version}}: into a separate partial but other than that they're all
> there.
>
> may also need to pull the wording out into separate partials?
Issue 18323018: Linking AvailabilityFinder with APIDataSource and intro-table templates.
(Closed)
Created 7 years, 5 months ago by epeterson
Modified 7 years, 5 months ago
Reviewers: not at google - send to devlin, evan.peterson.ep_gmail.com
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 122