mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
9 lines
No EOL
223 B
JavaScript
9 lines
No EOL
223 B
JavaScript
/*
|
|
Let's add an international label to the field added in custom_fields.js
|
|
*/
|
|
|
|
import { addStrings } from 'meteor/vulcan:core';
|
|
|
|
addStrings('en', {
|
|
"posts.color": "Color" // add a new one (collection.field: "Label")
|
|
}); |