You are here

tmgmt_smartling.schema.yml in TMGMT Translator Smartling 8

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. api_url:
  5. type: string
  6. label: 'API URL'
  7. project_id:
  8. type: string
  9. label: 'Project ID'
  10. key:
  11. type: string
  12. label: 'Key'
  13. export_format:
  14. type: string
  15. label: Default export format
  16. auto_authorize_locales:
  17. type: boolean
  18. label: 'Automatically authorize content for translation in Smartling'
  19. callback_url_use:
  20. type: boolean
  21. label: 'Use Smartling callback: /smartling/callback/%cron_key'
  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. orgID:
  32. type: string
  33. label: 'orgID identifier from the API page in Smartling Dashboard'
  34. contextUsername:
  35. type: string
  36. label: 'Username for context retrieval'
  37. context_silent_user_switching:
  38. type: boolean
  39. label: 'Context silent user authentication'
  40. context_skip_host_verifying:
  41. type: boolean
  42. label: 'Skip host verification'
  43. custom_regexp_placeholder:
  44. type: string
  45. label: 'Custom RegExp Placeholder'
  46. export_format:
  47. type: string
  48. label: 'Export format for file type'
  49. identical_file_name:
  50. type: boolean
  51. label: 'Use identical file names for jobs that contain identical content'
  52. enable_basic_auth:
  53. type: boolean
  54. label: 'Enable basic auth for context'
  55. basic_auth:
  56. type: mapping
  57. label: 'Basic auth'
  58. mapping:
  59. login:
  60. type: string
  61. label: 'Login'
  62. password:
  63. type: string
  64. label: 'Password'
  65. action.configuration.tmgmt_smartling_send_context_action:
  66. type: action_configuration_default
  67. label: 'Send context action'