1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-01 02:18:02 +00:00

RealEstate demo: Set lat, long, price fields to be numeric

This commit is contained in:
jeremy@jermolene.com
2023-01-30 21:44:03 +00:00
parent 1ee77fb15a
commit dbea34135a
3 changed files with 3 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
import-field-column: Latitude
import-field-name: lat
import-field-type: number
import-field-source: column
import-spec-role: field
title: $:/_importspec/RealEstate/PropertiesRow/Field/lat

View File

@@ -1,5 +1,6 @@
import-field-column: Longitude
import-field-name: long
import-field-type: number
import-field-source: column
import-spec-role: field
title: $:/_importspec/RealEstate/PropertiesRow/Field/long

View File

@@ -1,5 +1,6 @@
import-field-column: Price
import-field-name: price
import-field-type: number
import-field-source: column
import-spec-role: field
title: $:/_importspec/RealEstate/PropertiesRow/Field/price