Added simple feature UI components and insertion dialog
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
import SimpleSchema from 'simpl-schema';
|
||||
import schema from '/imports/api/schema.js';
|
||||
|
||||
const ColorSchema = ({optional = false} = {}) => ({
|
||||
type: String,
|
||||
defaultValue: "#9E9E9E",
|
||||
|
||||
6
app/imports/api/creature/subSchemas/OrderSchema.js
Normal file
6
app/imports/api/creature/subSchemas/OrderSchema.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const OrderSchema = () => ({
|
||||
type: Number,
|
||||
index: true,
|
||||
});
|
||||
|
||||
export default OrderSchema;
|
||||
Reference in New Issue
Block a user