You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2>Sample:</h2>
<pre><code><div data-stanza-inputText="Hoge" data-stanza="http://localhost:9292/stanza/test"></div></code></pre>
<p>
The above <code><div></code> will automatically embed the following Stanza in your HTML page.
</p>
<div data-stanza-inputText="Hoge" data-stanza="http://localhost:9292/stanza/test"></div>
状況
stanza.rb側で入力する引数に大文字を混じえる。例として初期状態のテンプレートを次のように書き換える。
これは直接ブラウザからアクセスすると問題なく機能する。metadata.jsonも次のように書き換える。
togostanza-gem Ver. 2.0以降ではhelpページがmetadata.jsonから生成される。生成されるhtmlのコードは以下の通り。
しかし、これで埋め込まれているスタンザは実際に動作する際に、何故か引数の大文字部分が小文字に置換されてしまう。埋め込まれているフレームを新規タブで開いた時には、下記のようなURLで開かれる。
確認したこと
対策
The text was updated successfully, but these errors were encountered: