You are here

tmgmt_smartling.schema.yml in TMGMT Translator Smartling 8.2

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. 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. callback_url_host:
  23. type: string
  24. label: 'Override callback url host'
  25. retrieval_type:
  26. type: string
  27. label: 'The desired format for the download'
  28. allow_override:
  29. type: boolean
  30. label: 'Allow override translation file on smartling side'
  31. scheme:
  32. type: string
  33. label: 'Schema to store translation files in'
  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_smartling_logging:
  53. type: boolean
  54. label: 'Enable Smartling logging'
  55. enable_basic_auth:
  56. type: boolean
  57. label: 'Enable basic auth for context'
  58. basic_auth:
  59. type: mapping
  60. label: 'Basic auth'
  61. mapping:
  62. login:
  63. type: string
  64. label: 'Login'
  65. password:
  66. type: string
  67. label: 'Password'
  68. action.configuration.tmgmt_smartling_send_context_action:
  69. type: action_configuration_default
  70. label: 'Send context action'