Skip to content

Commit

Permalink
Merge pull request #376 from ibexa/temp_2.3_to_4.0
Browse files Browse the repository at this point in the history
Merge branch '2.3' of ezsystems/ezplatform-admin-ui into 4.0
  • Loading branch information
dew326 committed Mar 24, 2022
2 parents 13aa8d7 + 0f20d4c commit 3f5462d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/standard/ContentTypeFields.feature
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Feature: Content fields setting and editing
| fieldInternalName | fieldName | fieldSettings | label1 | value1 | label2 | value2 | label3 | value3 | contentItemName |
| ezstring | Text line | | value | Lorem ipsum | | | | | Lorem ipsum |
| ezselection | Selection | is_multiple:false,options:A first-Bielefeld-TestValue-Turtles-Zombies | value | TestValue | | | | | TestValue |
# | ezgmaplocation | Map location | | latitude | 34.1 | longitude | -118.2 | address | Los Angeles | Los Angeles |
| ezgmaplocation | Map location | | latitude | 34.1 | longitude | -118.2 | address | Los Angeles | Los Angeles |
| ezauthor | Authors | | name | Test Name | email | email@example.com | | | Test Name |
| ezboolean | Checkbox | | value | true | | | | | 1 |
| ezobjectrelation | Content relation (single) | | value | Media/Images | | | | | Images |
Expand Down Expand Up @@ -88,7 +88,7 @@ Feature: Content fields setting and editing
Examples:
| label1 | value1 | label2 | value2 | label3 | value3 | oldContentItemName | newContentItemName |
| value | Bielefeld | | | | | TestValue | Bielefeld |
# | latitude | -37.8 | longitude | 145.0 | address | Melbourne | Los Angeles | Melbourne |
| latitude | -37.8 | longitude | 145.0 | address | Melbourne | Los Angeles | Melbourne |
| name | Test Name Edited | email | edited.email@example.com | | | Test Name | Test Name Edited |
| value | false | | | | | 1 | 0 |
| value | Media/Files | | | | | Images | Files |
Expand Down

0 comments on commit 3f5462d

Please sign in to comment.