4a. import content from WP ; change design to reflect 4a
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
const constants = {};
|
||||
|
||||
constants.skillStage = {
|
||||
IN_DEVELOPMENT : 'development',
|
||||
LIVE : 'live'
|
||||
}
|
||||
|
||||
constants.amazonResultCodes = {
|
||||
OK: 200,
|
||||
ACCEPTED: 202,
|
||||
@@ -58,4 +63,10 @@ constants.stringConstraints = {
|
||||
EMAIL_MAX_LENGTH: 100,
|
||||
};
|
||||
|
||||
constants.answerType = {
|
||||
PREDEFINED: 0,
|
||||
EXTERNAL_SOURCE_WP_JSON : 1,
|
||||
EXTERNAL_SOURCE_RSS : 2
|
||||
}
|
||||
|
||||
module.exports = constants;
|
||||
|
||||
Reference in New Issue
Block a user