|
|
@@ -75,7 +75,7 @@ const {projectData} = require('@e22m4u/js-data-projection');
|
|
|
{
|
|
|
password: { // настройки поля password
|
|
|
select: false, // поле password недоступно по умолчанию
|
|
|
- scopes: { // настройки для областей 'input' и 'output'
|
|
|
+ scopes: { // настройки для различных областей
|
|
|
input: true, // поле доступно для области 'input'
|
|
|
output: false // но скрыто для области 'output'
|
|
|
}
|