sanity-plugin-seo-tools
Version:
> Upgrading from V2 to V3 is a breaking change. The `seo-tools` input has been replaced by a SEO pane which needs to be set-up using a custom desk structure as per the installation guide. Secondly, the previously automatically provided fields (focus keywo
33 lines (32 loc) • 942 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "SeoToolsPaneEmptyView", {
enumerable: true,
get: function() {
return SeoToolsPaneEmptyView;
}
});
var _react = /*#__PURE__*/ _interopRequireDefault(require("react"));
var _ui = require("@sanity/ui");
function _interopRequireDefault(obj) {
return obj && obj.__esModule ? obj : {
default: obj
};
}
var SeoToolsPaneEmptyView = function() {
return /*#__PURE__*/ _react.default.createElement(_ui.Box, {
padding: 3
}, /*#__PURE__*/ _react.default.createElement(_ui.Card, {
padding: [
3,
3,
4
],
radius: 2,
tone: "caution",
shadow: 1
}, /*#__PURE__*/ _react.default.createElement(_ui.Text, null, "Oops, looks like there is no document to review.")));
};
//# sourceMappingURL=SeoToolsPaneEmptyView.js.map