From ca4074e62f2b230ceb8c58367677bdeec6c4c945 Mon Sep 17 00:00:00 2001 From: Cord Date: Fri, 4 Oct 2019 10:38:24 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 58fc1e5..fb24d76 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,11 @@ class Article extends Resource } ``` -**_Note:_** You will need to import the `HasInlineMorphToFields` trait for this field to display correctly within resource detail views. +**_Note:_** You will need to import the `HasInlineMorphToFields` trait for this field to display correctly within resource detail views. + +**_Code example_**: +adding morphables dynamically from a directory +https://github.com/dcasia/nova-inline-morph-to/issues/4 ## License From 396965068a355a18c0e924f76ff9fa4a23b88353 Mon Sep 17 00:00:00 2001 From: Rafael Milewski Date: Fri, 4 Oct 2019 17:02:32 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index fb24d76..1481e46 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,7 @@ class Article extends Resource **_Note:_** You will need to import the `HasInlineMorphToFields` trait for this field to display correctly within resource detail views. -**_Code example_**: -adding morphables dynamically from a directory -https://github.com/dcasia/nova-inline-morph-to/issues/4 +**_Code example_**: adding morphables dynamically from a directory [#4](https://github.com/dcasia/nova-inline-morph-to/issues/4) ## License