Numeric Field #15223
AnthonyGerges
started this conversation in
General
Numeric Field
#15223
Replies: 1 comment
-
That should be "Value" not "Numeric":
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
okay so im gonna share my json code that let me create a content item of type i also created , that has fields as numeric and text , so when i create the content item , it shows me the text field , but the numeric field still empty , so any one nknow why?
{
"name": "Blog",
"displayName": "Blog",
"description": "Provides a functional Blog with CMS features.",
"author": "The Orchard Core Team",
"website": "https://orchardcore.net",
"version": "1.0.0",
"issetuprecipe": false,
"categories": [ "default" ],
"tags": [ "blog" ],
// The variables are evaluated the first time they are accessed, and reused across steps
"variables": {
"adminUrlPrefix": "[js: configuration('OrchardCore_Admin:AdminUrlPrefix', 'Admin')]",
"blogContentItemId": "[js:uuid()]",
"menuContentItemId": "[js:uuid()]",
"tagsContentItemId": "[js:uuid()]",
"tagContentItemId": "[js:uuid()]",
"earthTagContentItemId": "[js:uuid()]",
"explorationTagContentItemId": "[js:uuid()]",
"spaceTagContentItemId": "[js:uuid()]",
"categoriesContentItemId": "[js:uuid()]",
"categoryTravelContentItemId": "[js:uuid()]"
// "now": "[js: new Date().toISOString()]"
},
"steps": [
{
"name": "feature",
"enable": [
// SaaS
"OrchardCore.HomeRoute",
"OrchardCore.Admin",
"OrchardCore.Diagnostics",
"OrchardCore.DynamicCache",
"OrchardCore.Features",
"OrchardCore.Navigation",
"OrchardCore.Recipes",
"OrchardCore.Resources",
"OrchardCore.Roles",
"OrchardCore.Security",
"OrchardCore.Settings",
"OrchardCore.Themes",
"OrchardCore.Users",
]
}
Beta Was this translation helpful? Give feedback.
All reactions