diff options
Diffstat (limited to 'chrome/app/policy')
-rw-r--r-- | chrome/app/policy/policy_templates.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json index ffeb660..59aa304 100644 --- a/chrome/app/policy/policy_templates.json +++ b/chrome/app/policy/policy_templates.json @@ -101,9 +101,10 @@ # 'can_be_recommended' can be set to True to include that policy in the # recommended policies templates. This only affects the template generation; # all policies can be at the recommended level. The default is False. -# 'max_size' specifies the maximal size of the external data that a policy can -# reference, in bytes. This annotation is compulsory for policies of type -# 'external'. It is ignored for all other policy types. +# +# The 'max_size' key is used to specify the maximal size of the external data +# that a policy can reference, in bytes. This annotation is compulsory for +# policies of type 'external'. It is ignored for all other policy types. # # The 'future' key is used to indicate that a policy isn't yet ready for # usage. It defaults to False, and currently affects the generated policy |