プラグイン初期作成
This commit is contained in:
16
data-fetch-pluging/dist/plugin/contents/html/config.html
vendored
Normal file
16
data-fetch-pluging/dist/plugin/contents/html/config.html
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<section class="settings">
|
||||
<h2 class="settings-heading">Settings for data fetch pluging</h2>
|
||||
<p class="kintoneplugin-desc">This message is displayed on the app page after the app has been updated.</p>
|
||||
<form class="js-submit-settings">
|
||||
<p class="kintoneplugin-row">
|
||||
<label for="message">
|
||||
Message:
|
||||
<input type="text" class="js-text-message kintoneplugin-input-text">
|
||||
</label>
|
||||
</p>
|
||||
<p class="kintoneplugin-row">
|
||||
<button type="button" class="js-cancel-button kintoneplugin-button-dialog-cancel">Cancel</button>
|
||||
<button class="kintoneplugin-button-dialog-ok">Save</button>
|
||||
</p>
|
||||
</form>
|
||||
</section>
|
||||
Reference in New Issue
Block a user