First Blog Post
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet
diff --git a/404.html b/404.html index c616348c9..c962fb589 100644 --- a/404.html +++ b/404.html @@ -5,8 +5,8 @@
We could not find what you were looking for.
Please contact the owner of the site that linked you to the original URL and let them know their link is broken.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet
Docusaurus blogging features are powered by the blog plugin.
diff --git a/blog/long-blog-post/index.html b/blog/long-blog-post/index.html index b4cb62e44..f459e6ee2 100644 --- a/blog/long-blog-post/index.html +++ b/blog/long-blog-post/index.html @@ -5,8 +5,8 @@This is the summary of a very long blog post,
diff --git a/blog/mdx-blog-post/index.html b/blog/mdx-blog-post/index.html index 682b90a5e..9fce0794a 100644 --- a/blog/mdx-blog-post/index.html +++ b/blog/mdx-blog-post/index.html @@ -5,8 +5,8 @@Blog posts support Docusaurus Markdown features, such as MDX.
diff --git a/blog/tags/docusaurus/index.html b/blog/tags/docusaurus/index.html index 3c5388b85..b25b43f6a 100644 --- a/blog/tags/docusaurus/index.html +++ b/blog/tags/docusaurus/index.html @@ -5,8 +5,8 @@Docusaurus tag description
View All TagsDocusaurus blogging features are powered by the blog plugin.
diff --git a/blog/tags/facebook/index.html b/blog/tags/facebook/index.html index b5c0f3042..a4b1e01d2 100644 --- a/blog/tags/facebook/index.html +++ b/blog/tags/facebook/index.html @@ -5,8 +5,8 @@Facebook tag description
View All TagsDocusaurus blogging features are powered by the blog plugin.
diff --git a/blog/tags/hello/index.html b/blog/tags/hello/index.html index aae0bbfef..7a741cc82 100644 --- a/blog/tags/hello/index.html +++ b/blog/tags/hello/index.html @@ -5,8 +5,8 @@Hello tag description
View All TagsDocusaurus blogging features are powered by the blog plugin.
diff --git a/blog/tags/hola/index.html b/blog/tags/hola/index.html index f02794187..a1ac2416a 100644 --- a/blog/tags/hola/index.html +++ b/blog/tags/hola/index.html @@ -5,8 +5,8 @@Hola tag description
View All TagsLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet
Docusaurus blogging features are powered by the blog plugin.
diff --git a/docs/Customization/customFieldRendering/index.html b/docs/Customization/customFieldRendering/index.html index d0fe1a691..a14f1b474 100644 --- a/docs/Customization/customFieldRendering/index.html +++ b/docs/Customization/customFieldRendering/index.html @@ -5,11 +5,11 @@Let's change how AdminForth renders the number of rooms in the 'list' and 'show' views.
We will render '🟨' for each room and then we will print square_meter
at the same cells.
{
...
resourceId: 'apparts',
...
columns: [
...
{
...
name: 'number_of_rooms',
...
components: {
show: '@@/RoomsCell.vue',
list: '@@/RoomsCell.vue',
}
},
...
],
...
}
In very similar way you can render how cell is rendered in 'edit'
and 'create'
view.
-You can use it for creating custom editors for the fields. Check component specs to understand which props are passed to the component