Migrate image_processing services to support translations (#96328)
* Migrate image_processing services to support translations * Apply suggestions from code review Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>pull/96375/head
parent
7468320860
commit
b1e4bae3f0
|
@ -1,8 +1,6 @@
|
|||
# Describes the format for available image processing services
|
||||
|
||||
scan:
|
||||
name: Scan
|
||||
description: Process an image immediately
|
||||
target:
|
||||
entity:
|
||||
domain: image_processing
|
||||
|
|
|
@ -12,5 +12,11 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"scan": {
|
||||
"name": "Scan",
|
||||
"description": "Processes an image immediately."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue