-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
51 lines (40 loc) · 1.34 KB
/
Copy pathplugin.yml
File metadata and controls
51 lines (40 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# ============================================
# Filament Plugin - Create Plugin Form
# jeffersongoncalves - filamentphp.com
# ============================================
# --- Details ---
name: "Ace Editor Field"
slug: "ace-editor-field"
github_repository: "jeffersongoncalves/filament-ace-editor-field"
description: "A Filament field that integrates the Ace code editor into your forms, providing a rich, syntax-highlighted code editing experience."
# --- Images ---
# Anexe os arquivos de imagem junto com este YAML no chat
image: "jeffersongoncalves-filament-ace-editor-field.png"
thumbnail: ""
# --- Compatibility & Features ---
versions:
- "v3"
- "v4"
- "v5"
categories:
- "Form Editor Field"
- "Form Field"
dark_theme_support: true
translation_support: false
# --- Documentation ---
documentation_url: ""
versioned_documentation:
- version: "v3"
url: "https://raw.githubusercontent.com/jeffersongoncalves/filament-ace-editor-field/1.x/README.md"
- version: "v4"
url: "https://raw.githubusercontent.com/jeffersongoncalves/filament-ace-editor-field/2.x/README.md"
- version: "v5"
url: "https://raw.githubusercontent.com/jeffersongoncalves/filament-ace-editor-field/3.x/README.md"
documentation_content: ""
# --- URLs ---
website: ""
discord: ""
# --- Pricing ---
anystack_product_id: ""
# --- Acao Final ---
action: "draft"