Skip to content

Commit

Permalink
Added blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
BobWez98 committed Nov 7, 2024
1 parent f824fb6 commit 763fce9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
composer.lock
node_modules
vendor
/vendor
mix-manifest.json
31 changes: 31 additions & 0 deletions resources/blueprints/vendor/runway/language_line.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
tabs:
main:
display: Main
sections:
-
fields:
-
handle: group
field:
type: text
display: Group
validate: required
localizable: false
-
handle: key
field:
type: translation_key
display: Key
validate: required
localizable: false
-
handle: text
field:
type: array
display: Text
localizable: false
sidebar:
display: Sidebar
sections:
- { }
title: 'Language line'

0 comments on commit 763fce9

Please sign in to comment.