1
このコードはyogiben:autoform-mapパッケージから見つかりました。@あなたが流星群集の前でそれを使うときはどういう意味ですか?
流星群の前で使用するとどういう意味ですか?
Schemas = {}
@Cities = new Meteor.Collection('cities');
Schemas.Cities = new SimpleSchema
name:
type:String
max: 60
location:
type: String
autoform:
type: 'map'
afFieldInput:
geolocation: true
searchBox: true
autolocate: true
Cities.attachSchema(Schemas.Cities)