You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
requiredParams:
name: name
description: description
optionalParams:
revision: 1
category: fragment
formFactor: mobile
constraints:
- kotlin
screens:
- fragment_gallery
- menu_entry
minApi: 21
minBuildApi: 21
widgets:
- stringParameter:
id: className
name: Screen Name Prefix
help: The name of the Screen to create
constraints:
- class
- nonempty
- unique
default: Blank
- stringParameter:
id: fragmentName
name: Fragment Name
help: The name of the Fragment class to create
constraints:
- class
- nonempty
- unique
default: BlankFragment
suggest: ${className}Fragment
visibility: true
availability: false
в рецепте ставлю availability: false и виджет скрывается, вместо того что бы стать недоступным для редактирования
The text was updated successfully, but these errors were encountered: