- Updated FormBuilderFieldSettingsModal.vue and sideMenuNested.vue to replace text input for icon selection with an IconBrowser component, improving user experience for selecting Material Design icons. - Enhanced CustomActionButton.vue to differentiate between internal and external URLs when navigating, ensuring proper handling of external links. - Modified settings.local.json to include additional WebFetch commands for improved documentation access during development.
15 lines
326 B
JSON
15 lines
326 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(mkdir:*)",
|
|
"Bash(yarn dev:*)",
|
|
"Bash(yarn lint:*)",
|
|
"Bash(yarn build:*)",
|
|
"Bash(npx eslint:*)",
|
|
"WebFetch(domain:docs.iconify.design)",
|
|
"WebFetch(domain:iconify.design)",
|
|
"WebFetch(domain:api.iconify.design)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |