Skip to content

Commit

Permalink
disable form detection [automations, migrations]
Browse files Browse the repository at this point in the history
  • Loading branch information
mohab-sameh committed Nov 24, 2023
1 parent 535c1f6 commit 1f2bdbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion theme/automations.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h2 class="sidebar-heading">{{ texts.3cc9f230 }}<span class="no-wrap">{{ texts.4
<div class="codemod-menu-wrapper">
<div class="filter-bar-wrapper">
<div data-netlify="false" class="filter-form-wrapper w-form">
<form id="Filter-Form" name="wf-form-Filter-Form" data-name="filter" method="get" fs-cmsfilter-element="filters" class="filter-form" data-wf-page-id="655e2c5e532816ea52521996" data-wf-element-id="59995e0c-8d7b-99fd-fcac-4004cf3f751b" data-netlify="true" data-ajax="true" data-content-type="application/x-www-form-urlencoded">
<form id="Filter-Form" name="wf-form-Filter-Form" data-name="filter" method="get" fs-cmsfilter-element="filters" class="filter-form" data-wf-page-id="655e2c5e532816ea52521996" data-wf-element-id="59995e0c-8d7b-99fd-fcac-4004cf3f751b" data-netlify="false" data-ajax="true" data-content-type="application/x-www-form-urlencoded">
<div class="search-field-wrapper full-width"><input type="text" class="search-field w-input" maxlength="256" name="field" fs-cmsfilter-field="name, description, engine, framework, labels, author" data-name="Field" placeholder="Search for frameworks, codemods, authors, or tags" fs-cmsfilter-debounce="400" id="field" required=""><img loading="lazy" src="{{ images.-721c180b.url }}" alt="{{ images.-721c180b.alt | trim | escape }}" class="search-icon"></div>
<div data-delay="0" data-hover="false" class="dropdown-filter-wrapper hidden w-dropdown">
<div class="dropdown-toggle w-dropdown-toggle">
Expand Down
4 changes: 2 additions & 2 deletions theme/migrations.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ <h2 class="sidebar-heading">{{ texts.3cc9f230 }}<span class="no-wrap">{{ texts.4
</div>
<div class="codemod-menu-wrapper">
<div class="filter-bar-wrapper">
<div data-netlify="false" class="filter-form-wrapper w-form">
<form method="get" data-netlify="true" name="wf-form-Filter-Form" data-name="filter" fs-cmsfilter-element="filters" id="Filter-Form" class="filter-form" data-wf-page-id="655e2c5e532816ea525219a5" data-wf-element-id="59995e0c-8d7b-99fd-fcac-4004cf3f751b" data-ajax="true" data-content-type="application/x-www-form-urlencoded">
<div class="filter-form-wrapper w-form">
<form method="get" data-netlify="false" name="wf-form-Filter-Form" data-name="filter" fs-cmsfilter-element="filters" id="Filter-Form" class="filter-form" data-wf-page-id="655e2c5e532816ea525219a5" data-wf-element-id="59995e0c-8d7b-99fd-fcac-4004cf3f751b" data-ajax="true" data-content-type="application/x-www-form-urlencoded">
<div class="search-field-wrapper full-width"><input type="text" class="search-field w-input" maxlength="256" name="field" fs-cmsfilter-field="migration-title, migrate-from, migrate-to, framework" data-name="Field" placeholder="Search migrations.." fs-cmsfilter-debounce="400" id="field" required=""><img loading="lazy" src="{{ images.-721c180b.url }}" alt="{{ images.-721c180b.alt | trim | escape }}" class="search-icon"></div>
<div data-delay="0" data-hover="false" class="dropdown-filter-wrapper hidden w-dropdown">
<div class="dropdown-toggle w-dropdown-toggle">
Expand Down

0 comments on commit 1f2bdbc

Please sign in to comment.