Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

constants.js 303B

12345678910111213
  1. // @flow
  2. /**
  3. * Flag indicating if Picture-in-Picture should be enabled.
  4. * Default: auto-detected.
  5. */
  6. export const PIP_ENABLED = 'pip.enabled';
  7. /**
  8. * Flag indicating if the welcome page should be enabled.
  9. * Default: disabled (false).
  10. */
  11. export const WELCOME_PAGE_ENABLED = 'welcomepage.enabled';