You are here

tmgmt_smartling.schema.yml in TMGMT Translator Smartling 8.3

config/schema/tmgmt_smartling.schema.yml

File

config/schema/tmgmt_smartling.schema.yml
View source
  1. tmgmt.translator.settings.smartling:
  2. type: tmgmt.translator_base
  3. mapping:
  4. project_id:
  5. type: string
  6. label: 'Project ID'
  7. user_id:
  8. type: string
  9. label: 'User ID'
  10. token_secret:
  11. type: string
  12. label: 'Token Secret'
  13. auto_authorize_locales:
  14. type: boolean
  15. label: 'Automatically authorize content for translation in Smartling'
  16. callback_url_use:
  17. type: boolean
  18. label: 'Use Smartling callback: /smartling/callback/%cron_key'
  19. callback_url_host:
  20. type: string
  21. label: 'Override callback url host'
  22. retrieval_type:
  23. type: string
  24. label: 'The desired format for the download'
  25. allow_override:
  26. type: boolean
  27. label: 'Allow override translation file on smartling side'
  28. scheme:
  29. type: string
  30. label: 'Schema to store translation files in'
  31. contextUsername:
  32. type: string
  33. label: 'Username for context retrieval'
  34. context_silent_user_switching:
  35. type: boolean
  36. label: 'Context silent user authentication'
  37. context_skip_host_verifying:
  38. type: boolean
  39. label: 'Skip host verification'
  40. custom_regexp_placeholder:
  41. type: string
  42. label: 'Custom RegExp Placeholder'
  43. export_format:
  44. type: string
  45. label: 'Export format for file type'
  46. identical_file_name:
  47. type: boolean
  48. label: 'Use identical file names for jobs that contain identical content'
  49. enable_smartling_logging:
  50. type: boolean
  51. label: 'Enable Smartling logging'
  52. enable_notifications:
  53. type: boolean
  54. label: 'Enable Smartling notifications'
  55. async_mode:
  56. type: boolean
  57. label: 'Asynchronous mode'
  58. enable_basic_auth:
  59. type: boolean
  60. label: 'Enable basic auth for context'
  61. basic_auth:
  62. type: mapping
  63. label: 'Basic auth'
  64. mapping:
  65. login:
  66. type: string
  67. label: 'Login'
  68. password:
  69. type: string
  70. label: 'Password'
  71. action.configuration.tmgmt_smartling_send_context_action:
  72. type: action_configuration_default
  73. label: 'Send context action'