We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stated in Category.md
{ "categoryParamId": "SURFACE", "title": "Povrch", "unit": "", "values": [ { "id": "BRON ELOX", "text": "bronzový elox" }, { "id": "CHROME", "text": "chrom" }, ... ] },
Actual
7 => array:4 [ "paramId" => "LISTING_DESCRIPTION" "title" => "A lista leírása" "unit" => "" "values" => array:3 [ 0 => array:2 [ "value" => "BASIC" "text" => "alapvető" ] 1 => array:2 [ "value" => "UPGRADE" "text" => "frissítés" ] 2 => array:2 [ "value" => "PREMIUM" "text" => "prémium" ] ]
categoryParamId vs paramId and id vs value
categoryParamId
paramId
id
value
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Stated in Category.md
Actual
categoryParamId
vsparamId
andid
vsvalue
The text was updated successfully, but these errors were encountered: