Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #118

Merged
merged 2 commits into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -132,22 +132,22 @@ fields:
type: craft\fields\Dropdown
25c0fbe7-5180-4842-bb9e-d530e9fb2042: # Radius
columnSuffix: ccyxspge
contentColumnType: integer(10)
contentColumnType: smallint(3)
fieldGroup: null
handle: radius
instructions: 'Radius of the circle around the source after it is selected'
instructions: 'Radius of the circle around the source after it is selected, measured in percent of the image width'
name: Radius
searchable: false
settings:
decimals: 0
defaultValue: 20
max: null
defaultValue: 5
max: 100
min: 0
prefix: null
previewCurrency: null
previewFormat: decimal
size: null
suffix: null
suffix: '%'
translationKeyFormat: null
translationMethod: none
type: craft\fields\Number
Expand All @@ -173,43 +173,43 @@ fields:
type: craft\fields\PlainText
b23a622a-4c70-4e4d-be4a-3b2fbc739d19: # Y
columnSuffix: cdbznkuo
contentColumnType: integer(10)
contentColumnType: smallint(3)
fieldGroup: null
handle: yCoord
instructions: 'Y position, in pixels, of this source on its alert image measured from the upper left corner'
instructions: 'Y position, in percent, of this source on its alert image measured from the upper left corner'
name: 'Y'
searchable: false
settings:
decimals: 0
defaultValue: null
max: null
min: null
max: 100
min: 0
prefix: null
previewCurrency: null
previewFormat: none
size: null
suffix: null
suffix: '%'
translationKeyFormat: null
translationMethod: none
type: craft\fields\Number
f7469ef4-1cc6-4236-9a47-b0a7cad50b6a: # X
columnSuffix: exfsorqh
contentColumnType: integer(10)
contentColumnType: smallint(3)
fieldGroup: null
handle: xCoord
instructions: 'X position, in pixels, of this source on its alert image measured from the upper left corner'
instructions: 'X position, in percent, of this source on its alert image measured from the upper left corner'
name: X
searchable: false
settings:
decimals: 0
defaultValue: null
max: null
min: null
max: 100
min: 0
prefix: null
previewCurrency: null
previewFormat: none
size: null
suffix: null
suffix: '%'
translationKeyFormat: null
translationMethod: none
type: craft\fields\Number
Expand Down
2 changes: 1 addition & 1 deletion api/config/project/project.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dateModified: 1715193932
dateModified: 1715730427
elementSources:
craft\elements\Entry:
-
Expand Down
Loading