File: resources/views/admin/settings/interface.blade.php
@extends('twill::layouts.form', [
'contentFieldsetLabel' => 'Home',
])
@section('contentFields')
@formField('input', [
'name' => 'home-a11yHeading',| PROMPT='%{$fg_bold[cyan]%}%c %{$fg_bold[white]%}$(git_prompt_info)%{$fg_bold[white]%} %{$fg_bold[cyan]%}• %{$reset_color%}' | |
| ZSH_THEME_GIT_PROMPT_PREFIX="[%{$fg[red]%}" | |
| ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" | |
| ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}*%{$fg[white]%}]%{$reset_color%}" | |
| ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[white]%}]" |
| services: | |
| elastic: | |
| image: docker.elastic.co/elasticsearch/elasticsearch:7.9.3 | |
| container_name: elastic | |
| environment: | |
| - node. name=elastic | |
| - cluster.name=elastic-docker-cluster | |
| - discovery.type=single-node | |
| - bootstrap. memory_lock=true | |
| - "ES_JAVA_OPTS=-Xms512m -Xmx512m" |
| <?php | |
| namespace A17\Twill\Commands; | |
| use Carbon\Carbon; | |
| use Illuminate\Database\DatabaseManager; | |
| use Illuminate\Database\Query\Builder; | |
| use Illuminate\Support\Collection; | |
| use Illuminate\Support\Str; | |
| use A17\Twill\Models\Media; |
| /** | |
| * The subscriber classes to register. | |
| * | |
| * @var array | |
| */ | |
| protected $subscribe = [ | |
| 'App\Listeners\TwillEventSubscriber', | |
| ]; | |
| <?php | |
| namespace App\Console\Commands; | |
| use Illuminate\Console\Command; | |
| use Illuminate\Support\Facades\DB; | |
| class DeleteCrops extends Command | |
| { | |
| /** |
| <?php | |
| namespace App\Console\Commands; | |
| use Illuminate\Console\Command; | |
| use Illuminate\Support\Facades\DB; | |
| class UpdateCrops extends Command | |
| { | |
| /** |
| // Place your key bindings in this file to overwrite the defaults | |
| [ | |
| { | |
| "key": "cmd+y", | |
| "command": "default:redo" | |
| }, | |
| /** | |
| * Activity Bar | |
| **/ | |
| { |
| { | |
| "editor.multiCursorModifier": "ctrlCmd", | |
| "editor.snippetSuggestions": "top", | |
| "editor.formatOnPaste": false, | |
| "editor.renderWhitespace": "all", | |
| "editor.scrollBeyondLastLine": false, | |
| "files.insertFinalNewline": true, | |
| "editor.find.seedSearchStringFromSelection": true, | |
| "editor.fontSize": 15, | |
| "editor.tabSize": 4, |