Skip to content

Commit

Permalink
Improve UX of Select Layout List field
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Jul 12, 2024
1 parent 6747272 commit 1efaf5d
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 44 deletions.
2 changes: 1 addition & 1 deletion assets/vendor/selectsublayout/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script type="module" crossorigin src="/index.js"></script>
</head>
<body>
<script type="application/json" id="jform_params_astroid_article_layout_json">{"templates":{"astroid_template_three":[{"title":"Default","desc":"Default layout of Article","thumbnail":"","name":"default"},{"title":"Demo","desc":"","thumbnail":"","name":"demo-667b9afe19763"}]},"value":{"template":"","layout":""},"name":"jform[params][astroid_article_layout]","language":{"default":"Default","select_template":"Select a Template","inherit":"Inherit","system":"System","select_layout":"Select an Article-Layout"},"inherit":true}</script>
<script type="application/json" id="jform_params_astroid_article_layout_json">{"templates":{"astroid_template_three":[{"title":"Default","desc":"Default layout of Template","thumbnail":"","name":"default"}]},"value":{"template":"","layout":""},"name":"jform[params][astroid_article_layout]","language":{"default":"Default","select_template":"Select a Template","inherit":"Inherit","system":"System","select_layout":"Select an Article-Layout"},"inherit":false}</script>
<div class="as-select-sublayout" id="jform_params_astroid_article_layout"></div>
</body>
</html>
2 changes: 1 addition & 1 deletion assets/vendor/selectsublayout/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/vendor/selectsublayout/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Vite App</title>
</head>
<body>
<script type="application/json" id="jform_params_astroid_article_layout_json">{"templates":{"astroid_template_three":[{"title":"Default","desc":"Default layout of Article","thumbnail":"","name":"default"},{"title":"Demo","desc":"","thumbnail":"","name":"demo-667b9afe19763"}]},"value":{"template":"","layout":""},"name":"jform[params][astroid_article_layout]","language":{"default":"Default","select_template":"Select a Template","select_layout":"Select an Article-Layout"}}</script>
<script type="application/json" id="jform_params_astroid_article_layout_json">{"templates":{"astroid_template_three":[{"title":"Default","desc":"Default layout of Template","thumbnail":"","name":"default"}]},"value":{"template":"","layout":""},"name":"jform[params][astroid_article_layout]","language":{"default":"Default","select_template":"Select a Template","inherit":"Inherit","system":"System","select_layout":"Select an Article-Layout"},"inherit":false}</script>
<div class="as-select-sublayout" id="jform_params_astroid_article_layout"></div>
<script type="module" src="/src/main.js"></script>
</body>
Expand Down
Loading

0 comments on commit 1efaf5d

Please sign in to comment.