├── .claude └── commands │ └── doc.pr.md ├── .editorconfig ├── .github └── pull_request_template.md ├── .gitignore ├── CLAUDE.md ├── README.md ├── README.ru.md ├── en ├── _includes │ ├── modal-off-canvas-components.md │ ├── note-about-appearance-layout.md │ └── note-about-multiple-cast.md ├── advanced │ ├── commands.md │ ├── controllers.md │ ├── crud-resource.md │ ├── handlers.md │ ├── localization.md │ ├── moonshine-json-response.md │ ├── notifications.md │ ├── package-development.md │ ├── routes.md │ ├── testing.md │ ├── toasts.md │ └── type-casts.md ├── appearance │ ├── assets.md │ ├── colors.md │ ├── icons.md │ ├── layout.md │ └── menu.md ├── components │ ├── action-button.md │ ├── action-group.md │ ├── alert.md │ ├── assets.md │ ├── attributes.md │ ├── badge.md │ ├── body.md │ ├── boolean.md │ ├── bottom-bar.md │ ├── box.md │ ├── breadcrumbs.md │ ├── burger.md │ ├── card.md │ ├── cards-builder.md │ ├── carousel.md │ ├── collapse.md │ ├── color.md │ ├── components.md │ ├── content.md │ ├── div.md │ ├── divider.md │ ├── dropdown.md │ ├── favicon.md │ ├── fields-group.md │ ├── files.md │ ├── flash.md │ ├── flex.md │ ├── flexible-render.md │ ├── footer.md │ ├── form-builder.md │ ├── fragment.md │ ├── grid.md │ ├── head.md │ ├── header.md │ ├── heading.md │ ├── html.md │ ├── icon.md │ ├── img.md │ ├── index.md │ ├── layout.md │ ├── line-break.md │ ├── link.md │ ├── loader.md │ ├── locales.md │ ├── logo.md │ ├── menu.md │ ├── meta.md │ ├── metrics.md │ ├── mobilebar.md │ ├── modal.md │ ├── notifications.md │ ├── off-canvas.md │ ├── popover.md │ ├── profile.md │ ├── progress-bar.md │ ├── rating.md │ ├── search.md │ ├── second-bar.md │ ├── sidebar.md │ ├── spinner.md │ ├── table-builder.md │ ├── tabs.md │ ├── theme-switcher.md │ ├── thumbnails.md │ ├── title.md │ ├── topbar.md │ ├── when.md │ └── wrapper.md ├── configuration.md ├── contribution.md ├── faq.md ├── fields │ ├── basic-methods.md │ ├── belongs-to-many.md │ ├── belongs-to.md │ ├── checkbox.md │ ├── code.md │ ├── color.md │ ├── date-range.md │ ├── date.md │ ├── email.md │ ├── enum.md │ ├── fieldset.md │ ├── file.md │ ├── has-many-through.md │ ├── has-many.md │ ├── has-one-through.md │ ├── has-one.md │ ├── hidden-ids.md │ ├── hidden.md │ ├── id.md │ ├── image.md │ ├── index.md │ ├── json.md │ ├── markdown.md │ ├── morph-many.md │ ├── morph-one.md │ ├── morph-to-many.md │ ├── morph-to.md │ ├── number.md │ ├── password.md │ ├── phone.md │ ├── position.md │ ├── preview.md │ ├── range-slider.md │ ├── range.md │ ├── relation-repeater.md │ ├── select.md │ ├── slug.md │ ├── switcher.md │ ├── template.md │ ├── text.md │ ├── textarea.md │ ├── tinymce.md │ └── url.md ├── frontend │ ├── api.md │ ├── js.md │ └── sdui.md ├── index.md ├── installation.md ├── model-resource │ ├── authorization.md │ ├── buttons.md │ ├── events.md │ ├── fields.md │ ├── filters.md │ ├── import-export.md │ ├── index.md │ ├── metrics.md │ ├── pages.md │ ├── query-tags.md │ ├── query.md │ ├── routes.md │ └── search.md ├── page │ └── index.md ├── quick-start.md ├── recipes │ ├── async-metrics.md │ ├── async-remove-on-click.md │ ├── change-config.md │ ├── change-field-logic.md │ ├── custom-breadcrumbs.md │ ├── dashboard-settings.md │ ├── fields-group.md │ ├── form-with-events.md │ ├── hasmany-parent-id.md │ ├── index-page-cards.md │ ├── mass-edit.md │ ├── menu-authorization.md │ ├── multiple-fragments-selectors.md │ ├── profile.md │ ├── reorderable-resource.md │ ├── select.md │ ├── soft-deletes.md │ ├── table-paginator.md │ ├── tabs.md │ ├── template.md │ └── update-on-preview-pivot.md ├── security │ ├── authentication.md │ └── authorization.md ├── support-policy.md ├── troubleshooting.md └── upgrade-guide.md ├── navigation.md ├── resources └── screenshots │ ├── MS_img_300.jpg │ ├── actions_confirm.png │ ├── actions_confirm_dark.png │ ├── actions_dropdown.png │ ├── actions_dropdown_dark.png │ ├── actions_line.png │ ├── actions_line_dark.png │ ├── belongs_to.png │ ├── belongs_to_creatable.png │ ├── belongs_to_creatable_dark.png │ ├── belongs_to_dark.png │ ├── belongs_to_image.png │ ├── belongs_to_image_dark.png │ ├── belongs_to_many.png │ ├── belongs_to_many_creatable.png │ ├── belongs_to_many_creatable_dark.png │ ├── belongs_to_many_dark.png │ ├── belongs_to_many_horizontal.png │ ├── belongs_to_many_horizontal_dark.png │ ├── belongs_to_many_pivot.png │ ├── belongs_to_many_pivot_dark.png │ ├── belongs_to_many_preview.png │ ├── belongs_to_many_preview_count.png │ ├── belongs_to_many_preview_count_dark.png │ ├── belongs_to_many_preview_dark.png │ ├── belongs_to_many_preview_in_line.png │ ├── belongs_to_many_preview_in_line_dark.png │ ├── belongs_to_many_select.png │ ├── belongs_to_many_select_dark.png │ ├── belongs_to_many_select_pivot.png │ ├── belongs_to_many_select_pivot_dark.png │ ├── belongs_to_many_tree.png │ ├── belongs_to_many_tree_dark.png │ ├── block.png │ ├── block_dark.png │ ├── block_icon.png │ ├── block_icon_dark.png │ ├── block_without_title.png │ ├── block_without_title_dark.png │ ├── button.png │ ├── button_dark.png │ ├── changelogs.png │ ├── changelogs_dark.png │ ├── ckeditor.png │ ├── ckeditor_dark.png │ ├── code.png │ ├── code_dark.png │ ├── collapse.png │ ├── collapse_dark.png │ ├── collapse_icon.png │ ├── collapse_icon_dark.png │ ├── color.png │ ├── color_dark.png │ ├── dashboard.png │ ├── dashboard_dark.png │ ├── date-range.png │ ├── date-range_dark.png │ ├── date.png │ ├── date_dark.png │ ├── date_time.png │ ├── date_time_dark.png │ ├── divider.png │ ├── divider_dark.png │ ├── divider_label.png │ ├── divider_label_center.png │ ├── divider_label_center_dark.png │ ├── divider_label_dark.png │ ├── donut_chart_metric.png │ ├── donut_chart_metric_column_span.png │ ├── donut_chart_metric_column_span_dark.png │ ├── donut_chart_metric_dark.png │ ├── enum.png │ ├── enum_dark.png │ ├── errors_above_false.png │ ├── errors_above_false_dark.png │ ├── errors_above_true.png │ ├── errors_above_true_dark.png │ ├── expansion.png │ ├── expansion_dark.png │ ├── export.png │ ├── export_dark.png │ ├── field_scheme.png │ ├── file.png │ ├── file_dark.png │ ├── file_light.png │ ├── filter_belongs_to.png │ ├── filter_belongs_to_dark.png │ ├── filter_belongs_to_many.png │ ├── filter_belongs_to_many_dark.png │ ├── filter_date.png │ ├── filter_date_dark.png │ ├── filter_date_range.png │ ├── filter_date_range_dark.png │ ├── filter_has_one.png │ ├── filter_has_one_dark.png │ ├── filter_is_empty.png │ ├── filter_is_empty_dark.png │ ├── filter_select.png │ ├── filter_select_dark.png │ ├── filter_slide.png │ ├── filter_slide_dark.png │ ├── filter_switch.png │ ├── filter_switch_dark.png │ ├── filter_text.png │ ├── filter_text_dark.png │ ├── filters.png │ ├── filters_dark.png │ ├── flash.png │ ├── flash_dark.png │ ├── flex.png │ ├── flex_dark.png │ ├── footer.png │ ├── footer_dark.png │ ├── form.png │ ├── form_actions.png │ ├── form_actions_dark.png │ ├── form_components.png │ ├── form_components_dark.png │ ├── form_dark.png │ ├── grid.png │ ├── grid_dark.png │ ├── has_many.png │ ├── has_many_creatable.png │ ├── has_many_creatable_dark.png │ ├── has_many_dark.png │ ├── has_many_fields.png │ ├── has_many_fields_dark.png │ ├── has_many_link.png │ ├── has_many_link_dark.png │ ├── has_one.png │ ├── has_one_1.png │ ├── has_one_1_dark.png │ ├── has_one_2.png │ ├── has_one_2_dark.png │ ├── has_one_dark.png │ ├── has_one_preview.png │ ├── has_one_preview_dark.png │ ├── header.png │ ├── header_dark.png │ ├── heading.png │ ├── heading_dark.png │ ├── hint.png │ ├── hint_dark.png │ ├── horizontal.png │ ├── horizontal_dark.png │ ├── image.png │ ├── image_dark.png │ ├── input.png │ ├── input_dark.png │ ├── json_fields.png │ ├── json_fields_dark.png │ ├── json_key_value.png │ ├── json_key_value_dark.png │ ├── json_only_value.png │ ├── json_only_value_dark.png │ ├── json_relation.png │ ├── json_relation_dark.png │ ├── json_removable.png │ ├── json_removable_dark.png │ ├── json_vertical.png │ ├── json_vertical_dark.png │ ├── line_chart_metric.png │ ├── line_chart_metric_column_span.png │ ├── line_chart_metric_column_span_dark.png │ ├── line_chart_metric_dark.png │ ├── link.png │ ├── link_dark.png │ ├── login.png │ ├── login_dark.png │ ├── main.png │ ├── main_dark.png │ ├── markdown.png │ ├── markdown_dark.png │ ├── markdown_preview.png │ ├── markdown_preview_dark.png │ ├── mask.png │ ├── mask_dark.png │ ├── menu.png │ ├── menu_badge.png │ ├── menu_badge_dark.png │ ├── menu_dark.png │ ├── menu_divider.png │ ├── menu_divider_dark.png │ ├── menu_divider_label.png │ ├── menu_divider_label_dark.png │ ├── metrics.png │ ├── metrics_dark.png │ ├── morph_to.png │ ├── morph_to_array.png │ ├── morph_to_array_dark.png │ ├── morph_to_dark.png │ ├── notifications.png │ ├── notifications_dark.png │ ├── number_buttons.png │ ├── number_buttons_dark.png │ ├── page_detail_layers.png │ ├── page_detail_layers_dark.png │ ├── page_form_layers.png │ ├── page_form_layers_dark.png │ ├── page_index_layers.png │ ├── page_index_layers_dark.png │ ├── preview.png │ ├── preview_all.png │ ├── preview_all_dark.png │ ├── preview_dark.png │ ├── preview_image.png │ ├── preview_image_dark.png │ ├── profile.png │ ├── profile_dark.png │ ├── query_tags.png │ ├── query_tags_dark.png │ ├── quick-start-user.png │ ├── quill.png │ ├── quill_dark.png │ ├── range.png │ ├── range_dark.png │ ├── resource.png │ ├── resource_button_create.png │ ├── resource_button_create_dark.png │ ├── resource_button_delete.png │ ├── resource_button_delete_dark.png │ ├── resource_button_detail.png │ ├── resource_button_detail_dark.png │ ├── resource_button_edit.png │ ├── resource_button_edit_dark.png │ ├── resource_button_export.png │ ├── resource_button_export_dark.png │ ├── resource_button_filters.png │ ├── resource_button_filters_dark.png │ ├── resource_button_import.png │ ├── resource_button_import_dark.png │ ├── resource_button_mass_delete.png │ ├── resource_button_mass_delete_dark.png │ ├── resource_buttons_actions.png │ ├── resource_buttons_actions_dark.png │ ├── resource_buttons_bulk.png │ ├── resource_buttons_bulk_dark.png │ ├── resource_buttons_detail.png │ ├── resource_buttons_detail_dark.png │ ├── resource_buttons_form.png │ ├── resource_buttons_form_builder.png │ ├── resource_buttons_form_builder_dark.png │ ├── resource_buttons_form_dark.png │ ├── resource_buttons_index.png │ ├── resource_buttons_index_dark.png │ ├── resource_dark.png │ ├── resource_mode.png │ ├── resource_mode_dark.png │ ├── resource_paginate.png │ ├── resource_paginate_dark.png │ ├── resource_preview.png │ ├── resource_preview_dark.png │ ├── resource_simple_paginate.png │ ├── resource_simple_paginate_dark.png │ ├── search.png │ ├── search_component.png │ ├── search_component_dark.png │ ├── search_dark.png │ ├── select.png │ ├── select_dark.png │ ├── select_group.png │ ├── select_group_dark.png │ ├── select_multiple.png │ ├── select_multiple_dark.png │ ├── select_nullable.png │ ├── select_nullable_dark.png │ ├── select_searchable.png │ ├── select_searchable_dark.png │ ├── sidebar.png │ ├── sidebar_dark.png │ ├── slide.png │ ├── slide_dark.png │ ├── slug.png │ ├── slug_dark.png │ ├── stack_fields.png │ ├── stack_fields_dark.png │ ├── switcher.png │ ├── switcher_dark.png │ ├── table_class.png │ ├── table_class_dark.png │ ├── table_style.png │ ├── table_style_dark.png │ ├── tabs.png │ ├── tabs_dark.png │ ├── tabs_vertical.png │ ├── tabs_vertical_dark.png │ ├── tinymce.png │ ├── tinymce_dark.png │ ├── topbar.png │ ├── topbar_actions.png │ ├── topbar_actions_dark.png │ ├── topbar_dark.png │ ├── user-resource.png │ ├── validation.png │ ├── validation_dark.png │ ├── value_metric.png │ ├── value_metric_column_span.png │ ├── value_metric_column_span_dark.png │ ├── value_metric_dark.png │ ├── value_metric_format.png │ ├── value_metric_format_dark.png │ ├── value_metric_icon.png │ ├── value_metric_icon_dark.png │ ├── value_metric_progress.png │ ├── value_metric_progress_dark.png │ ├── without_wrapper.png │ ├── without_wrapper_dark.png │ ├── wysiwyg.png │ └── wysiwyg_dark.png └── ru ├── _includes ├── modal-off-canvas-components.md ├── note-about-appearance-layout.md └── note-about-multiple-cast.md ├── advanced ├── commands.md ├── controllers.md ├── crud-resource.md ├── handlers.md ├── localization.md ├── moonshine-json-response.md ├── notifications.md ├── package-development.md ├── routes.md ├── testing.md ├── toasts.md └── type-casts.md ├── appearance ├── assets.md ├── colors.md ├── icons.md ├── layout.md └── menu.md ├── components ├── action-button.md ├── action-group.md ├── alert.md ├── assets.md ├── attributes.md ├── badge.md ├── body.md ├── boolean.md ├── bottom-bar.md ├── box.md ├── breadcrumbs.md ├── burger.md ├── card.md ├── cards-builder.md ├── carousel.md ├── collapse.md ├── color.md ├── components.md ├── content.md ├── div.md ├── divider.md ├── dropdown.md ├── favicon.md ├── fields-group.md ├── files.md ├── flash.md ├── flex.md ├── flexible-render.md ├── footer.md ├── form-builder.md ├── fragment.md ├── grid.md ├── head.md ├── header.md ├── heading.md ├── html.md ├── icon.md ├── img.md ├── index.md ├── layout.md ├── line-break.md ├── link.md ├── loader.md ├── locales.md ├── logo.md ├── menu.md ├── meta.md ├── metrics.md ├── mobilebar.md ├── modal.md ├── notifications.md ├── off-canvas.md ├── popover.md ├── profile.md ├── progress-bar.md ├── rating.md ├── search.md ├── second-bar.md ├── sidebar.md ├── spinner.md ├── table-builder.md ├── tabs.md ├── theme-switcher.md ├── thumbnails.md ├── title.md ├── topbar.md ├── when.md └── wrapper.md ├── configuration.md ├── contribution.md ├── faq.md ├── fields ├── basic-methods.md ├── belongs-to-many.md ├── belongs-to.md ├── checkbox.md ├── code.md ├── color.md ├── date-range.md ├── date.md ├── email.md ├── enum.md ├── fieldset.md ├── file.md ├── has-many-through.md ├── has-many.md ├── has-one-through.md ├── has-one.md ├── hidden-ids.md ├── hidden.md ├── id.md ├── image.md ├── index.md ├── json.md ├── markdown.md ├── morph-many.md ├── morph-one.md ├── morph-to-many.md ├── morph-to.md ├── number.md ├── password.md ├── phone.md ├── position.md ├── preview.md ├── range-slider.md ├── range.md ├── relation-repeater.md ├── select.md ├── slug.md ├── switcher.md ├── template.md ├── text.md ├── textarea.md ├── tinymce.md └── url.md ├── frontend ├── api.md ├── js.md └── sdui.md ├── index.md ├── installation.md ├── model-resource ├── authorization.md ├── buttons.md ├── events.md ├── fields.md ├── filters.md ├── import-export.md ├── index.md ├── metrics.md ├── pages.md ├── query-tags.md ├── query.md ├── routes.md └── search.md ├── page └── index.md ├── quick-start.md ├── recipes ├── async-metrics.md ├── async-remove-on-click.md ├── change-config.md ├── change-field-logic.md ├── custom-breadcrumbs.md ├── dashboard-settings.md ├── fields-group.md ├── form-with-events.md ├── hasmany-parent-id.md ├── index-page-cards.md ├── mass-edit.md ├── menu-authorization.md ├── multiple-fragments-selectors.md ├── profile.md ├── reorderable-resource.md ├── select.md ├── soft-deletes.md ├── table-paginator.md ├── tabs.md ├── template.md └── update-on-preview-pivot.md ├── security ├── authentication.md └── authorization.md ├── support-policy.md ├── troubleshooting.md └── upgrade-guide.md /.claude/commands/doc.pr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/.claude/commands/doc.pr.md -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | .obsidian 3 | .vscode 4 | .cursor 5 | .tasks 6 | .context 7 | -------------------------------------------------------------------------------- /CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/CLAUDE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/README.md -------------------------------------------------------------------------------- /README.ru.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/README.ru.md -------------------------------------------------------------------------------- /en/_includes/modal-off-canvas-components.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/_includes/modal-off-canvas-components.md -------------------------------------------------------------------------------- /en/_includes/note-about-appearance-layout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/_includes/note-about-appearance-layout.md -------------------------------------------------------------------------------- /en/_includes/note-about-multiple-cast.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/_includes/note-about-multiple-cast.md -------------------------------------------------------------------------------- /en/advanced/commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/advanced/commands.md -------------------------------------------------------------------------------- /en/advanced/controllers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/advanced/controllers.md -------------------------------------------------------------------------------- /en/advanced/crud-resource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/advanced/crud-resource.md -------------------------------------------------------------------------------- /en/advanced/handlers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/advanced/handlers.md -------------------------------------------------------------------------------- /en/advanced/localization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/advanced/localization.md -------------------------------------------------------------------------------- /en/advanced/moonshine-json-response.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/advanced/moonshine-json-response.md -------------------------------------------------------------------------------- /en/advanced/notifications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/advanced/notifications.md -------------------------------------------------------------------------------- /en/advanced/package-development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/advanced/package-development.md -------------------------------------------------------------------------------- /en/advanced/routes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/advanced/routes.md -------------------------------------------------------------------------------- /en/advanced/testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/advanced/testing.md -------------------------------------------------------------------------------- /en/advanced/toasts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/advanced/toasts.md -------------------------------------------------------------------------------- /en/advanced/type-casts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/advanced/type-casts.md -------------------------------------------------------------------------------- /en/appearance/assets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/appearance/assets.md -------------------------------------------------------------------------------- /en/appearance/colors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/appearance/colors.md -------------------------------------------------------------------------------- /en/appearance/icons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/appearance/icons.md -------------------------------------------------------------------------------- /en/appearance/layout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/appearance/layout.md -------------------------------------------------------------------------------- /en/appearance/menu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/appearance/menu.md -------------------------------------------------------------------------------- /en/components/action-button.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/action-button.md -------------------------------------------------------------------------------- /en/components/action-group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/action-group.md -------------------------------------------------------------------------------- /en/components/alert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/alert.md -------------------------------------------------------------------------------- /en/components/assets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/assets.md -------------------------------------------------------------------------------- /en/components/attributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/attributes.md -------------------------------------------------------------------------------- /en/components/badge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/badge.md -------------------------------------------------------------------------------- /en/components/body.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/body.md -------------------------------------------------------------------------------- /en/components/boolean.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/boolean.md -------------------------------------------------------------------------------- /en/components/bottom-bar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/bottom-bar.md -------------------------------------------------------------------------------- /en/components/box.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/box.md -------------------------------------------------------------------------------- /en/components/breadcrumbs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/breadcrumbs.md -------------------------------------------------------------------------------- /en/components/burger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/burger.md -------------------------------------------------------------------------------- /en/components/card.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/card.md -------------------------------------------------------------------------------- /en/components/cards-builder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/cards-builder.md -------------------------------------------------------------------------------- /en/components/carousel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/carousel.md -------------------------------------------------------------------------------- /en/components/collapse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/collapse.md -------------------------------------------------------------------------------- /en/components/color.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/color.md -------------------------------------------------------------------------------- /en/components/components.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/components.md -------------------------------------------------------------------------------- /en/components/content.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/content.md -------------------------------------------------------------------------------- /en/components/div.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/div.md -------------------------------------------------------------------------------- /en/components/divider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/divider.md -------------------------------------------------------------------------------- /en/components/dropdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/dropdown.md -------------------------------------------------------------------------------- /en/components/favicon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/favicon.md -------------------------------------------------------------------------------- /en/components/fields-group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/fields-group.md -------------------------------------------------------------------------------- /en/components/files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/files.md -------------------------------------------------------------------------------- /en/components/flash.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/flash.md -------------------------------------------------------------------------------- /en/components/flex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/flex.md -------------------------------------------------------------------------------- /en/components/flexible-render.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/flexible-render.md -------------------------------------------------------------------------------- /en/components/footer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/footer.md -------------------------------------------------------------------------------- /en/components/form-builder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/form-builder.md -------------------------------------------------------------------------------- /en/components/fragment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/fragment.md -------------------------------------------------------------------------------- /en/components/grid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/grid.md -------------------------------------------------------------------------------- /en/components/head.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/head.md -------------------------------------------------------------------------------- /en/components/header.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/header.md -------------------------------------------------------------------------------- /en/components/heading.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/heading.md -------------------------------------------------------------------------------- /en/components/html.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/html.md -------------------------------------------------------------------------------- /en/components/icon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/icon.md -------------------------------------------------------------------------------- /en/components/img.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/img.md -------------------------------------------------------------------------------- /en/components/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/index.md -------------------------------------------------------------------------------- /en/components/layout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/layout.md -------------------------------------------------------------------------------- /en/components/line-break.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/line-break.md -------------------------------------------------------------------------------- /en/components/link.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/link.md -------------------------------------------------------------------------------- /en/components/loader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/loader.md -------------------------------------------------------------------------------- /en/components/locales.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/locales.md -------------------------------------------------------------------------------- /en/components/logo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/logo.md -------------------------------------------------------------------------------- /en/components/menu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/menu.md -------------------------------------------------------------------------------- /en/components/meta.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/meta.md -------------------------------------------------------------------------------- /en/components/metrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/metrics.md -------------------------------------------------------------------------------- /en/components/mobilebar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/mobilebar.md -------------------------------------------------------------------------------- /en/components/modal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/modal.md -------------------------------------------------------------------------------- /en/components/notifications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/notifications.md -------------------------------------------------------------------------------- /en/components/off-canvas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/off-canvas.md -------------------------------------------------------------------------------- /en/components/popover.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/popover.md -------------------------------------------------------------------------------- /en/components/profile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/profile.md -------------------------------------------------------------------------------- /en/components/progress-bar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/progress-bar.md -------------------------------------------------------------------------------- /en/components/rating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/rating.md -------------------------------------------------------------------------------- /en/components/search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/search.md -------------------------------------------------------------------------------- /en/components/second-bar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/second-bar.md -------------------------------------------------------------------------------- /en/components/sidebar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/sidebar.md -------------------------------------------------------------------------------- /en/components/spinner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/spinner.md -------------------------------------------------------------------------------- /en/components/table-builder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/table-builder.md -------------------------------------------------------------------------------- /en/components/tabs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/tabs.md -------------------------------------------------------------------------------- /en/components/theme-switcher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/theme-switcher.md -------------------------------------------------------------------------------- /en/components/thumbnails.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/thumbnails.md -------------------------------------------------------------------------------- /en/components/title.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/title.md -------------------------------------------------------------------------------- /en/components/topbar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/topbar.md -------------------------------------------------------------------------------- /en/components/when.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/when.md -------------------------------------------------------------------------------- /en/components/wrapper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/components/wrapper.md -------------------------------------------------------------------------------- /en/configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/configuration.md -------------------------------------------------------------------------------- /en/contribution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/contribution.md -------------------------------------------------------------------------------- /en/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/faq.md -------------------------------------------------------------------------------- /en/fields/basic-methods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/basic-methods.md -------------------------------------------------------------------------------- /en/fields/belongs-to-many.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/belongs-to-many.md -------------------------------------------------------------------------------- /en/fields/belongs-to.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/belongs-to.md -------------------------------------------------------------------------------- /en/fields/checkbox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/checkbox.md -------------------------------------------------------------------------------- /en/fields/code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/code.md -------------------------------------------------------------------------------- /en/fields/color.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/color.md -------------------------------------------------------------------------------- /en/fields/date-range.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/date-range.md -------------------------------------------------------------------------------- /en/fields/date.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/date.md -------------------------------------------------------------------------------- /en/fields/email.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/email.md -------------------------------------------------------------------------------- /en/fields/enum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/enum.md -------------------------------------------------------------------------------- /en/fields/fieldset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/fieldset.md -------------------------------------------------------------------------------- /en/fields/file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/file.md -------------------------------------------------------------------------------- /en/fields/has-many-through.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/has-many-through.md -------------------------------------------------------------------------------- /en/fields/has-many.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/has-many.md -------------------------------------------------------------------------------- /en/fields/has-one-through.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/has-one-through.md -------------------------------------------------------------------------------- /en/fields/has-one.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/has-one.md -------------------------------------------------------------------------------- /en/fields/hidden-ids.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/hidden-ids.md -------------------------------------------------------------------------------- /en/fields/hidden.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/hidden.md -------------------------------------------------------------------------------- /en/fields/id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/id.md -------------------------------------------------------------------------------- /en/fields/image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/image.md -------------------------------------------------------------------------------- /en/fields/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/index.md -------------------------------------------------------------------------------- /en/fields/json.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/json.md -------------------------------------------------------------------------------- /en/fields/markdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/markdown.md -------------------------------------------------------------------------------- /en/fields/morph-many.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/morph-many.md -------------------------------------------------------------------------------- /en/fields/morph-one.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/morph-one.md -------------------------------------------------------------------------------- /en/fields/morph-to-many.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/morph-to-many.md -------------------------------------------------------------------------------- /en/fields/morph-to.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/morph-to.md -------------------------------------------------------------------------------- /en/fields/number.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/number.md -------------------------------------------------------------------------------- /en/fields/password.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/password.md -------------------------------------------------------------------------------- /en/fields/phone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/phone.md -------------------------------------------------------------------------------- /en/fields/position.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/position.md -------------------------------------------------------------------------------- /en/fields/preview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/preview.md -------------------------------------------------------------------------------- /en/fields/range-slider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/range-slider.md -------------------------------------------------------------------------------- /en/fields/range.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/range.md -------------------------------------------------------------------------------- /en/fields/relation-repeater.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/relation-repeater.md -------------------------------------------------------------------------------- /en/fields/select.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/select.md -------------------------------------------------------------------------------- /en/fields/slug.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/slug.md -------------------------------------------------------------------------------- /en/fields/switcher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/switcher.md -------------------------------------------------------------------------------- /en/fields/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/template.md -------------------------------------------------------------------------------- /en/fields/text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/text.md -------------------------------------------------------------------------------- /en/fields/textarea.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/textarea.md -------------------------------------------------------------------------------- /en/fields/tinymce.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/tinymce.md -------------------------------------------------------------------------------- /en/fields/url.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/fields/url.md -------------------------------------------------------------------------------- /en/frontend/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/frontend/api.md -------------------------------------------------------------------------------- /en/frontend/js.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/frontend/js.md -------------------------------------------------------------------------------- /en/frontend/sdui.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/frontend/sdui.md -------------------------------------------------------------------------------- /en/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/index.md -------------------------------------------------------------------------------- /en/installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/installation.md -------------------------------------------------------------------------------- /en/model-resource/authorization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/model-resource/authorization.md -------------------------------------------------------------------------------- /en/model-resource/buttons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/model-resource/buttons.md -------------------------------------------------------------------------------- /en/model-resource/events.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/model-resource/events.md -------------------------------------------------------------------------------- /en/model-resource/fields.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/model-resource/fields.md -------------------------------------------------------------------------------- /en/model-resource/filters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/model-resource/filters.md -------------------------------------------------------------------------------- /en/model-resource/import-export.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/model-resource/import-export.md -------------------------------------------------------------------------------- /en/model-resource/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/model-resource/index.md -------------------------------------------------------------------------------- /en/model-resource/metrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/model-resource/metrics.md -------------------------------------------------------------------------------- /en/model-resource/pages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/model-resource/pages.md -------------------------------------------------------------------------------- /en/model-resource/query-tags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/model-resource/query-tags.md -------------------------------------------------------------------------------- /en/model-resource/query.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/model-resource/query.md -------------------------------------------------------------------------------- /en/model-resource/routes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/model-resource/routes.md -------------------------------------------------------------------------------- /en/model-resource/search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/model-resource/search.md -------------------------------------------------------------------------------- /en/page/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/page/index.md -------------------------------------------------------------------------------- /en/quick-start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/quick-start.md -------------------------------------------------------------------------------- /en/recipes/async-metrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/recipes/async-metrics.md -------------------------------------------------------------------------------- /en/recipes/async-remove-on-click.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/recipes/async-remove-on-click.md -------------------------------------------------------------------------------- /en/recipes/change-config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/recipes/change-config.md -------------------------------------------------------------------------------- /en/recipes/change-field-logic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/recipes/change-field-logic.md -------------------------------------------------------------------------------- /en/recipes/custom-breadcrumbs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/recipes/custom-breadcrumbs.md -------------------------------------------------------------------------------- /en/recipes/dashboard-settings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/recipes/dashboard-settings.md -------------------------------------------------------------------------------- /en/recipes/fields-group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/recipes/fields-group.md -------------------------------------------------------------------------------- /en/recipes/form-with-events.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/recipes/form-with-events.md -------------------------------------------------------------------------------- /en/recipes/hasmany-parent-id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/recipes/hasmany-parent-id.md -------------------------------------------------------------------------------- /en/recipes/index-page-cards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/recipes/index-page-cards.md -------------------------------------------------------------------------------- /en/recipes/mass-edit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/recipes/mass-edit.md -------------------------------------------------------------------------------- /en/recipes/menu-authorization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/recipes/menu-authorization.md -------------------------------------------------------------------------------- /en/recipes/multiple-fragments-selectors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/recipes/multiple-fragments-selectors.md -------------------------------------------------------------------------------- /en/recipes/profile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/recipes/profile.md -------------------------------------------------------------------------------- /en/recipes/reorderable-resource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/recipes/reorderable-resource.md -------------------------------------------------------------------------------- /en/recipes/select.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/recipes/select.md -------------------------------------------------------------------------------- /en/recipes/soft-deletes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/recipes/soft-deletes.md -------------------------------------------------------------------------------- /en/recipes/table-paginator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/recipes/table-paginator.md -------------------------------------------------------------------------------- /en/recipes/tabs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/recipes/tabs.md -------------------------------------------------------------------------------- /en/recipes/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/recipes/template.md -------------------------------------------------------------------------------- /en/recipes/update-on-preview-pivot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/recipes/update-on-preview-pivot.md -------------------------------------------------------------------------------- /en/security/authentication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/security/authentication.md -------------------------------------------------------------------------------- /en/security/authorization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/security/authorization.md -------------------------------------------------------------------------------- /en/support-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/support-policy.md -------------------------------------------------------------------------------- /en/troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/troubleshooting.md -------------------------------------------------------------------------------- /en/upgrade-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/en/upgrade-guide.md -------------------------------------------------------------------------------- /navigation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/navigation.md -------------------------------------------------------------------------------- /resources/screenshots/MS_img_300.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/MS_img_300.jpg -------------------------------------------------------------------------------- /resources/screenshots/actions_confirm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/actions_confirm.png -------------------------------------------------------------------------------- /resources/screenshots/actions_confirm_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/actions_confirm_dark.png -------------------------------------------------------------------------------- /resources/screenshots/actions_dropdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/actions_dropdown.png -------------------------------------------------------------------------------- /resources/screenshots/actions_dropdown_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/actions_dropdown_dark.png -------------------------------------------------------------------------------- /resources/screenshots/actions_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/actions_line.png -------------------------------------------------------------------------------- /resources/screenshots/actions_line_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/actions_line_dark.png -------------------------------------------------------------------------------- /resources/screenshots/belongs_to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/belongs_to.png -------------------------------------------------------------------------------- /resources/screenshots/belongs_to_creatable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/belongs_to_creatable.png -------------------------------------------------------------------------------- /resources/screenshots/belongs_to_creatable_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/belongs_to_creatable_dark.png -------------------------------------------------------------------------------- /resources/screenshots/belongs_to_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/belongs_to_dark.png -------------------------------------------------------------------------------- /resources/screenshots/belongs_to_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/belongs_to_image.png -------------------------------------------------------------------------------- /resources/screenshots/belongs_to_image_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/belongs_to_image_dark.png -------------------------------------------------------------------------------- /resources/screenshots/belongs_to_many.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/belongs_to_many.png -------------------------------------------------------------------------------- /resources/screenshots/belongs_to_many_creatable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/belongs_to_many_creatable.png -------------------------------------------------------------------------------- /resources/screenshots/belongs_to_many_creatable_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/belongs_to_many_creatable_dark.png -------------------------------------------------------------------------------- /resources/screenshots/belongs_to_many_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/belongs_to_many_dark.png -------------------------------------------------------------------------------- /resources/screenshots/belongs_to_many_horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/belongs_to_many_horizontal.png -------------------------------------------------------------------------------- /resources/screenshots/belongs_to_many_horizontal_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/belongs_to_many_horizontal_dark.png -------------------------------------------------------------------------------- /resources/screenshots/belongs_to_many_pivot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/belongs_to_many_pivot.png -------------------------------------------------------------------------------- /resources/screenshots/belongs_to_many_pivot_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/belongs_to_many_pivot_dark.png -------------------------------------------------------------------------------- /resources/screenshots/belongs_to_many_preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/belongs_to_many_preview.png -------------------------------------------------------------------------------- /resources/screenshots/belongs_to_many_preview_count.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/belongs_to_many_preview_count.png -------------------------------------------------------------------------------- /resources/screenshots/belongs_to_many_preview_count_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/belongs_to_many_preview_count_dark.png -------------------------------------------------------------------------------- /resources/screenshots/belongs_to_many_preview_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/belongs_to_many_preview_dark.png -------------------------------------------------------------------------------- /resources/screenshots/belongs_to_many_preview_in_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/belongs_to_many_preview_in_line.png -------------------------------------------------------------------------------- /resources/screenshots/belongs_to_many_preview_in_line_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/belongs_to_many_preview_in_line_dark.png -------------------------------------------------------------------------------- /resources/screenshots/belongs_to_many_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/belongs_to_many_select.png -------------------------------------------------------------------------------- /resources/screenshots/belongs_to_many_select_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/belongs_to_many_select_dark.png -------------------------------------------------------------------------------- /resources/screenshots/belongs_to_many_select_pivot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/belongs_to_many_select_pivot.png -------------------------------------------------------------------------------- /resources/screenshots/belongs_to_many_select_pivot_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/belongs_to_many_select_pivot_dark.png -------------------------------------------------------------------------------- /resources/screenshots/belongs_to_many_tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/belongs_to_many_tree.png -------------------------------------------------------------------------------- /resources/screenshots/belongs_to_many_tree_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/belongs_to_many_tree_dark.png -------------------------------------------------------------------------------- /resources/screenshots/block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/block.png -------------------------------------------------------------------------------- /resources/screenshots/block_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/block_dark.png -------------------------------------------------------------------------------- /resources/screenshots/block_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/block_icon.png -------------------------------------------------------------------------------- /resources/screenshots/block_icon_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/block_icon_dark.png -------------------------------------------------------------------------------- /resources/screenshots/block_without_title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/block_without_title.png -------------------------------------------------------------------------------- /resources/screenshots/block_without_title_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/block_without_title_dark.png -------------------------------------------------------------------------------- /resources/screenshots/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/button.png -------------------------------------------------------------------------------- /resources/screenshots/button_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/button_dark.png -------------------------------------------------------------------------------- /resources/screenshots/changelogs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/changelogs.png -------------------------------------------------------------------------------- /resources/screenshots/changelogs_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/changelogs_dark.png -------------------------------------------------------------------------------- /resources/screenshots/ckeditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/ckeditor.png -------------------------------------------------------------------------------- /resources/screenshots/ckeditor_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/ckeditor_dark.png -------------------------------------------------------------------------------- /resources/screenshots/code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/code.png -------------------------------------------------------------------------------- /resources/screenshots/code_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/code_dark.png -------------------------------------------------------------------------------- /resources/screenshots/collapse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/collapse.png -------------------------------------------------------------------------------- /resources/screenshots/collapse_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/collapse_dark.png -------------------------------------------------------------------------------- /resources/screenshots/collapse_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/collapse_icon.png -------------------------------------------------------------------------------- /resources/screenshots/collapse_icon_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/collapse_icon_dark.png -------------------------------------------------------------------------------- /resources/screenshots/color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/color.png -------------------------------------------------------------------------------- /resources/screenshots/color_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/color_dark.png -------------------------------------------------------------------------------- /resources/screenshots/dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/dashboard.png -------------------------------------------------------------------------------- /resources/screenshots/dashboard_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/dashboard_dark.png -------------------------------------------------------------------------------- /resources/screenshots/date-range.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/date-range.png -------------------------------------------------------------------------------- /resources/screenshots/date-range_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/date-range_dark.png -------------------------------------------------------------------------------- /resources/screenshots/date.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/date.png -------------------------------------------------------------------------------- /resources/screenshots/date_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/date_dark.png -------------------------------------------------------------------------------- /resources/screenshots/date_time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/date_time.png -------------------------------------------------------------------------------- /resources/screenshots/date_time_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/date_time_dark.png -------------------------------------------------------------------------------- /resources/screenshots/divider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/divider.png -------------------------------------------------------------------------------- /resources/screenshots/divider_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/divider_dark.png -------------------------------------------------------------------------------- /resources/screenshots/divider_label.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/divider_label.png -------------------------------------------------------------------------------- /resources/screenshots/divider_label_center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/divider_label_center.png -------------------------------------------------------------------------------- /resources/screenshots/divider_label_center_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/divider_label_center_dark.png -------------------------------------------------------------------------------- /resources/screenshots/divider_label_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/divider_label_dark.png -------------------------------------------------------------------------------- /resources/screenshots/donut_chart_metric.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/donut_chart_metric.png -------------------------------------------------------------------------------- /resources/screenshots/donut_chart_metric_column_span.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/donut_chart_metric_column_span.png -------------------------------------------------------------------------------- /resources/screenshots/donut_chart_metric_column_span_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/donut_chart_metric_column_span_dark.png -------------------------------------------------------------------------------- /resources/screenshots/donut_chart_metric_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/donut_chart_metric_dark.png -------------------------------------------------------------------------------- /resources/screenshots/enum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/enum.png -------------------------------------------------------------------------------- /resources/screenshots/enum_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/enum_dark.png -------------------------------------------------------------------------------- /resources/screenshots/errors_above_false.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/errors_above_false.png -------------------------------------------------------------------------------- /resources/screenshots/errors_above_false_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/errors_above_false_dark.png -------------------------------------------------------------------------------- /resources/screenshots/errors_above_true.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/errors_above_true.png -------------------------------------------------------------------------------- /resources/screenshots/errors_above_true_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/errors_above_true_dark.png -------------------------------------------------------------------------------- /resources/screenshots/expansion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/expansion.png -------------------------------------------------------------------------------- /resources/screenshots/expansion_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/expansion_dark.png -------------------------------------------------------------------------------- /resources/screenshots/export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/export.png -------------------------------------------------------------------------------- /resources/screenshots/export_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/export_dark.png -------------------------------------------------------------------------------- /resources/screenshots/field_scheme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/field_scheme.png -------------------------------------------------------------------------------- /resources/screenshots/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/file.png -------------------------------------------------------------------------------- /resources/screenshots/file_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/file_dark.png -------------------------------------------------------------------------------- /resources/screenshots/file_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/file_light.png -------------------------------------------------------------------------------- /resources/screenshots/filter_belongs_to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/filter_belongs_to.png -------------------------------------------------------------------------------- /resources/screenshots/filter_belongs_to_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/filter_belongs_to_dark.png -------------------------------------------------------------------------------- /resources/screenshots/filter_belongs_to_many.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/filter_belongs_to_many.png -------------------------------------------------------------------------------- /resources/screenshots/filter_belongs_to_many_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/filter_belongs_to_many_dark.png -------------------------------------------------------------------------------- /resources/screenshots/filter_date.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/filter_date.png -------------------------------------------------------------------------------- /resources/screenshots/filter_date_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/filter_date_dark.png -------------------------------------------------------------------------------- /resources/screenshots/filter_date_range.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/filter_date_range.png -------------------------------------------------------------------------------- /resources/screenshots/filter_date_range_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/filter_date_range_dark.png -------------------------------------------------------------------------------- /resources/screenshots/filter_has_one.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/filter_has_one.png -------------------------------------------------------------------------------- /resources/screenshots/filter_has_one_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/filter_has_one_dark.png -------------------------------------------------------------------------------- /resources/screenshots/filter_is_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/filter_is_empty.png -------------------------------------------------------------------------------- /resources/screenshots/filter_is_empty_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/filter_is_empty_dark.png -------------------------------------------------------------------------------- /resources/screenshots/filter_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/filter_select.png -------------------------------------------------------------------------------- /resources/screenshots/filter_select_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/filter_select_dark.png -------------------------------------------------------------------------------- /resources/screenshots/filter_slide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/filter_slide.png -------------------------------------------------------------------------------- /resources/screenshots/filter_slide_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/filter_slide_dark.png -------------------------------------------------------------------------------- /resources/screenshots/filter_switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/filter_switch.png -------------------------------------------------------------------------------- /resources/screenshots/filter_switch_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/filter_switch_dark.png -------------------------------------------------------------------------------- /resources/screenshots/filter_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/filter_text.png -------------------------------------------------------------------------------- /resources/screenshots/filter_text_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/filter_text_dark.png -------------------------------------------------------------------------------- /resources/screenshots/filters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/filters.png -------------------------------------------------------------------------------- /resources/screenshots/filters_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/filters_dark.png -------------------------------------------------------------------------------- /resources/screenshots/flash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/flash.png -------------------------------------------------------------------------------- /resources/screenshots/flash_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/flash_dark.png -------------------------------------------------------------------------------- /resources/screenshots/flex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/flex.png -------------------------------------------------------------------------------- /resources/screenshots/flex_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/flex_dark.png -------------------------------------------------------------------------------- /resources/screenshots/footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/footer.png -------------------------------------------------------------------------------- /resources/screenshots/footer_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/footer_dark.png -------------------------------------------------------------------------------- /resources/screenshots/form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/form.png -------------------------------------------------------------------------------- /resources/screenshots/form_actions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/form_actions.png -------------------------------------------------------------------------------- /resources/screenshots/form_actions_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/form_actions_dark.png -------------------------------------------------------------------------------- /resources/screenshots/form_components.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/form_components.png -------------------------------------------------------------------------------- /resources/screenshots/form_components_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/form_components_dark.png -------------------------------------------------------------------------------- /resources/screenshots/form_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/form_dark.png -------------------------------------------------------------------------------- /resources/screenshots/grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/grid.png -------------------------------------------------------------------------------- /resources/screenshots/grid_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/grid_dark.png -------------------------------------------------------------------------------- /resources/screenshots/has_many.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/has_many.png -------------------------------------------------------------------------------- /resources/screenshots/has_many_creatable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/has_many_creatable.png -------------------------------------------------------------------------------- /resources/screenshots/has_many_creatable_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/has_many_creatable_dark.png -------------------------------------------------------------------------------- /resources/screenshots/has_many_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/has_many_dark.png -------------------------------------------------------------------------------- /resources/screenshots/has_many_fields.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/has_many_fields.png -------------------------------------------------------------------------------- /resources/screenshots/has_many_fields_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/has_many_fields_dark.png -------------------------------------------------------------------------------- /resources/screenshots/has_many_link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/has_many_link.png -------------------------------------------------------------------------------- /resources/screenshots/has_many_link_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/has_many_link_dark.png -------------------------------------------------------------------------------- /resources/screenshots/has_one.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/has_one.png -------------------------------------------------------------------------------- /resources/screenshots/has_one_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/has_one_1.png -------------------------------------------------------------------------------- /resources/screenshots/has_one_1_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/has_one_1_dark.png -------------------------------------------------------------------------------- /resources/screenshots/has_one_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/has_one_2.png -------------------------------------------------------------------------------- /resources/screenshots/has_one_2_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/has_one_2_dark.png -------------------------------------------------------------------------------- /resources/screenshots/has_one_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/has_one_dark.png -------------------------------------------------------------------------------- /resources/screenshots/has_one_preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/has_one_preview.png -------------------------------------------------------------------------------- /resources/screenshots/has_one_preview_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/has_one_preview_dark.png -------------------------------------------------------------------------------- /resources/screenshots/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/header.png -------------------------------------------------------------------------------- /resources/screenshots/header_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/header_dark.png -------------------------------------------------------------------------------- /resources/screenshots/heading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/heading.png -------------------------------------------------------------------------------- /resources/screenshots/heading_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/heading_dark.png -------------------------------------------------------------------------------- /resources/screenshots/hint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/hint.png -------------------------------------------------------------------------------- /resources/screenshots/hint_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/hint_dark.png -------------------------------------------------------------------------------- /resources/screenshots/horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/horizontal.png -------------------------------------------------------------------------------- /resources/screenshots/horizontal_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/horizontal_dark.png -------------------------------------------------------------------------------- /resources/screenshots/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/image.png -------------------------------------------------------------------------------- /resources/screenshots/image_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/image_dark.png -------------------------------------------------------------------------------- /resources/screenshots/input.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/input.png -------------------------------------------------------------------------------- /resources/screenshots/input_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/input_dark.png -------------------------------------------------------------------------------- /resources/screenshots/json_fields.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/json_fields.png -------------------------------------------------------------------------------- /resources/screenshots/json_fields_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/json_fields_dark.png -------------------------------------------------------------------------------- /resources/screenshots/json_key_value.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/json_key_value.png -------------------------------------------------------------------------------- /resources/screenshots/json_key_value_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/json_key_value_dark.png -------------------------------------------------------------------------------- /resources/screenshots/json_only_value.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/json_only_value.png -------------------------------------------------------------------------------- /resources/screenshots/json_only_value_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/json_only_value_dark.png -------------------------------------------------------------------------------- /resources/screenshots/json_relation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/json_relation.png -------------------------------------------------------------------------------- /resources/screenshots/json_relation_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/json_relation_dark.png -------------------------------------------------------------------------------- /resources/screenshots/json_removable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/json_removable.png -------------------------------------------------------------------------------- /resources/screenshots/json_removable_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/json_removable_dark.png -------------------------------------------------------------------------------- /resources/screenshots/json_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/json_vertical.png -------------------------------------------------------------------------------- /resources/screenshots/json_vertical_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/json_vertical_dark.png -------------------------------------------------------------------------------- /resources/screenshots/line_chart_metric.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/line_chart_metric.png -------------------------------------------------------------------------------- /resources/screenshots/line_chart_metric_column_span.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/line_chart_metric_column_span.png -------------------------------------------------------------------------------- /resources/screenshots/line_chart_metric_column_span_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/line_chart_metric_column_span_dark.png -------------------------------------------------------------------------------- /resources/screenshots/line_chart_metric_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/line_chart_metric_dark.png -------------------------------------------------------------------------------- /resources/screenshots/link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/link.png -------------------------------------------------------------------------------- /resources/screenshots/link_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/link_dark.png -------------------------------------------------------------------------------- /resources/screenshots/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/login.png -------------------------------------------------------------------------------- /resources/screenshots/login_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/login_dark.png -------------------------------------------------------------------------------- /resources/screenshots/main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/main.png -------------------------------------------------------------------------------- /resources/screenshots/main_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/main_dark.png -------------------------------------------------------------------------------- /resources/screenshots/markdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/markdown.png -------------------------------------------------------------------------------- /resources/screenshots/markdown_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/markdown_dark.png -------------------------------------------------------------------------------- /resources/screenshots/markdown_preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/markdown_preview.png -------------------------------------------------------------------------------- /resources/screenshots/markdown_preview_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/markdown_preview_dark.png -------------------------------------------------------------------------------- /resources/screenshots/mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/mask.png -------------------------------------------------------------------------------- /resources/screenshots/mask_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/mask_dark.png -------------------------------------------------------------------------------- /resources/screenshots/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/menu.png -------------------------------------------------------------------------------- /resources/screenshots/menu_badge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/menu_badge.png -------------------------------------------------------------------------------- /resources/screenshots/menu_badge_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/menu_badge_dark.png -------------------------------------------------------------------------------- /resources/screenshots/menu_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/menu_dark.png -------------------------------------------------------------------------------- /resources/screenshots/menu_divider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/menu_divider.png -------------------------------------------------------------------------------- /resources/screenshots/menu_divider_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/menu_divider_dark.png -------------------------------------------------------------------------------- /resources/screenshots/menu_divider_label.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/menu_divider_label.png -------------------------------------------------------------------------------- /resources/screenshots/menu_divider_label_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/menu_divider_label_dark.png -------------------------------------------------------------------------------- /resources/screenshots/metrics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/metrics.png -------------------------------------------------------------------------------- /resources/screenshots/metrics_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/metrics_dark.png -------------------------------------------------------------------------------- /resources/screenshots/morph_to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/morph_to.png -------------------------------------------------------------------------------- /resources/screenshots/morph_to_array.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/morph_to_array.png -------------------------------------------------------------------------------- /resources/screenshots/morph_to_array_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/morph_to_array_dark.png -------------------------------------------------------------------------------- /resources/screenshots/morph_to_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/morph_to_dark.png -------------------------------------------------------------------------------- /resources/screenshots/notifications.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/notifications.png -------------------------------------------------------------------------------- /resources/screenshots/notifications_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/notifications_dark.png -------------------------------------------------------------------------------- /resources/screenshots/number_buttons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/number_buttons.png -------------------------------------------------------------------------------- /resources/screenshots/number_buttons_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/number_buttons_dark.png -------------------------------------------------------------------------------- /resources/screenshots/page_detail_layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/page_detail_layers.png -------------------------------------------------------------------------------- /resources/screenshots/page_detail_layers_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/page_detail_layers_dark.png -------------------------------------------------------------------------------- /resources/screenshots/page_form_layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/page_form_layers.png -------------------------------------------------------------------------------- /resources/screenshots/page_form_layers_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/page_form_layers_dark.png -------------------------------------------------------------------------------- /resources/screenshots/page_index_layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/page_index_layers.png -------------------------------------------------------------------------------- /resources/screenshots/page_index_layers_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/page_index_layers_dark.png -------------------------------------------------------------------------------- /resources/screenshots/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/preview.png -------------------------------------------------------------------------------- /resources/screenshots/preview_all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/preview_all.png -------------------------------------------------------------------------------- /resources/screenshots/preview_all_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/preview_all_dark.png -------------------------------------------------------------------------------- /resources/screenshots/preview_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/preview_dark.png -------------------------------------------------------------------------------- /resources/screenshots/preview_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/preview_image.png -------------------------------------------------------------------------------- /resources/screenshots/preview_image_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/preview_image_dark.png -------------------------------------------------------------------------------- /resources/screenshots/profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/profile.png -------------------------------------------------------------------------------- /resources/screenshots/profile_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/profile_dark.png -------------------------------------------------------------------------------- /resources/screenshots/query_tags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/query_tags.png -------------------------------------------------------------------------------- /resources/screenshots/query_tags_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/query_tags_dark.png -------------------------------------------------------------------------------- /resources/screenshots/quick-start-user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/quick-start-user.png -------------------------------------------------------------------------------- /resources/screenshots/quill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/quill.png -------------------------------------------------------------------------------- /resources/screenshots/quill_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/quill_dark.png -------------------------------------------------------------------------------- /resources/screenshots/range.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/range.png -------------------------------------------------------------------------------- /resources/screenshots/range_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/range_dark.png -------------------------------------------------------------------------------- /resources/screenshots/resource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource.png -------------------------------------------------------------------------------- /resources/screenshots/resource_button_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_button_create.png -------------------------------------------------------------------------------- /resources/screenshots/resource_button_create_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_button_create_dark.png -------------------------------------------------------------------------------- /resources/screenshots/resource_button_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_button_delete.png -------------------------------------------------------------------------------- /resources/screenshots/resource_button_delete_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_button_delete_dark.png -------------------------------------------------------------------------------- /resources/screenshots/resource_button_detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_button_detail.png -------------------------------------------------------------------------------- /resources/screenshots/resource_button_detail_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_button_detail_dark.png -------------------------------------------------------------------------------- /resources/screenshots/resource_button_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_button_edit.png -------------------------------------------------------------------------------- /resources/screenshots/resource_button_edit_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_button_edit_dark.png -------------------------------------------------------------------------------- /resources/screenshots/resource_button_export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_button_export.png -------------------------------------------------------------------------------- /resources/screenshots/resource_button_export_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_button_export_dark.png -------------------------------------------------------------------------------- /resources/screenshots/resource_button_filters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_button_filters.png -------------------------------------------------------------------------------- /resources/screenshots/resource_button_filters_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_button_filters_dark.png -------------------------------------------------------------------------------- /resources/screenshots/resource_button_import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_button_import.png -------------------------------------------------------------------------------- /resources/screenshots/resource_button_import_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_button_import_dark.png -------------------------------------------------------------------------------- /resources/screenshots/resource_button_mass_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_button_mass_delete.png -------------------------------------------------------------------------------- /resources/screenshots/resource_button_mass_delete_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_button_mass_delete_dark.png -------------------------------------------------------------------------------- /resources/screenshots/resource_buttons_actions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_buttons_actions.png -------------------------------------------------------------------------------- /resources/screenshots/resource_buttons_actions_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_buttons_actions_dark.png -------------------------------------------------------------------------------- /resources/screenshots/resource_buttons_bulk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_buttons_bulk.png -------------------------------------------------------------------------------- /resources/screenshots/resource_buttons_bulk_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_buttons_bulk_dark.png -------------------------------------------------------------------------------- /resources/screenshots/resource_buttons_detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_buttons_detail.png -------------------------------------------------------------------------------- /resources/screenshots/resource_buttons_detail_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_buttons_detail_dark.png -------------------------------------------------------------------------------- /resources/screenshots/resource_buttons_form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_buttons_form.png -------------------------------------------------------------------------------- /resources/screenshots/resource_buttons_form_builder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_buttons_form_builder.png -------------------------------------------------------------------------------- /resources/screenshots/resource_buttons_form_builder_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_buttons_form_builder_dark.png -------------------------------------------------------------------------------- /resources/screenshots/resource_buttons_form_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_buttons_form_dark.png -------------------------------------------------------------------------------- /resources/screenshots/resource_buttons_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_buttons_index.png -------------------------------------------------------------------------------- /resources/screenshots/resource_buttons_index_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_buttons_index_dark.png -------------------------------------------------------------------------------- /resources/screenshots/resource_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_dark.png -------------------------------------------------------------------------------- /resources/screenshots/resource_mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_mode.png -------------------------------------------------------------------------------- /resources/screenshots/resource_mode_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_mode_dark.png -------------------------------------------------------------------------------- /resources/screenshots/resource_paginate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_paginate.png -------------------------------------------------------------------------------- /resources/screenshots/resource_paginate_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_paginate_dark.png -------------------------------------------------------------------------------- /resources/screenshots/resource_preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_preview.png -------------------------------------------------------------------------------- /resources/screenshots/resource_preview_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_preview_dark.png -------------------------------------------------------------------------------- /resources/screenshots/resource_simple_paginate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_simple_paginate.png -------------------------------------------------------------------------------- /resources/screenshots/resource_simple_paginate_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/resource_simple_paginate_dark.png -------------------------------------------------------------------------------- /resources/screenshots/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/search.png -------------------------------------------------------------------------------- /resources/screenshots/search_component.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/search_component.png -------------------------------------------------------------------------------- /resources/screenshots/search_component_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/search_component_dark.png -------------------------------------------------------------------------------- /resources/screenshots/search_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/search_dark.png -------------------------------------------------------------------------------- /resources/screenshots/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/select.png -------------------------------------------------------------------------------- /resources/screenshots/select_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/select_dark.png -------------------------------------------------------------------------------- /resources/screenshots/select_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/select_group.png -------------------------------------------------------------------------------- /resources/screenshots/select_group_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/select_group_dark.png -------------------------------------------------------------------------------- /resources/screenshots/select_multiple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/select_multiple.png -------------------------------------------------------------------------------- /resources/screenshots/select_multiple_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/select_multiple_dark.png -------------------------------------------------------------------------------- /resources/screenshots/select_nullable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/select_nullable.png -------------------------------------------------------------------------------- /resources/screenshots/select_nullable_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/select_nullable_dark.png -------------------------------------------------------------------------------- /resources/screenshots/select_searchable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/select_searchable.png -------------------------------------------------------------------------------- /resources/screenshots/select_searchable_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/select_searchable_dark.png -------------------------------------------------------------------------------- /resources/screenshots/sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/sidebar.png -------------------------------------------------------------------------------- /resources/screenshots/sidebar_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/sidebar_dark.png -------------------------------------------------------------------------------- /resources/screenshots/slide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/slide.png -------------------------------------------------------------------------------- /resources/screenshots/slide_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/slide_dark.png -------------------------------------------------------------------------------- /resources/screenshots/slug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/slug.png -------------------------------------------------------------------------------- /resources/screenshots/slug_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/slug_dark.png -------------------------------------------------------------------------------- /resources/screenshots/stack_fields.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/stack_fields.png -------------------------------------------------------------------------------- /resources/screenshots/stack_fields_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/stack_fields_dark.png -------------------------------------------------------------------------------- /resources/screenshots/switcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/switcher.png -------------------------------------------------------------------------------- /resources/screenshots/switcher_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/switcher_dark.png -------------------------------------------------------------------------------- /resources/screenshots/table_class.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/table_class.png -------------------------------------------------------------------------------- /resources/screenshots/table_class_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/table_class_dark.png -------------------------------------------------------------------------------- /resources/screenshots/table_style.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/table_style.png -------------------------------------------------------------------------------- /resources/screenshots/table_style_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/table_style_dark.png -------------------------------------------------------------------------------- /resources/screenshots/tabs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/tabs.png -------------------------------------------------------------------------------- /resources/screenshots/tabs_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/tabs_dark.png -------------------------------------------------------------------------------- /resources/screenshots/tabs_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/tabs_vertical.png -------------------------------------------------------------------------------- /resources/screenshots/tabs_vertical_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/tabs_vertical_dark.png -------------------------------------------------------------------------------- /resources/screenshots/tinymce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/tinymce.png -------------------------------------------------------------------------------- /resources/screenshots/tinymce_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/tinymce_dark.png -------------------------------------------------------------------------------- /resources/screenshots/topbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/topbar.png -------------------------------------------------------------------------------- /resources/screenshots/topbar_actions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/topbar_actions.png -------------------------------------------------------------------------------- /resources/screenshots/topbar_actions_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/topbar_actions_dark.png -------------------------------------------------------------------------------- /resources/screenshots/topbar_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/topbar_dark.png -------------------------------------------------------------------------------- /resources/screenshots/user-resource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/user-resource.png -------------------------------------------------------------------------------- /resources/screenshots/validation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/validation.png -------------------------------------------------------------------------------- /resources/screenshots/validation_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/validation_dark.png -------------------------------------------------------------------------------- /resources/screenshots/value_metric.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/value_metric.png -------------------------------------------------------------------------------- /resources/screenshots/value_metric_column_span.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/value_metric_column_span.png -------------------------------------------------------------------------------- /resources/screenshots/value_metric_column_span_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/value_metric_column_span_dark.png -------------------------------------------------------------------------------- /resources/screenshots/value_metric_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/value_metric_dark.png -------------------------------------------------------------------------------- /resources/screenshots/value_metric_format.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/value_metric_format.png -------------------------------------------------------------------------------- /resources/screenshots/value_metric_format_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/value_metric_format_dark.png -------------------------------------------------------------------------------- /resources/screenshots/value_metric_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/value_metric_icon.png -------------------------------------------------------------------------------- /resources/screenshots/value_metric_icon_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/value_metric_icon_dark.png -------------------------------------------------------------------------------- /resources/screenshots/value_metric_progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/value_metric_progress.png -------------------------------------------------------------------------------- /resources/screenshots/value_metric_progress_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/value_metric_progress_dark.png -------------------------------------------------------------------------------- /resources/screenshots/without_wrapper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/without_wrapper.png -------------------------------------------------------------------------------- /resources/screenshots/without_wrapper_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/without_wrapper_dark.png -------------------------------------------------------------------------------- /resources/screenshots/wysiwyg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/wysiwyg.png -------------------------------------------------------------------------------- /resources/screenshots/wysiwyg_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/resources/screenshots/wysiwyg_dark.png -------------------------------------------------------------------------------- /ru/_includes/modal-off-canvas-components.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/_includes/modal-off-canvas-components.md -------------------------------------------------------------------------------- /ru/_includes/note-about-appearance-layout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/_includes/note-about-appearance-layout.md -------------------------------------------------------------------------------- /ru/_includes/note-about-multiple-cast.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/_includes/note-about-multiple-cast.md -------------------------------------------------------------------------------- /ru/advanced/commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/advanced/commands.md -------------------------------------------------------------------------------- /ru/advanced/controllers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/advanced/controllers.md -------------------------------------------------------------------------------- /ru/advanced/crud-resource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/advanced/crud-resource.md -------------------------------------------------------------------------------- /ru/advanced/handlers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/advanced/handlers.md -------------------------------------------------------------------------------- /ru/advanced/localization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/advanced/localization.md -------------------------------------------------------------------------------- /ru/advanced/moonshine-json-response.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/advanced/moonshine-json-response.md -------------------------------------------------------------------------------- /ru/advanced/notifications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/advanced/notifications.md -------------------------------------------------------------------------------- /ru/advanced/package-development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/advanced/package-development.md -------------------------------------------------------------------------------- /ru/advanced/routes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/advanced/routes.md -------------------------------------------------------------------------------- /ru/advanced/testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/advanced/testing.md -------------------------------------------------------------------------------- /ru/advanced/toasts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/advanced/toasts.md -------------------------------------------------------------------------------- /ru/advanced/type-casts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/advanced/type-casts.md -------------------------------------------------------------------------------- /ru/appearance/assets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/appearance/assets.md -------------------------------------------------------------------------------- /ru/appearance/colors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/appearance/colors.md -------------------------------------------------------------------------------- /ru/appearance/icons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/appearance/icons.md -------------------------------------------------------------------------------- /ru/appearance/layout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/appearance/layout.md -------------------------------------------------------------------------------- /ru/appearance/menu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/appearance/menu.md -------------------------------------------------------------------------------- /ru/components/action-button.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/action-button.md -------------------------------------------------------------------------------- /ru/components/action-group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/action-group.md -------------------------------------------------------------------------------- /ru/components/alert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/alert.md -------------------------------------------------------------------------------- /ru/components/assets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/assets.md -------------------------------------------------------------------------------- /ru/components/attributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/attributes.md -------------------------------------------------------------------------------- /ru/components/badge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/badge.md -------------------------------------------------------------------------------- /ru/components/body.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/body.md -------------------------------------------------------------------------------- /ru/components/boolean.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/boolean.md -------------------------------------------------------------------------------- /ru/components/bottom-bar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/bottom-bar.md -------------------------------------------------------------------------------- /ru/components/box.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/box.md -------------------------------------------------------------------------------- /ru/components/breadcrumbs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/breadcrumbs.md -------------------------------------------------------------------------------- /ru/components/burger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/burger.md -------------------------------------------------------------------------------- /ru/components/card.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/card.md -------------------------------------------------------------------------------- /ru/components/cards-builder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/cards-builder.md -------------------------------------------------------------------------------- /ru/components/carousel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/carousel.md -------------------------------------------------------------------------------- /ru/components/collapse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/collapse.md -------------------------------------------------------------------------------- /ru/components/color.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/color.md -------------------------------------------------------------------------------- /ru/components/components.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/components.md -------------------------------------------------------------------------------- /ru/components/content.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/content.md -------------------------------------------------------------------------------- /ru/components/div.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/div.md -------------------------------------------------------------------------------- /ru/components/divider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/divider.md -------------------------------------------------------------------------------- /ru/components/dropdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/dropdown.md -------------------------------------------------------------------------------- /ru/components/favicon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/favicon.md -------------------------------------------------------------------------------- /ru/components/fields-group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/fields-group.md -------------------------------------------------------------------------------- /ru/components/files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/files.md -------------------------------------------------------------------------------- /ru/components/flash.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/flash.md -------------------------------------------------------------------------------- /ru/components/flex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/flex.md -------------------------------------------------------------------------------- /ru/components/flexible-render.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/flexible-render.md -------------------------------------------------------------------------------- /ru/components/footer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/footer.md -------------------------------------------------------------------------------- /ru/components/form-builder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/form-builder.md -------------------------------------------------------------------------------- /ru/components/fragment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/fragment.md -------------------------------------------------------------------------------- /ru/components/grid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/grid.md -------------------------------------------------------------------------------- /ru/components/head.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/head.md -------------------------------------------------------------------------------- /ru/components/header.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/header.md -------------------------------------------------------------------------------- /ru/components/heading.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/heading.md -------------------------------------------------------------------------------- /ru/components/html.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/html.md -------------------------------------------------------------------------------- /ru/components/icon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/icon.md -------------------------------------------------------------------------------- /ru/components/img.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/img.md -------------------------------------------------------------------------------- /ru/components/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/index.md -------------------------------------------------------------------------------- /ru/components/layout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/layout.md -------------------------------------------------------------------------------- /ru/components/line-break.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/line-break.md -------------------------------------------------------------------------------- /ru/components/link.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/link.md -------------------------------------------------------------------------------- /ru/components/loader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/loader.md -------------------------------------------------------------------------------- /ru/components/locales.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/locales.md -------------------------------------------------------------------------------- /ru/components/logo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/logo.md -------------------------------------------------------------------------------- /ru/components/menu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/menu.md -------------------------------------------------------------------------------- /ru/components/meta.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/meta.md -------------------------------------------------------------------------------- /ru/components/metrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/metrics.md -------------------------------------------------------------------------------- /ru/components/mobilebar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/mobilebar.md -------------------------------------------------------------------------------- /ru/components/modal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/modal.md -------------------------------------------------------------------------------- /ru/components/notifications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/notifications.md -------------------------------------------------------------------------------- /ru/components/off-canvas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/off-canvas.md -------------------------------------------------------------------------------- /ru/components/popover.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/popover.md -------------------------------------------------------------------------------- /ru/components/profile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/profile.md -------------------------------------------------------------------------------- /ru/components/progress-bar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/progress-bar.md -------------------------------------------------------------------------------- /ru/components/rating.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/rating.md -------------------------------------------------------------------------------- /ru/components/search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/search.md -------------------------------------------------------------------------------- /ru/components/second-bar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/second-bar.md -------------------------------------------------------------------------------- /ru/components/sidebar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/sidebar.md -------------------------------------------------------------------------------- /ru/components/spinner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/spinner.md -------------------------------------------------------------------------------- /ru/components/table-builder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/table-builder.md -------------------------------------------------------------------------------- /ru/components/tabs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/tabs.md -------------------------------------------------------------------------------- /ru/components/theme-switcher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/theme-switcher.md -------------------------------------------------------------------------------- /ru/components/thumbnails.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/thumbnails.md -------------------------------------------------------------------------------- /ru/components/title.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/title.md -------------------------------------------------------------------------------- /ru/components/topbar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/topbar.md -------------------------------------------------------------------------------- /ru/components/when.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/when.md -------------------------------------------------------------------------------- /ru/components/wrapper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/components/wrapper.md -------------------------------------------------------------------------------- /ru/configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/configuration.md -------------------------------------------------------------------------------- /ru/contribution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/contribution.md -------------------------------------------------------------------------------- /ru/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/faq.md -------------------------------------------------------------------------------- /ru/fields/basic-methods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/basic-methods.md -------------------------------------------------------------------------------- /ru/fields/belongs-to-many.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/belongs-to-many.md -------------------------------------------------------------------------------- /ru/fields/belongs-to.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/belongs-to.md -------------------------------------------------------------------------------- /ru/fields/checkbox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/checkbox.md -------------------------------------------------------------------------------- /ru/fields/code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/code.md -------------------------------------------------------------------------------- /ru/fields/color.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/color.md -------------------------------------------------------------------------------- /ru/fields/date-range.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/date-range.md -------------------------------------------------------------------------------- /ru/fields/date.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/date.md -------------------------------------------------------------------------------- /ru/fields/email.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/email.md -------------------------------------------------------------------------------- /ru/fields/enum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/enum.md -------------------------------------------------------------------------------- /ru/fields/fieldset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/fieldset.md -------------------------------------------------------------------------------- /ru/fields/file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/file.md -------------------------------------------------------------------------------- /ru/fields/has-many-through.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/has-many-through.md -------------------------------------------------------------------------------- /ru/fields/has-many.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/has-many.md -------------------------------------------------------------------------------- /ru/fields/has-one-through.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/has-one-through.md -------------------------------------------------------------------------------- /ru/fields/has-one.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/has-one.md -------------------------------------------------------------------------------- /ru/fields/hidden-ids.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/hidden-ids.md -------------------------------------------------------------------------------- /ru/fields/hidden.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/hidden.md -------------------------------------------------------------------------------- /ru/fields/id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/id.md -------------------------------------------------------------------------------- /ru/fields/image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/image.md -------------------------------------------------------------------------------- /ru/fields/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/index.md -------------------------------------------------------------------------------- /ru/fields/json.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/json.md -------------------------------------------------------------------------------- /ru/fields/markdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/markdown.md -------------------------------------------------------------------------------- /ru/fields/morph-many.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/morph-many.md -------------------------------------------------------------------------------- /ru/fields/morph-one.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/morph-one.md -------------------------------------------------------------------------------- /ru/fields/morph-to-many.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/morph-to-many.md -------------------------------------------------------------------------------- /ru/fields/morph-to.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/morph-to.md -------------------------------------------------------------------------------- /ru/fields/number.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/number.md -------------------------------------------------------------------------------- /ru/fields/password.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/password.md -------------------------------------------------------------------------------- /ru/fields/phone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/phone.md -------------------------------------------------------------------------------- /ru/fields/position.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/position.md -------------------------------------------------------------------------------- /ru/fields/preview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/preview.md -------------------------------------------------------------------------------- /ru/fields/range-slider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/range-slider.md -------------------------------------------------------------------------------- /ru/fields/range.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/range.md -------------------------------------------------------------------------------- /ru/fields/relation-repeater.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/relation-repeater.md -------------------------------------------------------------------------------- /ru/fields/select.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/select.md -------------------------------------------------------------------------------- /ru/fields/slug.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/slug.md -------------------------------------------------------------------------------- /ru/fields/switcher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/switcher.md -------------------------------------------------------------------------------- /ru/fields/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/template.md -------------------------------------------------------------------------------- /ru/fields/text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/text.md -------------------------------------------------------------------------------- /ru/fields/textarea.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/textarea.md -------------------------------------------------------------------------------- /ru/fields/tinymce.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/tinymce.md -------------------------------------------------------------------------------- /ru/fields/url.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/fields/url.md -------------------------------------------------------------------------------- /ru/frontend/api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/frontend/api.md -------------------------------------------------------------------------------- /ru/frontend/js.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/frontend/js.md -------------------------------------------------------------------------------- /ru/frontend/sdui.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/frontend/sdui.md -------------------------------------------------------------------------------- /ru/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/index.md -------------------------------------------------------------------------------- /ru/installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/installation.md -------------------------------------------------------------------------------- /ru/model-resource/authorization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/model-resource/authorization.md -------------------------------------------------------------------------------- /ru/model-resource/buttons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/model-resource/buttons.md -------------------------------------------------------------------------------- /ru/model-resource/events.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/model-resource/events.md -------------------------------------------------------------------------------- /ru/model-resource/fields.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/model-resource/fields.md -------------------------------------------------------------------------------- /ru/model-resource/filters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/model-resource/filters.md -------------------------------------------------------------------------------- /ru/model-resource/import-export.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/model-resource/import-export.md -------------------------------------------------------------------------------- /ru/model-resource/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/model-resource/index.md -------------------------------------------------------------------------------- /ru/model-resource/metrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/model-resource/metrics.md -------------------------------------------------------------------------------- /ru/model-resource/pages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/model-resource/pages.md -------------------------------------------------------------------------------- /ru/model-resource/query-tags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/model-resource/query-tags.md -------------------------------------------------------------------------------- /ru/model-resource/query.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/model-resource/query.md -------------------------------------------------------------------------------- /ru/model-resource/routes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/model-resource/routes.md -------------------------------------------------------------------------------- /ru/model-resource/search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/model-resource/search.md -------------------------------------------------------------------------------- /ru/page/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/page/index.md -------------------------------------------------------------------------------- /ru/quick-start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/quick-start.md -------------------------------------------------------------------------------- /ru/recipes/async-metrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/recipes/async-metrics.md -------------------------------------------------------------------------------- /ru/recipes/async-remove-on-click.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/recipes/async-remove-on-click.md -------------------------------------------------------------------------------- /ru/recipes/change-config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/recipes/change-config.md -------------------------------------------------------------------------------- /ru/recipes/change-field-logic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/recipes/change-field-logic.md -------------------------------------------------------------------------------- /ru/recipes/custom-breadcrumbs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/recipes/custom-breadcrumbs.md -------------------------------------------------------------------------------- /ru/recipes/dashboard-settings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/recipes/dashboard-settings.md -------------------------------------------------------------------------------- /ru/recipes/fields-group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/recipes/fields-group.md -------------------------------------------------------------------------------- /ru/recipes/form-with-events.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/recipes/form-with-events.md -------------------------------------------------------------------------------- /ru/recipes/hasmany-parent-id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/recipes/hasmany-parent-id.md -------------------------------------------------------------------------------- /ru/recipes/index-page-cards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/recipes/index-page-cards.md -------------------------------------------------------------------------------- /ru/recipes/mass-edit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/recipes/mass-edit.md -------------------------------------------------------------------------------- /ru/recipes/menu-authorization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/recipes/menu-authorization.md -------------------------------------------------------------------------------- /ru/recipes/multiple-fragments-selectors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/recipes/multiple-fragments-selectors.md -------------------------------------------------------------------------------- /ru/recipes/profile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/recipes/profile.md -------------------------------------------------------------------------------- /ru/recipes/reorderable-resource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/recipes/reorderable-resource.md -------------------------------------------------------------------------------- /ru/recipes/select.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/recipes/select.md -------------------------------------------------------------------------------- /ru/recipes/soft-deletes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/recipes/soft-deletes.md -------------------------------------------------------------------------------- /ru/recipes/table-paginator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/recipes/table-paginator.md -------------------------------------------------------------------------------- /ru/recipes/tabs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/recipes/tabs.md -------------------------------------------------------------------------------- /ru/recipes/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/recipes/template.md -------------------------------------------------------------------------------- /ru/recipes/update-on-preview-pivot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/recipes/update-on-preview-pivot.md -------------------------------------------------------------------------------- /ru/security/authentication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/security/authentication.md -------------------------------------------------------------------------------- /ru/security/authorization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/security/authorization.md -------------------------------------------------------------------------------- /ru/support-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/support-policy.md -------------------------------------------------------------------------------- /ru/troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/troubleshooting.md -------------------------------------------------------------------------------- /ru/upgrade-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moonshine-software/doc/HEAD/ru/upgrade-guide.md --------------------------------------------------------------------------------