Skip to content

Add Examples section with valid JSON & prose #69

@bsmth

Description

@bsmth

Page URL

https://firefox-admin-docs.mozilla.org/reference/policies/

What specific section or headline is this issue about?

No response

What did you expect to see?

The policy pages should have examples that are copy-paste ready with prose explanations.

Do you have anything more you want to share?

People copy-paste JSON and expect it to work, for example:

{
  "policies": {
    "DisplayBookmarksToolbar": "always" | "never" | "newtab"
  }
}

Where we should have:

The following `DisplayBookmarksToolbar` policy enforces that the Bookmarks toolbar is only displayed on new tabs:

```json
{
 "DisplayBookmarksToolbar": "newtab"
}
```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions